Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Please note that on Friday, March 20, 2026, at 8:00 PM Pacific time, our Case Management System will undergo a scheduled maintenance for approximately 4 hours. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
Join on Custom Record
We have a custom record Parent with fields field_1 and field_2. We're in the process of breaking it up so Parent will have a child record Module and Module has a child record Element. field_1 is being moved to Module and field_2 to Element.
Normally to join search columns from separate records, you use the target field and Join Id in the nlobjSearchColumn constructor. But as far as I can tell, only standard (or base) NS records have Join Ids. Custom records do not.
Given that we currently search for these fields on Parent, how would I modify the search so I JOIN Module.field_1 and Element.field_2 fields in the nlobjSearchColumn?
0