Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.