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.
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.