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.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Keep an eye out for upcoming NetSuite events, including meetups, workshops, and webinars. These sessions are a great way to connect with peers, learn from experts, and stay current on the latest NetSuite updates and best practices. Registration links are provided in each event.
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