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!
Custom Record Join
I feel like I must be missing something as this is such a basic thing, but I cannot find a way to do it without SuiteScript:
How can I join a transaction to a custom record that does not have a parent/child relationship?
The SQL equivalent is almost as basic as it gets: SELECT custom_record.field_2 FROM custom_record WHERE custom_record.field_1 = transaction.field
In my case, I am trying to lookup a custom record using the Ship To Zip on the Sales Order. Since Zip is not a list/record type in NS (seems like it is all completely hard-coded), how can I link the Sales Order's Ship To Zip to a custom field on the custom record called Zip in order to return the value of another field on the custom record, in this case, Delivery Route?