Important Update: Community URLs redirect issues are partially resolved. Learn More. .

cancel
Showing results for 
Search instead for 
Did you mean: 

Return value ID of calculated values list

Anonymous
Not applicable

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

1 REPLY 1

Ilya_Khen
Champion III

I think $CM.getFieldValue(fieldId) returns valueId, not a value of the value list,