CustVendPDCRegister::existsForCustTrans Method
Determines if CustVendPDCRegister table record exists for a specified CustTrans table record.
Syntax
client server public static boolean existsForCustTrans(RefRecId _custTransRecId)
Run On
Called
Parameters
- _custTransRecId
Type: RefRecId Extended Data Type
The record ID of the CustTrans table record.
Return Value
Type: boolean
true if a record is found; otherwise, false.