Move and Copy Data in Memory
The Move / Copy Data in Memory action allows you move or copy data from one Record to another at the active Record level
Moving/copying at memory level is not as fast as the database level action. However, it is more efficient to move/copy in memory if you then need to act on the values that just got moved/copied. If you do not need to use those values after copying them then you might consider using the Move / Copy Data in Database action instead.
Options
- Move or Copy - Specify whether you want to MOVE the data or COPY it. If you MOVE the data then the data items are re-assigned as is to the new Record. If you copy them then new data items are created as copies and are assigned to the new Record.
- Date Types - Specify whether you want to MOVE or COPY ALL, Header or Line Item data types.
- Field Name - The name of the field(s) to copy. Leave this blank to copy all data. If you specify a name then only data with the same name will be copied/moved. You can specify wildcards with the * sign. If you want to copy all data whose name starts with 'NAME' then you can use NAME* for the value.
- Overwrite - Check this ON to overwrite any data with the same name in the TO Record. Check it OFF to append the data even if there is data with the same name present in the TO Record.
- From Record Active/Alternate - Specify whether the Active or Alternate Record is the record to copy FROM
- From Named Record - Specify the Name of the Record to move or copy the data FROM. If this is set then this is used rather than the Active/Alternate selection above.
- To Record Active/Alternate - Specify whether the Active or Alternate Record is the record to copy TO
- To Named Record - Specify the Name of the Record to move or copy the data TO. If this is set then this is used rather than the Active/Alternate selection above.
All fields can all contain static values or variables.