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
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?