Validation Rules Keep Running At Start Up

Validation Rules Keep Running At Start Up

Comments

  • Hi,

    I have a form with multiple validation rules to run when certain text or number boxes are submitted as null, but they have been running at startup constantly which outlines the boxes in red.

    The boxes are being populated by data flows dependent on other components on the form and this validation only triggers when when the data flows output as null. If anyone has any thoughts on why these rules are running at start up Id appreciate it.

  • There are three things I would confirm to insure that this rule doesnt run on populating these inputs with null values.

    First: That the inputs for the validation rule arent set to RunOnValueChanged
    Second: That Run On Rule Form Show isnt checked
    Third: That under triggers there are no Value Changed options are checked

    These three things should be confirmed to avoid validation rules running at startup.

Sign In or Register to comment.