new TransformRequest(the) → {TransformRequest}
TransformRequest Class
Parameters:
Name | Type | Description |
---|---|---|
the |
object | required information to transform a record |
- Source:
- transform.js, line 74
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:
- transform.js, line 104
Returns:
- Type
- null
-
executeSublistProcessor() → {null}
-
Initialize a new `NetsuiteToolkit.SublistProcessor` using the given sublist data and execute it
- Source:
- transform.js, line 137
Returns:
- Type
- null
-
processSublists() → {null}
-
Iterate over the list of sublist operations and call `executeSublistProcessor()` for each
- Source:
- transform.js, line 122
Returns:
- Type
- null