Discussions
Join the NetSuite community to innovate, connect, and discover what’s next.
SuiteWorld brings thousands of innovators, builders, and leaders together to learn, connect, and shape what’s next. This October, explore how to build a stronger foundation for growth through inspiring keynotes, major product reveals, hands-on sessions, and unforgettable moments—all in one place for our biggest event of the year. Register now
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.