Field validation not working for all Languages
Hello,
We would like to restrict user from updating a particular field based on the Role they are assigned with. Fields validation works fine for user who has the language setting same as at company level. The same field validation does not work for the user who had a different language on their profile as compared to Company level.
Below is an example
(PRE('<SalesStageId>') <> 'ZZZZZZZZZZ' ) OR (UserValue('<Role>') = 'XXXXXXXX' )
Due the language issue we had used Sales Stage ID instead of Sales Stage. Do we have similar option for Role i.e. do we have any function to get the ID of Role as that would be same on all language.