Community

Conditional verification request

Hi there,

Hope you all are doing well.
Could anyone please tell me how can I set a conditional verification in ABBYY FC 10. For Example: I have two relational field "Education" and "Job Status". Now from the form i got only "Education" field value, and most of the time it get's NULL value in this field. and if we get any real value into this field then we need to enter a Job status manually, for this document.
Now i need to set a condition for verify the "Job Status" field, like: if "Education" field is not null then we need to shown the "Job Status" field while field verification, for enter a status. If i use "Send to the field verification > Always " from "Field Properties > Verification" in the document definition, then this field shows up every time. It kills time. Could you please give me a solution or script regarding this.

Was this article helpful?

0 out of 0 found this helpful

Comments

1 comment

  • Avatar
    Permanently deleted user
    Hello,

    One approach is to create a script rule that refers to "Education" and "Job Status" Fields, if education is not null,you can assign NeedVerification property of field Job Status to true.

    This poroperty specifies whether an additional verification is required for the character. The value of this flag determines whether the character will be highlighted in the document editor.
    If the Send to Field verification option is selected in the field properties and the field contains characters with this flag set to True, the field will be routed to the Data Verification stage.
    To specify, whether the whole field (not particular characters) needs verification, use the NeedVerification property of the IField interface.

    Regards
    Tim
    0

Please sign in to leave a comment.