Share via


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

Return Value

Type: InventClosing Table
The previous inventory closing record.

Remarks

This method looks for the previous active inventory closing to a given date.

See Also

Reference

InventClosing Table