How to build filter condition on "template" type field.Issue <!-- 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; } --> Description This article is about how to build a filter condition on "template" type of field on the "template" (sys_template) table. There is only very limited operator on the "template" field when you try to build a filter on it. Procedure You can use the List header filter to build the condition you want, the format is "<field_name>=value". If the field is a reference field, the value will be sys_id of the referenced record. e.g. If try to find all the template which contains this condition "Business Service" is "PeopleSoft CRM" Then open any template contains this condition, using the "show XML" and copy out the condition as a String. Then go back to the list view, search it in the List header search of the "template" field with this keyword "*business_service=2fca585e0a0a0bb400a949f8bb843712". Applicable Versions All the versions.