Users are able to select non operational Configuration Items(CIs) while creating task recordsIssue <!-- 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 Users are able to select non operational Configuration Items(CIs) at times while creating task records. But while trying to select the using the reference popup, these will not be shown. There are server side scripts in place to hide these from selection. Release All available releases. Cause The templates these users have might be setting these values. If you check the node logs when these task records are created, you will see that they are using the sys_templates which has non-operational CIs selected for the Configuration Items field. The log will look something like the following. 2019-05-07 12:22:55 (911) Default-thread-7SESSION_ID txid=TRANSACTION_ID #11700576 /xmlhttp.do Parameters ------------------------- sysparm_scope=global sysparm_processor=AjaxClientHelper sysparm_sys_id= SYS_ID_OF_THE_TEMPLATEsysparm_want_session_messages=true sysparm_name=getValues Resolution Remove the non-operational CI from the sys_template record and that will resolve the issue. Additional Information https://docs.servicenow.com/csh?topicname=c_IncidentManagement.html&version=latest