- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hello team,
Recently i have created a script in List Control to just view the Add Button for a specific Catalog Item.
The script is working as expected in DEV environment and Production environment But the same script is not working in the QA instance.
I have exported the script through xml, But still it is not showing.
What can be done?
Please find the screenshot:
Working:
Not Working:
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Is the UI action the OOTB action? If so, it'll check whether user has create access to sc_task table which isn't available by default to all users. Potentially you're missing an ACL adjustment that was made
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Is the UI action the OOTB action? If so, it'll check whether user has create access to sc_task table which isn't available by default to all users. Potentially you're missing an ACL adjustment that was made
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hey Kieran,
Thanks mate the issue is now resolved.
I was missing the ACL
Thanks
