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.

How to hide the "Request Something" option from the service portal

Saquib Mohammed
Mega Guru

I have a requirement to hide the "Request Something" option from the service portal based on some conditions.

Can you please let me know if there is a way to hide this option? I have attached the screenshot for reference.  Is there a property or widget which controls this? ServicePortal.png

 

1 ACCEPTED SOLUTION

James Chun
Kilo Patron

Hi @Saquib Mohammed,

 

You can remove the widget instance from the page via:

  • From the page, select Control + right click on the page

JamesChun_0-1713817494966.png

  • Select 'Page in Designer' menu from the above
  • Hover on the 'Request something' widget/tile and select the rubbish icon to delete the widget from the page

JamesChun_1-1713817562995.png

 

You will notice that it will leave a big empty space there, if you wish for the other 2 widgets (knowledge base and get help) to take up the whole row, do the following:

  • Select the 6 * 6 layout

JamesChun_2-1713817630824.png

  • Drag and drop the layout right above the widgets

JamesChun_3-1713817654954.png

  • Drag and drop the 2 widgets into the layout

JamesChun_4-1713817683770.png

  • To delete the 4 * 4 * 4 columns, select one of the empty columns. At top left corner of the page, there is a breadcrumb (Container > Row > Column). Select the word 'Row' which would highlight the entire row of the layout. 

JamesChun_5-1713817740398.png

  • Select the bin icon located at the top right corner of the page to delete the layout

 

Cheers

View solution in original post

2 REPLIES 2

James Chun
Kilo Patron

Hi @Saquib Mohammed,

 

You can remove the widget instance from the page via:

  • From the page, select Control + right click on the page

JamesChun_0-1713817494966.png

  • Select 'Page in Designer' menu from the above
  • Hover on the 'Request something' widget/tile and select the rubbish icon to delete the widget from the page

JamesChun_1-1713817562995.png

 

You will notice that it will leave a big empty space there, if you wish for the other 2 widgets (knowledge base and get help) to take up the whole row, do the following:

  • Select the 6 * 6 layout

JamesChun_2-1713817630824.png

  • Drag and drop the layout right above the widgets

JamesChun_3-1713817654954.png

  • Drag and drop the 2 widgets into the layout

JamesChun_4-1713817683770.png

  • To delete the 4 * 4 * 4 columns, select one of the empty columns. At top left corner of the page, there is a breadcrumb (Container > Row > Column). Select the word 'Row' which would highlight the entire row of the layout. 

JamesChun_5-1713817740398.png

  • Select the bin icon located at the top right corner of the page to delete the layout

 

Cheers

Thank you so much