PdsBatchDispCheck_Reserve.validateTransCheck Method [AX 2012]
Indicates whether the PdsDispModuleType value from either the InventTrans or RefRecord records, are that will be used in the disposition check.
public boolean validateTransCheck(InventTrans _inventTrans, [Common _refRecord])
Run On
CalledParameters
- _inventTrans
- Type: InventTrans Table
An InventTrans record that is used to determine the PdsDispModuleType value for the validation.
- _refRecord
- Type: Common Table
The record that is used to determine the PdsDispModuleType value for the validation.
Return Value
Type: booleantrue if the PdsDispModuleType value from either the InventTrans or RefRecord records, are to be used in the disposition check; otherwise, false.
Community Additions
ADD
Show: