InventClosing::findPrevClosingDate Method
Finds the previous inventory closing record.
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
client server public static InventClosing findPrevClosingDate(TransDate _currentClosingDate, [InventTransCurrency_RU _inventTransCurrency])
Microsoft Dynamics AX 2012 R2 (SYS)
client server public static InventClosing findPrevClosingDate(TransDate _currentClosingDate, [InventTransCurrency_RU _inventTransCurrency])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
client server public static InventClosing findPrevClosingDate(TransDate _currentClosingDate)
Microsoft Dynamics AX 2012 (FPK)
client server public static InventClosing findPrevClosingDate(TransDate _currentClosingDate)
Microsoft Dynamics AX 2012 (SYS)
client server public static InventClosing findPrevClosingDate(TransDate _currentClosingDate)
Run On
Called
Parameters
- _currentClosingDate
Type: TransDate Extended Data Type
The date of the current active inventory closing.
- _inventTransCurrency
Type: InventTransCurrency_RU Enumeration
The currency of the current active inventory closing - primary or secondary.
Return Value
Type: InventClosing Table
The previous inventory closing record.
Remarks
This method looks for the previous active inventory closing to a given date.