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.

Help on Compliance Workspace

srujancherr
Tera Contributor

Hi,

I'm working on enhancing Compliance Workspace, In Compliance workspace > Lists > All Cases > Open one record,

In record view, under overview we have a Stepper, how to edit the overview page, I looked everywhere in UI Builder >  Compliance workspace, can anyone help me to edit this overview page and stepper under this page

 

srujancherr_0-1736344296335.png

 

1 ACCEPTED SOLUTION

Kevin83
ServiceNow Employee
ServiceNow Employee

I think the answer is:
/now/builder/ui/edit/pc/6cce1b7131eb1110f877707813070e22/2e7f0bf815486110f8772c0dbf5d6012/af67d7e0c7602110ed8c927603c26034

To find this I checked the record page:

Screenshot 2025-01-08 at 4.46.17 PM.png

 And I noticed the Page Collection is "Risk default record-Pre details". You should be able to navigate to the page collection from here, but there seems to be a bug in UI Builder preventing that navigation.

So instead I navigated to the Page Collections list:

Screenshot 2025-01-08 at 4.47.19 PM.png


And from there I opened the correct page variant: 

Screenshot 2025-01-08 at 4.48.46 PM.png

View solution in original post

2 REPLIES 2

Kevin83
ServiceNow Employee
ServiceNow Employee

I think the answer is:
/now/builder/ui/edit/pc/6cce1b7131eb1110f877707813070e22/2e7f0bf815486110f8772c0dbf5d6012/af67d7e0c7602110ed8c927603c26034

To find this I checked the record page:

Screenshot 2025-01-08 at 4.46.17 PM.png

 And I noticed the Page Collection is "Risk default record-Pre details". You should be able to navigate to the page collection from here, but there seems to be a bug in UI Builder preventing that navigation.

So instead I navigated to the Page Collections list:

Screenshot 2025-01-08 at 4.47.19 PM.png


And from there I opened the correct page variant: 

Screenshot 2025-01-08 at 4.48.46 PM.png

srujancherr
Tera Contributor

@Kevin83 , thanks kevin for the solution