Hide Start Date and End Date in Subscription Management

eramirez
Tera Contributor

Hi!

 

Is there any way to hide the columns of Start Date and End Date in the Subscription Management? and the visibility of the Start Date and End Date information when access into a product to see the details? 

Captura de pantalla 2025-03-10 164904.png

Captura de pantalla 2025-03-10 164224.png

 

Thanks in advance!

1 ACCEPTED SOLUTION

Viraj Hudlikar
Giga Sage

Hello @eramirez 

 

The page you showing is of Subscription Management workspace, so if you need to do changes then you will need to check the workspace configuration in Ui Builder module. I guess this workspace will be read-only protected so you might need to clone the page and edit it as per your requirement.

Since its placed under tabs and under content tree you will need to check how the onclick works and how the list is populated it must be fixed headers listed in configuration which you can edit. 
Or just a easy way if its pulling default list view then you can configure it and remove those fields and might start reflecting here unless any hardcoded columns are given in ootb configuration from ServiceNow.

 

If my response has helped you hit helpful button and if your concern is solved do mark my response as correct.

 

Thanks & Regards
Viraj Hudlikar.

View solution in original post

2 REPLIES 2

Viraj Hudlikar
Giga Sage

Hello @eramirez 

 

The page you showing is of Subscription Management workspace, so if you need to do changes then you will need to check the workspace configuration in Ui Builder module. I guess this workspace will be read-only protected so you might need to clone the page and edit it as per your requirement.

Since its placed under tabs and under content tree you will need to check how the onclick works and how the list is populated it must be fixed headers listed in configuration which you can edit. 
Or just a easy way if its pulling default list view then you can configure it and remove those fields and might start reflecting here unless any hardcoded columns are given in ootb configuration from ServiceNow.

 

If my response has helped you hit helpful button and if your concern is solved do mark my response as correct.

 

Thanks & Regards
Viraj Hudlikar.

Thank you so much!