Netsuite REST API Contract not automatically created with Sales Order

111 Views Asked by At

When I create a new Sales Order through Postman in Netsuite using the rest api (https://{accountNumber}.suitetalk.api.netsuite.com/services/rest/record/v1/salesOrder), it successfully creates the Sales Order but a contract is not being automatically created.

I tried adding different order statuses to the sales order creation, which are supposed to trigger an automatic contract creation but nothing is happening.

1

There are 1 best solutions below

1
On BEST ANSWER

There is likely a UserEventScript or transaction work flow that triggers the contract creation. It must be deployed to run under the REST_WEBSERVICES execution context.