DMFEntityCompareTasks::getTableDiffData Method [AX 2012]
Inserts record in to DMFComparisonReport table.
server public static void getTableDiffData(
SelectableDataArea _selectableDataArea,
DMFExecutionId _dmfExecutionIDSource,
DMFExecutionId _dmfExecutionIDTarget,
DMFEntityName _entityName,
DMFDefinationGroupName _dmfDefinationGroupName,
Partition _partition)
Run On
ServerParameters
- _selectableDataArea
- Type: SelectableDataArea Extended Data Type
A slectable data area.
- _dmfExecutionIDSource
- Type: DMFExecutionId Extended Data Type
The value for source execution iD.
- _dmfExecutionIDTarget
- Type: DMFExecutionId Extended Data Type
The value for target execution ID.
- _entityName
- Type: DMFEntityName Extended Data Type
The name of an entity.
- _dmfDefinationGroupName
- Type: DMFDefinationGroupName Extended Data Type
The defination group name.
- _partition
- Type: Partition Extended Data Type
The partition name.
Show: