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.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Please note that on Saturday, April 18, 2026, at 8:00 PM Pacific Time, our Case Management System will undergo a scheduled maintenance for approximately 15 minutes. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
Searching through custom records, with join.
Hi everyone,
This one is leaving me at the mercy of the suitescript gods, here goes
For simplicity (and less typing) I have altered what my real record looks like, but, however let's say I have a record with the following layout:
Record Name: customrecord_mycustomrec
Fields:
[1] - Date Field --> custrecord_datebilled
[2] - Text Field --> custrecord_funnyname
[3] - List/Record Field --> custrecord_salesorder (links to transaction, sales order)
What I would like to do is get the funny names within two date ranges, AND, get some details about the sales order linked (hence the join). Here is my code.
0