Catalog item, price calculation

scqpnovo
Tera Contributor

Hi all.

 

I have this catalog item where you can order a VM. I want to make it as flexible as possible, so allowing the requester to choose whatever amount of CPU cores they want. How do I set the unit price of 1 CPU core? So that when submitting, recurring price will be: <number-of-cpu-cores-requested> multiplied by unit price.

 

I cannot find a suitable variable type for this.

 

Thank you.

2 REPLIES 2

Ashish Parab
Mega Sage

Hey @scqpnovo 

 

Please refer below link for your 

https://www.servicenow.com/community/developer-forum/have-the-price-of-an-item-increase-when-the-qua...

 

Please mark this as helpful if you feel this answer helped you in anyway.

 

Thanks and Regards,

Ashish

 

I am not using "quantity". That is fine for ordering multiple VMs, but it is not really what I am asking about.