S
Shiva Duriseati
Guest
Hi Shilpi, Please configure codes in the "picklist" field using pipe "|" symbol. Ex: Assume you have four values in "Membership" picklist as below: A B|b C|c D|d When var code=rbf_getPicklistCode("Membership") is used ,then code is returned based on the selection from picklist. If you select "Ä" from pick list it will return null(Since we haven't configured any code to A). When you select "B" it will return "b" Hope this clarifies. Regards, Shiva
Continue reading...
Continue reading...