How to take quantity based pricing in save search netsuite

前端 未结 3 501
春和景丽
春和景丽 2021-01-15 20:14

I have to create a save search and fetch pricing of items which is quantity based. How to do that. For fetching unit price, I use the following formula.

DEC         


        
3条回答
  •  终归单人心
    2021-01-15 20:28

    When you turn on Multiple Prices and/or Quantity Pricing feature in NetSuite, there is an additional record joined to the item record called Pricing ({pricing}).

    This new pricing join has {quantityrange}, {maximumquantity}, and {minimumquantity}. You can use these fields to add to your query of the item record, or you can go direct from the Pricing record which has a join to the item recording using field {item}.

提交回复
热议问题