- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-27-2017 05:28 PM
On Incident table, I have Affected CIs on related list.
When I create and save default filter, the CIs I filtered out still shows up. It is not working.
I have followed this link http://wiki.servicenow.com/index.php?title=File:Filter_related_list_relationship_003.png#gsc.tab=0
My instance does not work as the link suggests.
I have configured form to get Edit default filter. However, the Edit default filter does not show up on the form.
My screen does not show as expected. Related list field does not populate
What steps did I miss?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-30-2017 07:51 AM
I discovered where I was going wrong. This is how I solved it
While Affected CIs tab is Active, click header column of Configuration Item. Go to configure>List Control
I choose to have admin only for Filter Roles
I did sample filter conditions on public dev
Then back to Incident Table>Affected CIs>Edit, the filter will display.
Users can add their own but will not modify the default when Affected CIs is reloaded
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-07-2020 05:29 AM
The issue is with javascript method getUserCompanyId(). Instead use getCompanyID(); It worked for me.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-28-2024 07:30 PM