Toggle template bar does not show and template option is not available in contextual menu Agent WorkspaceIssue Upon clicking the Toggle Template bar for the context menu, the template bar does not appear on the form (ex - incident form) It should come up as below. Sometime the template bar will not show up. Also, when you view the incident record in Agent Workspace, the Template option is not visible in declarative action list on the right side of the form. ReleaseAll supported releases and versionsCauseThis could happen if the UI macro template_context is customized.Check if the declarative action definition has a workspace defined, and declarative action assignment is defined for incident table.You need to check here - sys_declarative_action_definition.do?sys_id=4220c97553332300099addeeff7b126fSetting the property - glide.ui.show_template_bar this property to false can also hide the template bar and the declarative action from workspace. ResolutionIf the UI macro is customized try reverting or importing once from an OOB instance. (make sure that the instance are on same release and version)If the incident table is not added in the declarative action assignment, try adding it.Also set the workspace for the declarative action definition to Agent WorkspaceChange the property value for glide.ui.show_template_bar this property to true.