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!
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
Is there a field for Unbilled/Uninvoiced Amount on a sales order?
I am trying to find the unbilled amount of a sales order....
Essentially, in a custom record I have a list/record field of sales orders. I am trying to find the amount of "that" sales order that has been invoiced...
I know that I can do a search in a javascript that will take all invoices, add a filter "created from" equal to the sales order in my list record, then cycle through them and add up the amounts (slow and cumbersome). This needs to be dynamic and be able to be shown in a list view (with real time values). Really, an SQL "formula" such as {custrecord_parentsalesorder.amountremaining}, however "amountremaining" only works with invoices to find the amount that has not been paid... I am looking for the amount that has not been invoiced (or that has been invoiced).