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.

Preview Update set Button not showing after loaded

salu
Mega Guru

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

1 ACCEPTED SOLUTION

anurag92
Kilo Sage

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).


View solution in original post

3 REPLIES 3

anurag92
Kilo Sage

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).


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


Community Alums
Not applicable

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!