Using Workflows with SuiteScript for Custom Transaction Transformations

To use SuiteScript to create a custom action to perform a transformation, use the redirect.toRecordTransform(options) method. The method takes the source transaction, opens the form of the destination transaction and fills data in the form based on the source transaction. If a field is available in both the source and destination transactions, it's transferred. However, the following fields aren't automatically filled in:

For more information about the redirect.toRecordTransform(options) method, see N/redirect Module.

For more information about supported transformation types, see Supported Transformation Types.

Related Topics

General Notices