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