Sun Identity Manager 8.1 Resources Reference

Step 1: Define Identity Manager User Form Fields

Create user form fields to assign an action that will run before or after a user operation:

In this example, the field defines an action named after-create that runs after a user create operation:

<Field name=’global.create after action’>
    <Expansion>
       <s>after-create</s>
    </Expansion>
</Field>

The field name is formatted as:

{create|update|delete} {before|after} action

For detailed information about working with forms in Identity Manager, refer to Deployment Reference.