Community

Override Rule Failure

Hi,
Running FC 11.
We have a rule that validates that a date field is within 15 days of the current date.
99% of the forms are fine.  1%, the mail is very late, the form is delayed.

Question:
How can the Verification operator overrule the failure, so that the document can be exported?

Thx,
M.

Was this article helpful?

0 out of 0 found this helpful

Comments

1 comment

  • Avatar
    Vladimir Dimitrijević

    Hi,

    You can add a checkmark field called OverrideDate for example. You can check in your rule if OverrideDate is checked: if not execute your script, if yes add this line of code:
    Context.Checksucceeded = true;


    Best regards,

    Vladimir

    0

Please sign in to leave a comment.