System information
Identity Manager Workflows, Forms, and Views
Part Number 820-2952-10 Page 117
Identity Manager Workflows, Forms, and Views
This section contains new information and documentation corrections for Sun Java
™
System Identity
Manager Workflows, Forms, and Views.
• You can turn off policy checking in your user form by adding the following field to the
form: (ID-13346)
This field overrides the value in the OP_CALL_VIEW_VALIDATORS field of
modify.jsp
.
• The Identity Manager User Interface pages include a second XPRESS form that implements
the navigation bar. As a result, the rendered page contains two
<FORM>
tags, each with a
different name attribute:
<form name="endUserNavigation">
and
<form name="mainform">
To avoid potential confusion between these two
<FORM>
elements, make sure you use the
name
attribute as follows to distinguish which
<FORM>
you are referencing:
document.mainform
or
document.endUserNavigation
.
Chapter 1, Identity Manager Workflow
• Identity Manager provides the following new sample Access Review workflow in
/sample/workflows. (ID-15393)
Test Auto Attestation
Use to test new Review Determination rules without creating Attestation work items. This
workflow does not create any work items, and simply terminates shortly after it starts. It
leaves all User Entitlement objects in the same state that they were created in by the access
scan. Use the Terminate and Delete options to clean up the results from access scans run
with this workflow.
<Field name='viewOptions.CallViewValidators'>
<Display class='Hidden'/>
<Expansion>
<s>false</s>
</Expansion>
</Field>