InventUpdate::checkItemPostingDate Method [AX 2012]
Validates that an item transaction may be posted on a given transaction date.
Syntax
server public static boolean checkItemPostingDate(ItemId _itemId, TransDate _transDate)
Run On
Server
Parameters
- _itemId
Type: ItemId Extended Data Type
The item ID of the item that is validated.
- _transDate
Type: TransDate Extended Data Type
The transaction date that is validated.
Return Value
Type: boolean
true if an item transaction may be posted on the given date; otherwise, false.