Service Catalog: Not all Variables are listed for selection in the Filter Builder on RITM ListDescription<!-- div.margin { padding: 10px 40px 40px 30px; } table.tocTable { border: 1px solid; border-color: #e0e0e0; background-color: #fff; } .title { color: #d1232b; font-weight: normal; font-size: 28px; } h1 { color: #d1232b; font-weight: normal; font-size: 21px; margin-bottom: 5px; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #cccccc; } h2 { color: #646464; font-weight: bold; font-size: 18px; } h3 { color: #000000; font-weight: bold; font-size: 16px; } h4 { color: #666666; font-weight: bold; font-size: 15px; } h5 { color: #000000; font-weight: bold; font-size: 13px; } h6 { color: #000000; font-weight: bold; font-size:14px; } ul, ol { margin-left: 0; list-style-position: outside; } --> Symptoms Not all Variables are listed for selection in the Filter Builder on RITM List when logged in as itil user.This functionality is available to users that have roles such as "catalog_editor", "category_manager", "catalog_lookup_admin" that gives this access, as they give higher level of access to user like creating and maintaining Catalogs/ Categories/ Catalog Items. Steps to reproduce the behaviour:1. Login to ServiceNow as ITIL User2. Open Requested Items list3. Click on the Filter builder and select 'variables' in the list.4. Select any catalog item5. Click the lookup button for variables to see list of available variables.6. Observe that the list has only those variables that are created under that catalog item. The list doesn't have variables created under a variable set and linked to that catalog item. Release London Cause Working as expected. ITIL users don't have the roles required to view variable sets or catalog item relations to variable sets. Resolution Able to reproduce on an OOTB/base instance. This is as per design and the access is restricted using security/ACL for this. Hence this requires customisation to achieve the desired behaviour. Please note: implementation queries will have to be maintained by the customers and reviewed after upgrade if they require to be applied once again if necessary. At a high level, the following 2 ACLs potentially restricting access to the table that stores the catalog item and variable sets mapping and also the variable set to variables mapping could be modified to add another custom role which the required users could be granted access to :https://<instancename>.service-now.com/nav_to.do?uri=sys_security_acl.do?sys_id=76ad0ea2eb9230003623666cd206feebhttps://<instancename>.service-now.com/nav_to.do?uri=sys_security_acl.do?sys_id=b0bd02e2eb9230003623666cd206fe80