- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-29-2017 10:53 PM
Hello All,
I have moved my update set dev to test enviroment.After loading the update set I am not getting the option to preview and commit the update.
When I check in the UI action of Preview update set below is the condition.
current.state == 'loaded' || current.state == 'backedout') && (gs.getUser().getDomainID() == null || gs.getUser().getDomainID() == "global") && current.canWrite()
But when I check check my domain ID is,its getting as 'TOP/Non Standard/***/***'
How can I make it global?Is there impact when making this change??
Please help me on this
Thanks
Saranya
Solved! Go to Solution.
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-29-2017 11:03 PM
Update Sets can only be previewed/committed when in Global Domain. You need to switch your domain to Global (in UI 16, click on refresh icon near domain picker).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-29-2017 11:03 PM
Update Sets can only be previewed/committed when in Global Domain. You need to switch your domain to Global (in UI 16, click on refresh icon near domain picker).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-08-2017 10:50 AM
Hi Anurag,
But, for non-admin users global domain will not be visible. How we can global domain visible for a custom role?
Thanks
Swamy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-04-2025 05:09 AM
Hello @salu,
Today, I discovered another reason why the "Commit" and "Preview" buttons were not visible, even though my scope was set to "Global."
The issue was caused by a Plugin Activation process running in the background.
I hope this information will be helpful for future readers.
Thank you!