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.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
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?
0