CustInterest::findByBillingClassOrPostingProfile Method
Finds the specified record in the CustInterest table for the specified interest code.
Syntax
client server public static CustInterest findByBillingClassOrPostingProfile(
CustAccount _accountNum,
RefRecId _billingClassificationId,
CustPostingProfile _custPostingProfileId,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _accountNum
Type: CustAccount Extended Data Type
The customer account number to be used.
- _billingClassificationId
Type: RefRecId Extended Data Type
The billing classification record ID to be used.
- _custPostingProfileId
Type: CustPostingProfile Extended Data Type
The customer posting profile ID to be used.
- _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: CustInterest Table
A CustInterest table buffer.