Aadhar card, driving license and pan card numbers are to be masked such that only last four characters are to be displayed. It is fully visible only to CEO and COO. How to solve this without coding ?
Eric Burté (DEVOTEAM) Forum Ambassador
Hello @Rajadesingu J with RIGHT(field__c, 4) you could get the 4 last digit of the concerned field (field__c to replace with the concerned field api name).
Then after, you can concatenate this with any other text you want in your formula.
Eric
