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.

Remove Work Notes from 'Overview' Tab on 'All issues' in Audit Workspace

RandiReyna
Tera Contributor

How do I remove the work notes from UI builder in the Audit workspace? I need to remove it from the issues overview tab. Having difficulty due to page being read-only.

1 ACCEPTED SOLUTION

James Chun
Kilo Patron

Hi @RandiReyna,

 

Try the following:

  • Change the scope to GRC: Common Workspace Elements
  • Open the following page {your instance}/now/builder/ui/pc/6cce1b7131eb1110f877707813070e22/
  • Select Issue Overview record
  • Select Row 3 component

JamesChun_0-1716409535237.png

  • In the config pane, add the following CSS attribute in the CSS styles field

JamesChun_1-1716409632089.png

  • Click Save

There could be a better way to hide it but it works.

 

Before:

JamesChun_4-1716409763063.png

 

After:

JamesChun_3-1716409737640.png

 

I believe this will only apply to the Issue record, so you will have to repeat the above steps for other tables as well.

 

Cheers

 

View solution in original post

3 REPLIES 3

James Chun
Kilo Patron

Hi @RandiReyna,

 

Try the following:

  • Change the scope to GRC: Common Workspace Elements
  • Open the following page {your instance}/now/builder/ui/pc/6cce1b7131eb1110f877707813070e22/
  • Select Issue Overview record
  • Select Row 3 component

JamesChun_0-1716409535237.png

  • In the config pane, add the following CSS attribute in the CSS styles field

JamesChun_1-1716409632089.png

  • Click Save

There could be a better way to hide it but it works.

 

Before:

JamesChun_4-1716409763063.png

 

After:

JamesChun_3-1716409737640.png

 

I believe this will only apply to the Issue record, so you will have to repeat the above steps for other tables as well.

 

Cheers

 

hi @James Chun , Thanks so much, that worked. Appreciate it.

RandiReyna
Tera Contributor

@James Chun

 

Hi there, would you happen to know how I can edit the Remediation Task overview tab? I need to add a timeline.

 

Thanks