Discussions
SuiteWorld is where the NetSuite community comes together to learn, connect, and discover what’s next.
Whether you’re looking for product updates, practical tips, new ways to improve efficiency, or insights from other customers, SuiteWorld offers something for every stage of your NetSuite journey.
■ NetSuite 2026.2 Release Notes
■ NetSuite SuiteApps Release Notes
■ NetSuite Sneak Peeks
■ Release Preview Guide
■ Release Preview Test Plan Template
Trying to get amount unfulfilled with dollar amount open
I'm probably explaining that weird. I have a search that basically showed open orders with the current month total (Meaning only including items still pending to ship, not the total transaction amount). The report works great but we wanted to convert it to show the same thing based on line items. My formula almost works, however it returns the full rate and does not deduct the rate - discount like that native {netamount} does.
Formula is: ({quantity} - {quantityshiprecv}) * {rate}
{discountrate} doesn't work, {discountamount} deducts the entire orders discount not just that line item.
I've scoured here and suite answers for hours and I have tried everything I can think of and still can't get this to work. Any help would be appreciated.