- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2024 04:49 AM
Hi,
If anyone can let me know the meaning of Ref Qual in Comments field?
Condition - "Roles is itil" and "Active is true" states that in List view search Users with itil users are visible in the list.
Thanks & Regards,
Vaishnavi
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2024 05:44 AM - edited 08-07-2024 05:48 AM
The default reference qualifier filters options based on user roles. It uses JavaScript to call SNC_PPMConfig.getProjectRole('manager', current.getTableName()) to get roles for 'manager' and apply them to the reference field, ensuring users see only relevant options based on their role and context.
SNC_PPMConfig : this is your script include
getProjectRole('manager', current.getTableName()) : this method called retrieve the role associated with the type of user manager for the current Table.
Please Mark it helpful 👍and Accept Solution!! ✅If this helps you!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2024 05:44 AM - edited 08-07-2024 05:48 AM
The default reference qualifier filters options based on user roles. It uses JavaScript to call SNC_PPMConfig.getProjectRole('manager', current.getTableName()) to get roles for 'manager' and apply them to the reference field, ensuring users see only relevant options based on their role and context.
SNC_PPMConfig : this is your script include
getProjectRole('manager', current.getTableName()) : this method called retrieve the role associated with the type of user manager for the current Table.
Please Mark it helpful 👍and Accept Solution!! ✅If this helps you!!