Trying to set an Attribute for a group of identities using creation rule

Trying to set a password and an Attribute for a group of identities using creation rule.
After running the aggregation task the password has been set for all the identities but I cant see the attribute for the identity

Hi @SrikrishnaB

Welcome to SailPoint Developer Community!

Check from debug pages – > Object Browser

note:
make sure, you have defined the Identity attribute: processLifecycle
Gear Icon – > Global Settings – > Identity Mappings

Hi @SrikrishnaB

You can enable the UI(Attributes) through below settings from: debug pages – > Object Browser – > UI Config

Attributes tab:

Similarly you can enable attribute at Identities – > Identity Warehouse summary page through below settings:

settings from: debug pages – > Object Browser – > UI Config – > identityTableColumns section.

 <entry key="identityTableColumns">
        <value>
          <List>
            <ColumnConfig dataIndex="processLifecycle" groupProperty="processLifecycle" headerKey="idents_grid_hdr_process_lifecycle" hideable="true" property="processLifecycle" sortProperty="processLifecycle" sortable="true" stateId="processLifecycle"/>
            ...
            ...
          </List>
        </value>
      </entry>

Let me know if you’re still facing any issues enabling the UI as explained above.

1 Like

Hi @SrikrishnaB ,

First verify if this has been updated in to Identity XML . If its added then follow @iiq-isc approach to make it displayable in UI .