コミュニティ

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.

この記事は役に立ちましたか?

0人中0人がこの記事が役に立ったと言っています

コメント

1件のコメント

  • 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

サインインしてコメントを残してください。