- Post History
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
on 05-23-2022 03:00 AM
Scenario: There are two tables Books and Bookstore. Bookstore contains Store Name, Owner, Location and reference to Books table for Available books.
We need to calculate & update the total price of selected book's and that should reflect in Service Catalog in real time. So as the books are selected or removed the Total Price changes accordingly in Service Catalog.
1] Books Table:
2] Bookstore Table:
3] Service Catalog:
4] Client Script:
5] Script Include:
Regards,
Ritesh Swarnakar
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
I’m leaving my solution for this case in case it is helpful for someone.
You need to set Price implication for the variable in the Catalog to true. This way, the price will be calculated automatically based on the values added to the List Collector variable.
Here is the link to the documentation: Using variables for price setup
If you found this message helpful, please mark my answer as Helpful.

