Need information on who can decrypt/ view thevalues on National Tax ID field in HR Profile.

Sharmili2
Tera Expert

Hi,

   I recently came to know about the National Tax ID field (San Diego release) in the HR Profile table (similar to SSN) with the ability to encrypt the values . But we couldn't figure out how and who can Decrypt/ view the values in that field. Does anyone know about this?. Any help would be appreciated.

 

Regards,

Sharmili

1 ACCEPTED SOLUTION

Hi Arav,

    I am now able to view the contents in National Tax ID field, just not directly in the field but with the help of a script.

 

Regards,

Sharmili

View solution in original post

8 REPLIES 8

Hi,

 

I used the below line of code,

 

var X=current.national_tax_id_encrypted;
var Y = X.getDecryptedValue();

 

Y will have the decrypted national tax id value.

Hi @Sharmili2 , @CommunityAlums -- 

I have the same issue. I am able to see the National Tax ID field in HR Profile, but content shows "******". What do I need to do to see the value? I have both sn_hr_core.secure_info_reader and sn_hr_core.writer roles. 

 

NatIyer_0-1730565419023.png

Thanks,

Nat

Hi @Sharmili2 , @CommunityAlums -- 

I have the same issue. I am able to see the National Tax ID field in HR Profile, but content shows "******". What do I need to do to see the value? I have both sn_hr_core.secure_info_reader and sn_hr_core.writer roles. 

 

NatIyer_0-1730565419023.png

Thanks,

Nat

Franchesca Liz1
ServiceNow Employee
ServiceNow Employee

1. Go to the dictionary entry of the national tax ID field

2. Switch to Advanced View

3. "show_secret=true" has been set in Attributes. 

 

Also make sure the user you are using to view the field has the right role which is the sn_hr_core.secure_info_reader