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.
Comments
1 comment
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
Please sign in to leave a comment.