CustCollectionAgencyGracePeriodSetup_W::find Method
Finds the record in the CustCollectionAgencyGracePeriodSetup_W table.
Syntax
client server public static CustCollectionAgencyGracePeriodSetup_W find(
CustCollectionLetterAccountCode_W _accountCode,
CustCollectionLetterAccountRelation_W _num,
FromDate _fromDate,
ToDate _toDate,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
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.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
The concurrency model option to use when reading the record; optional.
Return Value
Type: CustCollectionAgencyGracePeriodSetup_W Table
The record found in the CustCollectionAgencyGracePeriodSetup_W table.