PdsBatchDispCheck_PickList.validateTransCheck Method [AX 2012]

Performs the disposition check on the specified InventTrans record and either the specified batch ID or the batch related to the transaction.

public boolean validateTransCheck(
    InventTrans _inventTrans, 
    Common _refRecord, 
   [InventBatchId _batchId])

Run On

Called

Parameters

_inventTrans
Type: InventTrans Table
An InventTrans record on which to perform check.
_refRecord
Type: Common Table
A reference Common record buffer.
_batchId
Type: InventBatchId Extended Data Type
A batch ID on which to perform check; optional.

Return Value

Type: boolean
true if the validation is successful; otherwise, false.

Community Additions

ADD
Show: