Detach Soap Operation

The attach and detach operations can be used to define or remove a relationship between two records. For example, a Contact record can be associated with a Partner record or an Opportunity record can be associated with a Customer record. You can also use the attach/detach operations to attach or detach a file to or… Continue reading Detach Soap Operation

Attach Soap Operation

The attach and detach operations can be used to define or remove a relationship between two records. For example, a Contact record can be associated with a Partner record or an Opportunity record can be associated with a Customer record. You can also use the attach/detach operations to attach or detach a file to or… Continue reading Attach Soap Operation

How to connect Service (Sale) Items via REST API

Create API Credentials: Log in to your NetSuite account as an administrator. Navigate to “Setup” > “Integration” > “Manage Integrations” > “New.” Create a new integration record and generate the API credentials (e.g., Consumer Key, Consumer Secret, Token ID, Token Secret). Take note of these credentials as they will be used to authenticate your API… Continue reading How to connect Service (Sale) Items via REST API

Upsert SOAP Operation

The upsert operation is used to add a new instance or to update an instance of a record in NetSuite. It is similar to the upsertList operation, which allows users to add or update more than one record at a time. The upsert operation is similar to both the add and update operations, but upsert… Continue reading Upsert SOAP Operation

Serial/Lot Number Field Id in Item Fulfillment and Item Receipt

In Item fulfillment and Item receipt, we can select or add the Serial/Lot Number in the Inventory Details sub-record in the item line. But the field id for the Serial/Lot number field is different in both Item Fulfillment and Item Receipt. Field id for Serial/Lot number field in Item Fulfillment: “issueinventorynumber” Field id for Serial/Lot… Continue reading Serial/Lot Number Field Id in Item Fulfillment and Item Receipt