• Given a string representing a Laserfiche numeric field, and a check constraint, determines if the numeric field satisfies the constraint

    Parameters

    Returns boolean

    true if value satisfies the numeric constraint

     evaluateNumericValidationExpression('1000', '>=1000 &  <=9999');  // true
    evaluateNumericValidationExpression('100000', '>=1000 & <=9999'); // false