Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Show global item rate for Assembly Build Items
Happy Monday everyone, I hope you all had a nice weekend.
Bit of a complicated one this time, I'm not sure if there is an answer.
We have a vendor we buy goods from, we often ship these goods as assembly builds. We receive rebates for various items from the builds.
We have an overall rebate price which is denoted by the field : {custcol4}
What I am attempting to do is write a formula which says when an build contains certain items, the cost of those items is deducted from this overall amount. I have written the following:
CASE WHEN {item.memberitem} IN ('XXXXXXX','XXXXXXX','XXXXXXX','XXXXXXX') THEN {custcol4}-({item.memberquantity}*{item.cost})
0