Discussions
Can a Time Entry (sub)record be created for a Project record via SuiteScript?
I need to be able to create Time Entry records for Projects via SuiteScript, but there's no entry for that particular sublist in the Record Browser entry for the Project record. Is that sublist in fact inaccessible via SuiteScript? Perhaps it has an undocumented name?
Project Record (Record Browser entry):
https://system.na3.netsuite.com/help/helpcenter/en_US/srbrowser/Browser2017_2/script/record/job.html
I've also thought about using record.create(), but there doesn't seem to be a relevant "type" constant enumerated in record.Type.
Is there any other way to create a Time Entry record using a script?