- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2017 04:42 PM
Hi there.
i have created a field u_onq_id on the user table (sys_user) i need this field to be visible only for ITIL user i have been trying to used an UI policy but havent had luck. this is what i have tried:
but its not working. i have also tried an ACL and client script but not luck i will appreciate any help.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2017 01:07 AM
Hi,
Few things to point out in your script as mentioned below:
1) gs.getUser() is a server side function and cannot be used on client side i.e. it cannot be used in the UI Policy or client Scripts. So that is the main reason why your UI Policy was not working.
You can update your UI Policy on the User Table as per the script mentioned below in the screenshot:
I have tested this on my personal instance and it's working for me. Kindly test the same from your end also.
Hope this helps.Mark the answer as correct/helpful based on impact.
Regards,
Shloke
Regards,
Shloke
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2017 02:35 AM
Hi,
If your query is Resolved, Mark the answer as correct and close this thread for others.
Regards,
Shloke
Regards,
Shloke