InventAdjustPost::checkPostProject Method [AX 2012]
Checks if transactions with project exists.
Syntax
server public static boolean checkPostProject(Voucher voucher, TransDate transDate)
Run On
Server
Parameters
- voucher
Type: Voucher Extended Data Type
Voucher to check for.
- transDate
Type: TransDate Extended Data Type
Transaction date to check.
Return Value
Type: boolean
Returns true if transactions with project exists; otherwise, false.