Procedures

Automation procedures in the NetSuite BDK Book.

to retrieve a file's information from netsuite

Get a file's information from NetSuite's File Cabinet, using the SOAP API.

Input Concepts

Concept
Description
Type
Required
Default Value

file id

The ID of the file to retrieve information for

text

Yes

(no default)

Output Concepts

Concept
Description
Type

answer

The file's information

json

Examples

retrieve a file's information from netsuite
the file id is "3000662"

to retrieve a schema from netsuite

Get the JSON schema for an entity

Input Concepts

Concept
Description
Type
Required
Default Value

entity

The entity to get the schema for

text

Yes

(no default)

Output Concepts

Concept
Description
Type

answer

The schema for the entity

json

Examples

retrieve a schema from netsuite
the entity is "supportCase"

to retrieve an attachment from netsuite

Get an attachment from NetSuite's File Cabinet, using the SOAP API.

Input Concepts

Concept
Description
Type
Required
Default Value

attachment id

The ID of the attachment to retrieve

text

Yes

(no default)

Output Concepts

Concept
Description
Type

answer

The attachment

file

Examples

retrieve an attachment from netsuite
the attachment id is "3000662"

Last updated

Was this helpful?