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.
How to Link Work Orders Completion with Work Order in ODBC?
I am trying to get all of the work order completion transactions for a particular work order using the NetSuite data connector.
I can get the work order completion transactions with something like "select * from transaction where recordtype = 'workordercompletion';" and I can get the work order transactions with a similar query. What I can't find is anything that connects the two transaction types to each other.
I had a quick look at adding a custom field to the work order completion record. I thought I might be able to use the 'Created From' or 'Applied To Transaction' fields to link work orders to work order completions and then use that field in my SQL query. But there doesn't seem to be a way to add a field to the work order completion transaction.