C
Chandrasekhar Gontla
Guest
Hi Paulh, It is not possible to show or hide section based on value of a dependent picklist field as the method rbf_getPicklistCode() is not working on the top of depenedent picklist. It is a known issue TP #31660. But, you could acheive the same thing using different method called rbf_getFieldValue(); Please see the below code snippet for the same Note: You can get the id of a dependent pikclist using template helper. See the attached screenshot for the same > Put the function call showOrHideBasedOnDP(); in onChange event of dependent picklist. (Object Definition -> Dependent Picklist field ->Events page) > If you don't want to show the section by default when navigated to the new/edit record page. Go to Event page of those pages add the same function call in onLoad event Thanks and Regards, Chandu.
Continue reading...
Continue reading...