Adding a record using NetSuite V2019/2021 components
This scenario adds a record to NetSuite using NetSuite V2019/2021 features and displays the record on the console.
The Job in this scenario comprises three subJobs. The first subJob establishes a connection to the NetSuite server for the subsequent NetSuite components; the second subJob retrieves fields of a specific record, assigns a value to a record field, and then writes the fields back as a new record; the third subJob displays the newly added record on the console.
This scenario assumes that you have all the credentials that are necessary to establish a connection to your NetSuite SOAP server, including account number, account name (an Email address), password, role ID, and application ID.
The following shows the Job used in this scenario.