Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether the specified record in the CustCollectionAgencyGracePeriodSetup_W table exists.
Syntax
client server public static boolean exist(
CustCollectionLetterAccountCode_W _accountCode,
CustCollectionLetterAccountRelation_W _num,
FromDate _fromDate,
ToDate _toDate)
Run On
Called
Parameters
- _accountCode
Type: CustCollectionLetterAccountCode_W Extended Data Type
Account code (Table/Group/All) of the CustCollectionAgencyGracePeriodSetup_W record.
- _num
Type: CustCollectionLetterAccountRelation_W Extended Data Type
Account/group number of the CustCollectionAgencyGracePeriodSetup_W record.
- _fromDate
Type: FromDate Extended Data Type
Effective start date of the CustCollectionAgencyGracePeriodSetup_W record.
- _toDate
Type: ToDate Extended Data Type
Effective end date of the CustCollectionAgencyGracePeriodSetup_W record.
Return Value
Type: boolean
true if the specified record exists; otherwise, false.