What automatically configured action in the validate ruleset sets a flag for pages to be reviewed?

Posted by: Pdfprep Category: C2070-994 Tags: , ,

A company wants to only review pages with low confidence and failed fields. High confidence and good validation will bypass review and continue directly to Export.

What automatically configured action in the validate ruleset sets a flag for pages to be reviewed?
A . Use the cation “CheckAllIntegrity” from the rrunner library to automatically set the status flag.
B . Use the cation “SetProblemValue” from the autodoc library to set the threshold of problem status for viewing.
C . Use the action “Status_Preserve_OFF” from the rrunner library to automatically set the object status for viewing.
D . Set the action “SetisOverrideable” from the validations library, to false, to automatically set the object status for viewing.

Answer: B

Explanation:

SetProblemValue uses the decimal value that you supply as a parameter to set a minimum Matching Tolerance Rating.

Incorrect Answers:

A: CheckAllIntegrity checks all documents in the batch to determine whether they meet the document integrity requirements that are specified in the document hierarchy.

C: Status_Preserve_OFF allows rules to change the STATUS value of fields, for example, to assign a problem status.

D: SetisOverrideable specifies if the user can or cannot override a validation that fails for the current object.

References: https://www.ibm.com/support/knowledgecenter/en/SSZRWV_9.0.0/com.ibm.dc.develop.doc/ dcadg852.htm

Leave a Reply

Your email address will not be published.