Sun Identity Manager 8.1 Resources Reference

Usage Notes

Choosing Business Objects and Components

By default, the Siebel CRM adapter uses the Employee Siebel business component of the Employee Siebel business object for account provisioning. However, you can configure the adapter to use any Siebel business component of any Siebel business object for account provisioning.


Note –

You must specify the business component within the specified business object.


You can use the Siebel Tools Client to inspect your business component and to verify which attributes are available for provisioning. The default schema map has some common attributes that are useful for the default Employee business component.

You may have to add, remove, or change attributes to manage your Siebel environment– especially if you have configured the adapter to use a business object or business component other than the default.

The following steps are a basic guide to discovering which attributes Identity Manager can provision to your Siebel environment using the Siebel Tools client:

ProcedureIdentifying Attributes for Provisioning to a Siebel Environment

  1. Open the Siebel Tools’ Object Explorer.

  2. Click the Business Component icon.

  3. Scroll down or create a query to select the desired business component.

  4. Select Fields within the Object Explorer.

    A list of fields available to the bus-iness component should display.

    The field Name column values shown in the Object Explorer are typically used for the right-hand side (or the Resource User Attribute), within the schema map of your configured Siebel CRM resource.

    In general, you can manage any of these fields to some degree. However, if you want to manage a multi-valued field or a pick-list field, you must specify a different format for the right-hand side of the schema map, as follows:

    • For a multi-valued field: The right-hand side must use the field@@keyAttr format, where:

      • field represents the name of the multi-valued field

      • keyAttr represents the name of a field within the associated multi-valued business component used to uniquely identify each member of the multi-valued list.

        For example: Position@@Name

      For a pick list field: The right-hand side must use the field!!keyAttr format, where:

      • field represents the name of the pick list field

      • keyAttr represents the name of a field within the associated pick-list business component used to uniquely identify a member of the pick list.

        For example: Employee Organization!!Name

Managing Primary Values in Multi-Value Groups

The adapter performs the following actions when a multi-value group (MVG) already contains a single member that is designated as primary:

If there are currently multiple values in an MVG with one of the values marked as the primary:

To move a primary marker from an existing value to a new value when multiple values exist, you must add an account attribute to the schema map. The name of this attribute must be in the form “Primary MVG_Name”, where MVG_Name is a value such as Employee Organization Id or Position. Therefore, the attribute will have a name such as Primary Employee Organization Id or Primary Position. Then, in the user form, set the Primary attribute to the desired value.

Advanced Navigation

The advanced navigation feature of the Siebel CRM adapter allows you to create and update child business components. This is an advanced feature that is not typically implemented in Identity Manager.

The advanced navigation feature allows you to optionally specify the following information needed to create and update child business components:

An advanced navigation rule can be used during create and update actions. It cannot be used for other types of actions.

To implement the advanced navigation feature of the Siebel CRM adapter, you must perform the following tasks:

Attribute  

Definition  

busObj

The name of the business object. 

parentBusComp

The name of the parent business component for busObj. The context of the business object is updated by moving to the first qualified (see parentSearchAttr) record of this business component

parentSearchAttr

The attribute to use as the search field in the parentBusComp. The value to search for is expected to be present as the value for the attribute whose Resource User Attribute name is PARENT_COMP_ID.

busComp

The name of final business component to create or update. If creating, then a new record of this business component will be created in the business object. If updating, then the business component record to update is selected by moving to the first qualified (see searchAttr) record of this business component.

searchAttr

The attribute to use as the search field in the busComp. The value to search for is the user’s account ID.

attributes

A list of strings that specifies the set of fields in the busComp that will be set or updated. This list overrides the attributes defined in the resource’s schema map for the action being performed.

coAction

If the requested action (resource.action) is create, then specify a coAction value of update to instruct the adapter to also perform an update immediately following the create. This may be necessary if the create cannot set all the necessary fields, and therefore an update must also occur to logically complete the create. This attribute will be ignored unless resource.action is create and coAction is set to update.

An example navigation rule is provided in $WSHOME/sample/rules/SiebelNavigationRule.xml.