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.
Please note that on Saturday, April 18, 2026, at 8:00 PM Pacific Time, our Case Management System will undergo a scheduled maintenance for approximately 15 minutes. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
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