How to editable variables for particular users
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-11-2024 10:27 PM
Hi All,
I have created one catalog item it is working fine but I got new requirement that when ritm ticket will be created at that time some variable is that this variable are read only for other users now they want 2 of them variable should be editable for some of users, they have some different roles and groups. Kindly let me know how to do that?
Thanks & Regards
KP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-12-2024 02:34 AM
Hi @keval3 ,
1) please create system property with sys_id of two users
2) onLoad catalog client script which Applies on Requested Item
3) use GlideAjax and check for logged in user with system property
If my response helped please mark it correct.
BK