How to add additional prices in a catalog item?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2022 10:45 PM
Hello everyone, hope you are well.
I am trying to add another pricing field to a catalog item, similar to the recurring price field that exists out of the box, except it is a one time extra charge for delivery fees.
Is there any way that I can go about achieving this out of the box in servicenow? I've attached the field that I have added to the form, but I am unsure as to how to make it appear on the portal itself.
- Labels:
-
Service Catalog
-
Service Portal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2022 05:22 AM
Hi,
You can create additional widget on page to show this on form.
using server script , pull the data from catalog item field ( newly created by you).
Please mark helpful, if it resolves your problem.
Thanks,
Brijesh Sahani