How non-admin users can share a template with users who have write access to the tableIssue <!-- 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; } .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:; } ul{ list-style: disc outside none; margin-left: 0; } li { padding-left: 1em; } --> How non-admin users can share a template with users who have write access to the table Description This document explains how a non-admin user can share a template with everyone in the organization who has write access to the table. Procedure A user can share a template with all the users by making the template global. There is a global checkbox for all the template records. The user needs to have the template_editor_global role to view/edit this field in sys_template records in out-of-the-box instances. This roles is controlled by the following ACLs: https://<instance_name>.service-now.com/nav_to.do?uri=sys_security_acl.do?sys_id=5d3d38dd58a0130059a6b831cdd54efbhttps://<instance_name>.service-now.com/nav_to.do?uri=sys_security_acl.do?sys_id=193d38dd58a0130059a6b831cdd54efc You can either add necessary user_roles to these ACLs or add users to the template_editor_global role for them to have access to the field in sys_template fields. Once these ACLs are configured, non-admin users with necessary roles would be able to view and edit the global field on sys_template records so that they can be used globally. Applicable Versions All available versions Additional Information For more information, see the following product documentation topics: Create a template using the Template formBase system rolesIncident templates and record producers