Share via


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

Return Value

Type: boolean
true if an item transaction may be posted on the given date; otherwise, false.

See Also

Reference

InventUpdate Class