Creating and editing role-based redaction
You can create and edit role-based redactions in Datacap Navigator, and export the redactions to FileNet P8 Any user in Datacap Navigator has permission to create and edit redactions that are imported or defined for that Datacap application.
Procedure
Additional settings in the task/XML file to use role based redaction
Note: Any manual change that you must apply on the task_set.xml files must be
done in the XML files in \datacap\programSet folder. For example, any manual
changes applied to verify.js.set.xml file in the DCO folder over ride configuration changes made to
the task in Datacap Navigator application.
Add the following settings to
the <verify>.set.xml file to be able to use role based redaction feature.
Example
<V label="Allow Redaction" n="AllowRedact" tip="Allow the user to view and edit redactions on the page image" type="checkbox">1</V>
<V label="Allow Redactions Group" n="AllowRedactGroup" tip="Group name allowed to use role based redactions function" type="text">Everyone</V>
<V label="Allow Annotation" n="AllowAnnotate" tip="Allow the user to view and edit annotations on the page image" type="checkbox">1</V>
<V label="Edit Annotation Group" n="EditAnnotateGroup" tip="Group name allowed to edit or view all annotations properties" type="text">Everyone</V>
<V label="View Annotation Group" n="ViewAnnotateGroup" tip="Group name allowed to view all annotations properties" type="text">All Groups</V>
<V label="Allow Burn-In" n="AllowBurnIn" tip="Allow the user to burn-in on the page image" type="checkbox">1</V>
<V label="Allow Burn-In Group" n="AllowBurnInGroup" tip="Group name allowed to use burn-in function" type="text">Everyone</V>
<V label="Show Field Bounds" n="ShowFields" tip="Always display all field bounds (rectangles) on the main image" type="checkbox">0</V>
<V label="Show Field Bounds" n="ShowFields" tip="Always display all field bounds (rectangles) on the main image" type="checkbox">1</V>
<V label="Enable Multiple Line Editor" n="UseTextAreaByDefault" tip="Use multiple line editor for the text fields in the default panel" type="checkbox">0</V>
<V label="Hide Snippet in Default Panel" n="HideSnippetInDP" tip="Hide snippets in the default panel" type="checkbox">0</V>