InventTransferTable.checkValid Method
Verifies that the transfer is valid.
Syntax
public boolean checkValid(InventTransferId _transferId)
Run On
Called
Parameters
- _transferId
Type: InventTransferId Extended Data Type
The transfer ID.
Return Value
Type: boolean
true if the transfer is valid; otherwise, false.
Remarks
The transfer is valid if the transfer ID is not null Nothing nullptr unit a null reference (Nothing in Visual Basic) and the InventTransfer table buffer exists.