function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Gadigeppagouda PatilGadigeppagouda Patil 

how to convert 15 digit SF record Id to 18 digit

Hi All,

I have a formula filed and I am comparing the recordtype id (15 digits) with the recordtype id mentioned in custom label (18 digits) instead of changing the custom label can i handle that in the validation rule?
Best Answer chosen by Gadigeppagouda Patil
Manj_SFDCManj_SFDC
hi you can use CASEAEFID() function in your formula but be aware that it expensive , each usage of it consumes 2073 chars towards the formula in the validation rule 

hope this helps !