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.
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 .