Skip to main content
Rajadesingu J (Intelogik) ha fatto una domanda in #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 risposte
  1. Eric Burté (DEVOTEAM) Forum Ambassador
    2 mar 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