System information

Identity Manager Technical Deployment Overview
Page 114 Identity Manager 7.1 Update 1 Release Notes
The
extends
attribute allows for a hierarchy of work item types (
workItem
Types). When
Identity Manager creates a work item, it delegates the work item to the specified users if its
workItem
type is:
the type delegated
one of the subordinate
workItem
types of the type being delegated.
The code sample included in the section titled “Changing Masthead Appearance”
incorrectly lists the first line as “MstDiv”. This line should read “.MstDiv”. (ID-16072)
The section titled Customizing the Browser bar has been revised as follows: (ID-16073)
You can now replace the product name string in the browser title bar with a localizable
string of your choice.
1. Import the following XML file:
workItem Type Description Display Name
Approval extends WorkItem Approval
OrganizationApproval extends Approval Organization Approval
ResourceApproval extends Approval Resource Approval
RoleApproval extends Approval Role Approval
Attestation WorkItem Access Review Attestation
review WorkItem Remediation
accessReviewRemediation WorkItem Access
Code Example 1 XML to Import
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE Configuration PUBLIC 'waveset.dtd' 'waveset.dtd'>
<Configuration name='AltMsgCatalog'>
<Extension>
<CustomCatalog id='AltMsgCatalog' enabled='true'>
<MessageSet language='en' country='US'>
<Msg id='UI_BROWSER_TITLE_PROD_NAME_OVERRIDE'>Override Name</Msg>
</MessageSet>
</CustomCatalog>
</Configuration>
</Extension>