Edit Default Filter Istanbul

msjoy
Kilo Expert

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.

find_real_file.png

My screen does not show as expected. Related list field does not populate

find_real_file.png

What steps did I miss?

1 ACCEPTED SOLUTION

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


find_real_file.png


I choose to have admin only for Filter Roles


I did sample filter conditions on public dev


find_real_file.png


Then back to Incident Table>Affected CIs>Edit, the filter will display.


find_real_file.png


Users can add their own but will not modify the default when Affected CIs   is reloaded


View solution in original post

11 REPLIES 11

The issue is with javascript method getUserCompanyId(). Instead use getCompanyID(); It worked for me.

saha_namrata92
Tera Contributor

Hello,

Is this functionality works in Agent workspace view?
I'm trying to achieve similar requirement for setting default filter in related list under Agent workspace view.