# NetSuite SOAP - Initialize record action
The Initialize record action creates a new NetSuite record with data from a related record. You can use this action to create records like Cash Sales or Item Fulfillments based on existing transactions. This action retrieves all relevant fields and line items from the source record, removing the need for additional lookups or manual field mapping.
# Input
Input field | Description |
---|---|
Record | Specify the NetSuite record type to initialize. Options include:
|
Reference record | Select the related record type to use as a reference. Options vary based on the selected record:
|
Reference record ID | Provide the internal ID of the reference record in NetSuite. |
# Output
The output schema is dynamically generated based on the selected record type. It includes the fields relevant to the initialized record.
Last updated: 7/14/2025, 2:17:53 PM