
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-28-2022 02:01 PM
We have a template widget on our incident tickets within agent workspace. I'm wondering how to get that same widget added to task tickets within agent workspace? Screenshot shows the template widget within an incident ticket, that widget is the one I'd like to show in tasks so we can add templates used for requests.
Solved! Go to Solution.
- Labels:
-
Agent Workspace

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-01-2022 01:20 AM
Hi Cole,
Thanks for the extra screenshot. The culprit is one checkbox in the global Templates record in the Declarative Action Assignment [sys_declarative_action_assignment] table. To enable the display and use of templates for service catalog tasks in a workspace:
- Navigate to the [sys_declarative_action_assignment] list.
- Search for an open the Templates record for the Global table:
- Switch to the Advanced view.
- In the Conditions tab, de-select Requires create access.
By default, the itil role has write, but not create access to service catalog tasks. So by default, this condition will evaluate to false, preventing the Templates icon from displaying.
(Note: This setting applies to all tables the user has access to, apart from the Incident table, which has its own Templates entry.)
Hope this helps.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-28-2022 11:44 PM
Hi Cole,
What record type are you viewing in Agent Workspace, where you expect to see the Template icon (what you mean by "task ticket")? In my San Diego instance I can see it for both sc_request and sc_tasks records.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-29-2022 04:58 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-01-2022 01:20 AM
Hi Cole,
Thanks for the extra screenshot. The culprit is one checkbox in the global Templates record in the Declarative Action Assignment [sys_declarative_action_assignment] table. To enable the display and use of templates for service catalog tasks in a workspace:
- Navigate to the [sys_declarative_action_assignment] list.
- Search for an open the Templates record for the Global table:
- Switch to the Advanced view.
- In the Conditions tab, de-select Requires create access.
By default, the itil role has write, but not create access to service catalog tasks. So by default, this condition will evaluate to false, preventing the Templates icon from displaying.
(Note: This setting applies to all tables the user has access to, apart from the Incident table, which has its own Templates entry.)
Hope this helps.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-02-2022 11:40 AM
Thank you, that did it. So this change basically allows itil users to see the template? Doesn't break or change anything in other places?