Important Update: Archer Community Scheduled Maintenance on November 23–24 - New Community Launching Soon! Learn More..
2019-03-22 01:26 PM
I have a calculated Values List and I'm trying to get the value ID of the value currently in the field so I can compare it to a known value ID and if they are equal then switch the default tab.
AWF is currently not an option and I could use: #master_DefaultContent_rts_s#_f####c_ but for that I need to find the value of s# and I also prefer t have code that can be easily read and transferred between environments,
Thanks
2019-03-22 01:28 PM
I think $CM.getFieldValue(fieldId) returns valueId, not a value of the value list,