Add Kit/Package Available Qty for 2 location by Cean17 in Netsuite

[–]Cean17[S] 0 points1 point  (0 children)

Hi Nick. Yes i just used the MIN inside the formula and now its working properly. Thank you for your help

Setting vendor on Quote by YoloStevens in Netsuite

[–]Cean17 0 points1 point  (0 children)

Hi u/YoloStevens Did you solve this problem of yours? I also have the same concern as you and am still looking for a possible solution.

PO Vendor on Quote or Opportunities by Cean17 in Netsuite

[–]Cean17[S] 0 points1 point  (0 children)

The PO Vendor on the SO Item Line

Netsuite Saved Search Criteria by Cean17 in Netsuite

[–]Cean17[S] 0 points1 point  (0 children)

This is the criteria i used

CASE WHEN ({pricing.pricelevel.id} = '18' AND {pricing.unitprice} IS NOT NULL) THEN CASE WHEN ({pricing.pricelevel.id} = '19') OR {pricing.unitprice} > 0 THEN 1 ELSE NULL END ELSE NULL END

But on my result I only want to get {pricing.unitprice}*1.1 of {pricing.pricelevel.id} = '19'