Important Update: Archer Community Scheduled Maintenance on November 23–24 - New Community Launching Soon! Learn More..
2019-09-01 03:51 PM
I have a running custom code that checks whether the selected value in a value list is Yes or No. It looks something like this.
if(document.getElementById("master_DefaultContent_rts_s8197_f23201c_1").checked)
Based on the selected value, I am running a piece of code in custom object itself. I am looking for a way to dynamically pick the field id of value in a value list, so that package installation from one instance to another is easier.
Thanks in advance.
2019-09-03 09:35 AM
2019-09-03 09:43 AM