Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to 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.