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