Create a catalog item whereby the user adds items with description and price to add up to a total

mfhaciahmetoglu
Mega Sage

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

  

1 ACCEPTED SOLUTION

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @mfhaciahmetoglu 

 

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]

****************************************************************************************************************

View solution in original post

2 REPLIES 2

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @mfhaciahmetoglu 

 

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]

****************************************************************************************************************

mfhaciahmetoglu
Mega Sage

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.