PDSBatchAttribTransfer::exist Method
Gets a value that indicates whether the record exists in the PDSBatchAttribTransfer table.
Syntax
client server public static boolean exist(
RecId _recId,
ItemId _endItemId,
PdsBatchAttribId _attribId)
Run On
Called
Parameters
- _recId
Type: RecId Extended Data Type
The RecId value to search for.
- _endItemId
Type: ItemId Extended Data Type
The ItemId value of the end item of the BOM.
- _attribId
Type: PdsBatchAttribId Extended Data Type
The PDSBatchAttribId value of the attribute desired.
Return Value
Type: boolean
true if the record exists in the PDSBatchAttribTransfer table; otherwise, false.