- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-23-2023 02:38 AM
Hi Team,
If we have a field 'Security number' for each user , what will be your approach for making it visible only for that particular user?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-23-2023 02:44 AM
Hi @Sid_Takali,
I guess that security number is stored on the sys_user record?
If so, create a field level read ACL restricted to the logged in user for that record.
So, ACL: sys_user.u_security_number (Or your field name), Read with script:
answer = current.getUniqueValue() == gs.getUserID();
Help others to find a correct solution by marking the appropriate response as accepted solution and helpful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-23-2023 02:58 AM
@Peter Bodelier oh yeah right !Good one peter !
@Sid_Takali please go with ACL as its a confidential field