Skip to page contentSkip to chat
ServiceNow support
    • Community
      Ask questions, give advice, and connect with fellow ServiceNow professionals.
      Developer
      Build, test, and deploy applications
      Documentation
      Find detailed information about ServiceNow products, apps, features, and releases.
      Impact
      Accelerate ROI and amplify your expertise.
      Learning
      Build skills with instructor-led and online training.
      Partner
      Grow your business with promotions, news, and marketing tools
      ServiceNow
      Learn about ServiceNow products & solutions.
      Store
      Download certified apps and integrations that complement ServiceNow.
      Support
      Manage your instances, access self-help, and get technical support.
How to allow ITIL users to share filter with other user groups - Support and Troubleshooting
  • >
  • Knowledge Base
  • >
  • Support and Troubleshooting (Knowledge Base)
  • >
  • How to allow ITIL users to share filter with other user groups
KB0724370

How to allow ITIL users to share filter with other user groups


2040 Views Last updated : Jul 24, 2025 public Copy Permalink
KB Summary by Now Assist

Issue

With the filter builder on the list view, generally ITIL users will not be able to share the filters with other groups/users, only the admin user can do so. This article will brief on how ITIL user can be configured to share the filter as well. 

The following screenshot shows the filter builder from the admin user perspective,

Below screenshot shows the filter builder from ITIL user perspective,

Procedure

  • Via granting "filter_global" role to ITIL user, you can allow them to share the filters to other users/groups.
  • Platform code for the filter Group lookup is hardcoded in such a way that when the current user is admin display all the groups, else when the current user is non-admin display only his group via function getMyGroups().
  • getMyGroups() function is defined in the out of the box provided Business rule,
    /sys_script.do?sys_id=af75f4830a01703300a0e13e02193426
  • You can customize the above-mentioned getMyGroups() as per your business need with ITIL user. However, please note that this method is used by various out of the box provided ACLs and other logics and hence we highly recommend not to customize it.

 

Related Links

  • Condition Builder
  • Business Rules

The world works with ServiceNow.

Sign in for more! There's more content available only to authenticated users Sign in for more!
Did this KB article help you?
Did this KB article help you?

How would you rate your Now Support digital experience?

*

Very unsatisfied

Unsatisfied

Neutral

Satisfied

Very satisfied

Very unsatisfied

Unsatisfied

Neutral

Satisfied

Very satisfied

What can we improve? Please select all that apply.

What are we doing well? Please select all that apply.

Tell us more

*

Do you expect a response from this feedback?

  • Terms and conditions
  • Privacy statement
  • GDPR
  • Cookie policy
  • © 2025 ServiceNow. All rights reserved.