InventValueReportBase.getActualFromDate Method [AX 2012]
Determines which date must be used in the report as a from date.
Syntax
public FromDate getActualFromDate()
Run On
Called
Return Value
Type: FromDate Extended Data Type
The actual from date.
Remarks
This method must be used in the routines that collect transaction data for the report.
The InventValueReportContract.parmFromDate method should never be used for that purpose.