Interested in a ServiceNow event built for developers? Registration for now[dev]26 is officially open!

Not able to edit columns for control related list in authorization package record in CAM Workspace

AishwaryaP56482
Tera Contributor

Not able to edit columns for control related list in authorization package record in CAM Workspace

I want the reference and control allocation columns to be removed for the workspace view, when I go to cam workspace -> authorization package record->Control related list , then these 2 columns should not be visible.

I tried to edit using configure list layout, changing columns in the ux list , but nothing is changing those.

 

Can someone help on this

11 REPLIES 11

IbrarA
Tera Guru

Hi @AishwaryaP56482,


Workspace related lists don't get their columns from UI Builder, so the Configure tab won't show them. They come from the related list layout, which is its own record in sys_ui_list with the Parent field set to the parent table. The layout you get by opening the Control list on its own has Parent empty, so that one won't apply here. Open an Authorization Package record in the native UI, right click the Controls related list header, and go to Configure > List Layout to drop the two columns. Worth checking the view too, since the workspace doesn't always render Workspace, and a View Rule in sys_ui_view_rule on the Control table can send it somewhere else. Clear the UI Builder cache and your browser cache before you test.

 

 

Thanks

ibrar

Nishant8
Tera Sage

Hello @AishwaryaP56482 , If you want these columns to be removed for all users, you should modify the "All Controls" list.

- Launch the following URL: https://<your SN instance>/sys_ux_list.do?sys_id=0beaa83693144210610266ed3489186b

- Go to the Columns list and remove the desired columns.

- Log out of the instance and log back in.

Please ensure that users do not already have personalized list settings configured, as user preferences take precedence over global changes.

image.png