CustTable.validateIdentificationForCreditLimit Method

Validates whether the identification number for the CreditLimit value is required.

Syntax

private boolean validateIdentificationForCreditLimit()

Run On

Called

Return Value

Type: boolean
true if the identification number is required; otherwise, false.

Remarks

This method is called when the identification number is not entered. This method returns:

  • false if the CreditIdentificationRequire enumeration value is Yes, the MandatoryCreditLimit enumeration value is Yes, and the CreditMax value is larger than zero.

  • false if the CreditIdentificationRequire enumeration value is Yes, the MandatoryCreditLimit enumeration value is No, and the CreditMax value is larger than or equal to zero.

  • false if the CreditIdentificationRequire enumeration value is the minimum limit and the CreditMax value is larger than or equal to the CreditLimit value.

  • false if the CreditIdentificationRequire enumeration value is the minimum limit, the MandatoryCreditLimit enumeration value is No, the CreditMax value is zero, and the CreditLimit value is larger than zero.

See Also

Reference

CustTable Table