Class: TransformRequest

TransformRequest

new TransformRequest(the) → {TransformRequest}

TransformRequest Class
Parameters:
Name Type Description
the object required information to transform a record
Source:
Returns:
A new instance of TransformRequest
Type
TransformRequest

Methods

execute() → {null}

Transform a record for TransformRequest, alters its data using the given data and submits it for writing.
Source:
Returns:
Type
null

executeSublistProcessor() → {null}

Initialize a new `NetsuiteToolkit.SublistProcessor` using the given sublist data and execute it
Source:
Returns:
Type
null

processSublists() → {null}

Iterate over the list of sublist operations and call `executeSublistProcessor()` for each
Source:
Returns:
Type
null