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!
TimeBill records with additional employee info within search
Hopefully someone can help. I cannot figure out how to use this API and the code examples have not been helpful.
I am currently getting a list of TimeBill records for a given date range so I can add up the time. The TimeBill type has an RecordRef type for employee that gets populated with basic employee data during my search (employee data returned: externalId, internalId, name, type, typeSpecified). However, it does not contain additional employee data. Specifically, I need the customFieldList[] of each employee associated with each TimeBill record so I can get at a customId number for the employee.
0