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.

Only some Fields visible by the User, but Admin can see the whole form..

jay1111
Kilo Guru

Hi,

I have created a custom app and gave a permission to ITIL users. But still they cant see the form completely. 

I double checked the ACL permissions, every thing looks good. I don't know what i am missing.

I impersonated and checked, the form looks like this for them.

find_real_file.png 

Thanks,

Jay

1 ACCEPTED SOLUTION

You misspelled "variables".

 

 

View solution in original post

8 REPLIES 8

Slawek_Radziewi
Kilo Sage

Please check view you are using and if there are any fields added

jay1111
Kilo Guru

Thanks for the response, I found what i am missing.

 

 

In Catalog task, I am trying to modify 'Description' from workflow based on the drop  

 

if(current.varaiables.zone == "1"){
task.description = "1) XYZ"  + "\n" + "2) ABC" + "\n" "3) 123";

}

 

find_real_file.png

when i try using this script in advanced script, this is how description is showing up. what i am missing?

 

 

Thanks,

Jay 

 

You misspelled "variables".

 

 

oops!

Thanks for the help Shane J