Example: Validates that the Account Number is numeric
OR(
ISBLANK(AccountNumber),
NOT(ISNUMBER(AccountNumber))
)
Error Message : Account Number should be numeric
Error Location: Account Number
Example: Validates that the Account Number is numeric
OR(
ISBLANK(AccountNumber),
NOT(ISNUMBER(AccountNumber))
)
Error Message : Account Number should be numeric
Error Location: Account Number
Comments
Post a Comment