Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Template definition not displaying all fields when creating template on sc_task table.

pranjalishi
Tera Contributor

Template definition not displaying all fields when creating template on sc_task table . User having itil, sn_request_write, template editor all related roles. he is able to see field for other tables except sc_task table.

1 REPLY 1

SourabhAkiwate
Tera Expert

Hello,

 

Create ACLs " sc_task.* "on the sc_task table with Operation 'save_as_template'. The sc_task.* rule sets all template selectable fields on the sc_task table and in script write "true".
if you want to show any specific field create separate ACL. e.g. sc_task.short_description and in script write "true".


Please mark this Helpful if this solution works for you.

Thank you
Sourabh Akivate