- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2022 09:00 AM
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
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2022 07:33 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2023 06:24 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2024 09:40 AM
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.
Thanks,
Nat
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2024 03:50 PM
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.
Thanks,
Nat

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a month ago
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