We have a specific Pricing Formula which we want to implement in Cloud
We have a following Pricing Formula which we want to implement in Cloud.
roundup(USList Price*170*74%, -2)
Initially we want to fetch the price from US List Price then multiply it by (170*0.74) and then round it off within 2 digits
How can we implement it in cloud?
Tagged:
0