How to track down a page viewed in Service Operations Workspace to edit in UI Builder

Ron Legters
ServiceNow Employee
ServiceNow Employee

My customer would like to add an 'Add All' button to the 'Add' modal that displays when you add CIs to the Impacted Services related list on a Change in SOW. There is a similar button on the UI16 view of this dialog. 

I've looked at the modal in SOW with the 'Next Experience Explorer', and I'm nearly certain the page is called 'mra'. (There's a record with that name in sys_ux_macroponent that matches a <macroponent-sysid> tag in the right spot in the explorer.) I'm not able to find any page with that name in UI Builder. There doesn't appear to be a way to just list 'pages' in UI Builder, just Page Collections, and since I don't know what page collection it's in, I'm stuck.

Can someone point me in the right direction?

3 REPLIES 3

Shruti
Mega Sage
Mega Sage

Hi @Ron Legters 

You can click on the highlighted sections to add all CIs to the list

Shruti_0-1755580701556.png

 

Ankur Bawiskar
Tera Patron
Tera Patron

@Ron Legters 

Please share screenshot.

You might have to deep dive in UI builder to check that out.

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

This is the modal in SOW, with Next Exp Inspector open. The component is 'now-uxf-page' so the 'macroponent' above that should be the sys_id of the record in sys_ux_macroponent:

RonLegters_0-1755630359529.png

That sys_id is this page;

RonLegters_1-1755630424810.png

without knowing what page collection it's in, though, I can't find it in UI Builder to edit it (or duplicate it).