Change templates - How to disable template bar access while a standard RFC form is open on the screenIssue Change templates - how to disable template bar access while a standard RFC form is open on the screen. Steps to Reproduce: 1. Requester raises a normal RFC – turns template bar on > selects a template for normal RFC > saves and sends to CM team for approval 2. Next requester raises a standard RFC a. Although toggle template option is not available in the menu, since template bar was turned on while raising the normal RFC, requester sees the normal RFC templates while a standard RFC is open on the screen b. Requester is able to click on a normal RFC template which gets applied to a standard RFC, creating what is in effect an unauthorized change. ReleaseAllCause>> The templates shown on change form are created on change_request table . All templates on change_request table will be displayed on normal RFC and standard RFC form also. It's the user's responsibility to select the related template (to be applied on the form) from the list of templates present on template bar. >> When the toggle the template bar is selected , glide.ui.templateToggle is added to preference of the user and it will apply on all tables(forms). We can't set that preference specific to a table/form. So, we can't hide the template bar on standard RFC form only. ResolutionIt's platform's expected behavior. We can't hide the template bar on a specific form. Please refer to the below product doc: https://docs.servicenow.com/bundle/paris-platform-administration/page/administer/form-administration/task/t_ToggleTheTemplateBar.html