Skip to main content
Rajadesingu J (Intelogik) a posé une question dans #Security

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 ? 

6 réponses
  1. Forum Ambassador Eric Burté (DEVOTEAM)
    2 mars 2024, 17:08

    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

0/9000