CustCollectionAgencyFeeHeader_W::checkExist Method
Determines whether the specified record exists in the CustCollectionAgencyFeeHeader_W table; if not, an error message is displayed.
Syntax
client server public static boolean checkExist(
CurrencyCode _currencyCode,
FromDate _fromDate,
ToDate _toDate)
Run On
Called
Parameters
- _currencyCode
Type: CurrencyCode Extended Data Type
Currency of the CustCollectionAgencyFeeHeader_W record.
- _fromDate
Type: FromDate Extended Data Type
Effective start date of the CustCollectionAgencyFeeHeader_W record.
- _toDate
Type: ToDate Extended Data Type
Effective end date of the CustCollectionAgencyFeeHeader_W record.
Return Value
Type: boolean
true if the specified record exists; otherwise, false.