- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2024 11:18 AM
Hi Developers,
I have a requirement to hide a field in the service portal i.e when i am submitting the catalog RITM form submit button above price field is there, i want to hide it. can you please help me. I have added the screen shot bellow.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2024 11:36 AM - edited 03-21-2024 11:40 AM
Hi Rajput,
Thanks for the replay, actually this price variable not listed in the catalog item variables or variable sets. after given related values , after final "PRICE" it is showing. Price field where it is coming I am unable to finding and it is coming from widget or page not getting. where i need to hide no idea for me.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2024 11:26 AM
@MK-955 Please refer to https://docs.servicenow.com/bundle/washingtondc-servicenow-platform/page/product/service-catalog-man... to know the steps to hide price for the catalog item.
If you wish to do it for a specific item then
- Navigate to All > Service Catalog > Catalog Definition > Maintain Items.
- Open the relevant item definition.
- Select the Omit Price on Cart check box.
The price does not appear in the catalog listing or when the item is added to the cart. The price is listed as "-" on the edit cart, order confirmation, and order status screens.
Hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2024 11:36 AM - edited 03-21-2024 11:40 AM
Hi Rajput,
Thanks for the replay, actually this price variable not listed in the catalog item variables or variable sets. after given related values , after final "PRICE" it is showing. Price field where it is coming I am unable to finding and it is coming from widget or page not getting. where i need to hide no idea for me.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2024 11:50 AM - edited 03-21-2024 11:53 AM
No, this is not a variable, it is just a field on all service catalog item records. I believe this is true for both HRSD and ITSM catalog items, but my experience is only with ITSM.
The field is on the "sc_cat_item" table and the column is "omit_price" (Label says "Omit price on cart").
You can also apply a global setting to all catalog items by going to "Service Catalog > Catalog Administration > Properties."
This is what @Sandeep Rajput is referring to!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2024 11:57 AM
@MK-955 Omit Price on cart is a checkbox available on the Catalog item form.
In case if this field is not added on your Catalog item form view then add it using the form layout configuration and check the checkbox to hide the price of the catalog item on the cart.