# NetSuite REST - Transform record action

The Transform record action transforms an existing record into another record type in NetSuite REST.

Use this action to create a target record from an existing source record. For example, you can transform a cash sale into a return authorization when NetSuite supports that transformation pair.

The available Transform to options depend on the Source record you select. Select Transform to to allow the action to display additional fields that match the target record type you select.

Refer to the Supported transformation types (opens new window) for valid source-to-target combinations. Review REST Web Services prerequisites and setup (opens new window) for setup requirements.

# Input

Input field Description
Source record Select the NetSuite record type to transform from. Only supported source record types appear in the list.
Transform to Select the target NetSuite record type to return after the transformation. This list changes based on the selected Source record.
Internal ID Enter the internal ID of the existing source record instance to transform.

Additional fields appear based on the Source record and Transform to values you select. These fields update dynamically to match the transformation pair you selected.

# Output

Output field Description
Location The REST resource location of the transformed record returned by NetSuite.
Internal ID The internal ID assigned to the transformed record.


Last updated: 4/20/2026, 5:20:27 PM

On this page