741: Loan pre-conditions use “exist” instead of the correct “exists”
The loan preconditions use the term “exist” rather than the correct terms “exists”. Correct the preconditions by changing the term to “exists”. This is a problem for 3 reasons. 1. Incorrect use of the English language. 2. Inconsistency with the rest of the validation rules which use exists. 3. “Exists” is a defined term and … Continued