Skip to main content
Rajadesingu J (Intelogik) 님이 #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개
  1. Eric Burté (DEVOTEAM) Forum Ambassador
    2024년 3월 2일 오후 5: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