Email Template Fields Not AppearingDescription<!-- div.margin{ padding: 10px 40px 40px 30px; } table.tocTable{ border: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .6em; padding-bottom: .6em; padding-left: .9em; padding-right: .6em; } table.noteTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:2; } table.internaltable { white-space:nowrap; text-align:left; border-width: 1px; border-collapse: collapse; font-size:14px; width: 85%; } table.internaltable th { border-width: 1px; padding: 5px; border-style: solid; border-color: rgb(245, 245, 245); background-color: rgb(245, 245, 245); } table.internaltable td { border-width: 1px; padding: 5px; border-style: solid; border-color: #E0E0E0; color: #000000; } table tr td { padding: 15px; } .title { color: #D1232B; font-weight:normal; font-size:28px; } h1{ color: #D1232B; font-weight:normal; font-size:21px; margin-bottom:-5px } h2{ color: #646464; font-weight:bold; font-size:18px; } h3{ color: #000000; font-weight:BOLD; font-size:16px; text-decoration:underline; } h4{ color: #646464; font-weight:BOLD; font-size:15px; text-decoration:; } h5{ color: #000000; font-weight:BOLD; font-size:13px; text-decoration:; } h6{ color: #000000; font-weight:BOLD; font-size:14px; text-decoration:; } hr{ border-top-width: 1px; border-top-style: solid; border-top-color: #cccccc; } ul { list-style: disc outside none; margin-left: 0; } li { padding-left: 1em; } --> Overview On occasion, customers have reported an issue in which the template selections displayed for a specific table type have been greatly reduced in the pick list A template selection is found in a form or record which contains field references to another common form in the system (such as Change Request or Task). This can be found on forms and objects such as Inbound Email Actions (within the Actions tab) and many of the ATF (Automated Test Framework) Test Step forms. The following screenshots show the affects of this issue. The first screenshot shows the normal expected behavior of one of these forms, where the full list of field selections is found in the list. The second screenshot shows the same form on an instance in which the issue is occurring. As will be noticed, in that instance, a much smaller and restricted listing of field types is found and can be selected in the list. Cause of Issue The cause of this issue, as experienced by a customer is usually due to a modification of the root ACL corresponding to that Target table with an operation of save_as_template. This may be an intentional or unintentional change to the ACL, but this change will greatly affect the fields that will appear and that can be selected in the Field selector form. In the example below, the example is given on how to troubleshoot and fix this issue for the Incident form. However, similar steps can be performed to resolve the same issue for other common forms such as Change Request or Task. Example and How to Fix In this example, we will troubleshoot the issue as occurring for the Incident form. Thus, in this example, the issue experienced is that when a customer is attempting to create a new Inbound Email Action (or update an existing record of that type) they are finding that the selections of Actions on the form is very limited to just a few fields from that form. The root cause in this case will most likely be the Operation save_as_table ACL for the Incident table type (with the * operator selected as the field name). For instance, the out-of-box URL for this record (related to Incident) is as follows: https://<instance_name>.service-now.com/nav_to.do?uri=sys_security_acl.do?sys_id=e5a4c1c60a0a0bc5007f1b412ab7142c The normal out-of-box record should be set to allow Admins to access the record through the Admin Override option. However, this might be found to have been unchecked. The main way to fix this issue would be to simply check the Admin overrides text box, save the record and log out and back into the instance for testing (see screenshot): In some cases, however, this field may have been unchecked or the ACL altered intentionally to restrict access for some reason. In that case, in order to ensure that only allowable records should appear, the admin user can instead simply add new ACL records for the specific field types he wants to allow access to. The list for all the current ACL's defined for the Incident table can be found by submitting the following URL search in the instance: https://<instance_name>.service-now.com/sys_security_acl_list.do?sysparm_query=operation%3De5a2b9c50a0a0bc5005dd4a3096ac37b%5EnameSTARTSWITHincident As can be seen from the screen-shot, by default only a small subset of field types actually have an ACL predefined out-of-box. Thus, to add additional fields, add a new ACL for each field type you want to have appear in the selection list in the templates related to that table type. The following are the field settings you would want to set (in this example the table used is for the Incident table): Type: record Operation: save_as_template Admin overrides: checked Active: checked Advanced: checked Name: <Table Name> in this case Incident Field Name (field to immediate right of the first Name field: <Field Name> - as an example Script: true; See the following screenshots which show what this record might look like if created for the State field on the Incident table: Additional Information As noted, this issue has so far been experienced with the Incident form, but could also be experienced with equal probability with any other form in which a template form might be used (such as Change or Problem).