ReqTransCache.setDataChangedDuringExecution Method [AX 2012]
Marks that some data has been changed out of order during the execution of the current plan.
Syntax
Note
The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.
Microsoft Dynamics AX 2012 R3
public void setDataChangedDuringExecution(boolean _dataChanged)
Microsoft Dynamics AX 2012 R2 (SYS)
public void setDataChangedDuringExecution(boolean _dataChanged)
Microsoft Dynamics AX 2012 (FPK)
public abstract void setDataChangedDuringExecution(boolean _dataChanged)
Run On
Called
Parameters
- _dataChanged
Type: boolean
A Boolean value that indicates whether the data has been changed.