- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2018 07:59 AM
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.
Thanks,
Jay
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2018 06:13 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2018 11:57 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2018 12:03 PM
Turn on Debug and verify your ACLs are not the issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2018 02:10 PM
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";
}
when i try using this script in advanced script, this is how description is showing up. what i am missing?
Thanks,
Jay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2018 09:44 PM
Hi,
Please check acl if you extended any existing snow table. check acl of the extended table.
Regards,
Manjusha.