Share via


CustLedgerAccounts::custInterest Method

Finds the CustInterest record ID.

Syntax

server public static CustInterestRecId custInterest(
    CustAccount _accountNum, 
    CustPostingProfile _custPostingProfile, 
   [boolean _lookupDefPostingProfile])

Run On

Server

Parameters

  • _lookupDefPostingProfile
    Type: boolean
    A Boolean value that indicates whether to look up the posting profile in accounts receivable; optional.

Return Value

Type: CustInterestRecId Extended Data Type
The CustInterest record ID.

Exceptions

Exception Condition
Error

The posting profile ID parameter was blank and no post profile was available in the accounts receivable parameters.

See Also

Reference

CustLedgerAccounts Table