You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Pricing Profile Advanced

Accepted answer
53
Views
6
Comments
edited May 14, 2020 6:23AM in Configure Price Quote 6 comments

Summary

Pricing Profile Advanced how to return price

Content

We have requirement to use pricing profile to get the list price based on some discounts and other parameters.

How to do this using Advanced Function

 

returnPayload = json();
if (partNumber=="2GB RAM" )
{
jsonput(returnPayload, "unitPrice", 700);
}
return returnPayload ;

 

 

Version

20A Patch 1

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!