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.

User not able to select fields from Universal Request on [sys_template] "Template" field

Vinicius Luz1
Tera Expert

Hi,

 

I have users trying to create their own templates for the [universal_request] table in servicenow
When they try it there's not a bunch of options under the Template field to chose from...

see below:

ViniciusLuz1_1-1735667413058.png

I'm trying to understand what is preventing the user to see the Universal Request fields there
Ive checked ACLs and this user is able to READ/WRITE on this field on a commom Universal request form so what the heck is happening here?
I'm not familiar with this 'template_value' type of field

 

 

 

1 ACCEPTED SOLUTION

Chaitanya ILCR
Mega Patron

Hi @Vinicius Luz1 ,

ChaitanyaILCR_0-1735668484934.png

Check if there is any ACL on save_as_tempate operation for that table. if any ACL exists add the roles to it. if not create one and add roles.

 

 

Please mark my answer as helpful/correct if it resolves your query.

Regards,

Chaitanya

View solution in original post

11 REPLIES 11

Chaitanya ILCR
Mega Patron

Hi @Vinicius Luz1 ,

ChaitanyaILCR_0-1735668484934.png

Check if there is any ACL on save_as_tempate operation for that table. if any ACL exists add the roles to it. if not create one and add roles.

 

 

Please mark my answer as helpful/correct if it resolves your query.

Regards,

Chaitanya

Hi Chaitanya, Thanks for it

I've created the ACL for the universal request table but still not working - it seems this ACL is not allowing to select ALL Fields (*) to be allowed - it allows me a couple options only:


ViniciusLuz1_0-1735923878960.png

 

Hi @Vinicius Luz1 ,

How about Table.None ?

Create table.none and check

 

Please mark my answer as helpful/correct if it resolves your query.

 

Regards,

 

Chaitanya

Thats exaclty what I've done - Do you have more options on your instance?