Markup::move Method [AX 2012]
Moves MarkupTrans table records that are associated with one table record to another table, without conditions.
server public static void move(
TableId _fromTableId,
RecId _fromRecId,
TableId _toTableId,
RecId _toRecId)
Run On
ServerParameters
- _fromTableId
- Type: TableId Extended Data Type
The source TableId value.
- _fromRecId
- Type: RecId Extended Data Type
The source RecId value.
- _toTableId
- Type: TableId Extended Data Type
The destination TableId value.
- _toRecId
- Type: RecId Extended Data Type
The destination RecId value.
Show: