- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-15-2023 02:11 PM
For a filter condition, I'd like to call a system property that references a group.
Thought this would work but obviously it doesn't
javascript:gs.getProperty('prop_name')
Would I have to create some intermediate script/record to put it into a filter condition? What would that script include and the filter's condition look like?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-16-2023 07:03 AM
You can use a script include function and just add "return gs.getProperty('propertyname')"
Reference: https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0746219
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-16-2023 07:03 AM
You can use a script include function and just add "return gs.getProperty('propertyname')"
Reference: https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0746219