CustLedgerAccounts::existCustomerInPostingProfile Method
Checks whether the customer record belongs to the posting profile.
Syntax
server public static boolean existCustomerInPostingProfile(CustAccount _accountNum, [CustPostingProfile _custPostingProfile])
Run On
Server
Parameters
- _accountNum
Type: CustAccount Extended Data Type
The customer account number.
- _custPostingProfile
Type: CustPostingProfile Extended Data Type
The posting profile ID that is used to find the CustInterest record.
Return Value
Type: boolean
true if the customer belongs to the posting profile; otherwise, false.