Workspace is not displayed

Saeka
Kilo Sage

Hello,

 

The workspace was created using UI Builder.
When I logged in as a different user and checked the workspace, the page was not displayed.


Is this due to a lack of Role? If so, where can I find the required Role?

7 REPLIES 7

Mirolks
Giga Contributor

I had similar problem but it was due to my connection problems.

Michael Fry1
Kilo Patron

Assuming it wasn't built in global, you can use App engine studio to open the app and give you the details.

Or open UI Builder, find the variant and click on Audience to see what roles are needed to view this variant/page.

@Michael Fry1 

Thank you for your reply.

As you say, the application is not Global.
I checked Audience and nothing was specified, is it correct that the role is not restricted?

IzakiSaeka_0-1685580166154.png

 

Brad Tilton
ServiceNow Employee
ServiceNow Employee

Access to workspaces is controlled by ACLs. You'll need a ux_route ACL for the workspace (You can use service operations workspace as a reference). For individual pages you can use audiences, which primarily use roles, but can also use user criteria if that plugin is enabled.