Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to 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})