Retrieve price lists
NSPriceList GetPriceList(Integer priceListId)
Fetch a specific price list by its ID.Get multiple price lists from quote connection
You’ve got several variants ofGetPriceList(), which all return NSPriceList[] and take the ID of a quote connection as the 1st argument.
Create price list
Update price list
- Fetch the NSPriceList object with the agent.
- Call the appropriate set methods.
- Call
SavePriceList().
Delete price list
Reference
Frequently used price list fields
For a complete list of fields, see the database reference.