- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2025 03:52 PM
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?
Thanks in advance!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2025 02:21 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2025 02:21 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2025 06:18 AM
Thank you so much!