- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-05-2024 10:01 AM
I am trying to use CMDB Principal functionality in current version Utah (which is upgraded from version before Quebec ). I have added the property *com.snc.task.principal_class_filter* and value as task tables for Inc, Prob and Change, but this does not limit the classes that show up in CI field on any of those forms.
As per below community thread the functionality works in releases after Quebec. For upgraded versions we need to add property & some dictionary overrides (which is what I need help with)
https://www.servicenow.com/community/cmdb-forum/is-there-a-way-to-restrict-what-cis-are-shown-in-the...
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-06-2024 01:25 AM - edited ‎04-06-2024 01:26 AM
1. First thing is that you have to mark the principal class using CI class manager.
2. Use this as reference qualifier filter
sys_class_nameINjavascript:new PrincipalClass().getPrincipalClasses()
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-06-2024 01:25 AM - edited ‎04-06-2024 01:26 AM
1. First thing is that you have to mark the principal class using CI class manager.
2. Use this as reference qualifier filter
sys_class_nameINjavascript:new PrincipalClass().getPrincipalClasses()
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-07-2024 11:30 PM
Thank you @luffy3478 that worked!
