LPAD and RPAD use in formula #inSalesforce
LPAD inserts characters you specify to the left side of a text string. RPAD inserts characters that you specify to the right side of a text.
Suppose you create a formula field samplelrpad on Account
LPAD(Name,10,'*')
Details in the attached video https://www.youtube.com/watch?v=mFZ7rNSN7mg
Reference:
https://help.salesforce.com/s/articleView?id=sf.customize_functions_rpad.htm&type=5
https://help.salesforce.com/s/articleView?id=sf.customize_functions_lpad.htm&language=en_US&type=5
Comments
Post a Comment