- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2024 02:45 AM - edited 01-15-2024 08:25 AM
Hi all,
I need to build a catalog item whereby the user adds material(s) to a form and I need to display the total price that all these material adds up to.
Any ideas where to start this and how to proceed?
Thank you!
Best,
Firat
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2024 02:50 AM
To do this
For Item Number - Description - Quantity - - Unit Price - Net value
You can create the MRVS (Multi row Variable Set)
Need to add script to get QxUnit price
and create another variable to get the total of same.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2024 02:50 AM
To do this
For Item Number - Description - Quantity - - Unit Price - Net value
You can create the MRVS (Multi row Variable Set)
Need to add script to get QxUnit price
and create another variable to get the total of same.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2024 08:08 AM
If I create withing the MRVS a field cold total_mprs, can I copy the value of that field to the value of another field inside the catalog item (not in the mrvs)?
I am asking this to be able to display to the user the total amount.