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 the credit limit for a customer or vendor.
Syntax
client server public static boolean checkCreditLimitWithoutAgreement(
ModuleSalesPurch _agreementModule,
CustVendAC _custVendAc,
[AmountMST _creditMax])
Run On
Called
Parameters
- _agreementModule
Type: ModuleSalesPurch Enumeration
The sales or purchase module.
- _custVendAc
Type: CustVendAC Extended Data Type
The customer or vendor account number.
- _creditMax
Type: AmountMST Extended Data Type
The maximum available credit limit; optional.
Return Value
Type: boolean
false if the credit limit is exceeded; otherwise, true.