Edit Identity Page not accepting null values

I am working in IIQ 8.4 version. while trying to remove the delegate manager of the identity from edit identity page I noticed that IIQ keeps the old value instead of replacing it with null. I tried modifying the editmode property of delegate manager within object configuration page from untilfeedvaluechanges to permanent but this hasn’t resolved the issue

@swagh Have u tried with temporary? it will remove entry in case of null.

some useful thread

Solved: Identity Attribute: Global Rule doesn’t update Temporary edit - 7.1p2 - Compass

Identity Mapping Edit Mode Permanent vs ReadOnly vsTemporary - Compass

Hi,
I am getting below error while trying to change the editmode to Temporary

try to put “UntilFeedValueChanges” and see if that works

The original value was “UntilFeedValueChanges”. I changed it to Permanent later

How you are setting the null value with UntilFeedValueChanges ? when i try with edit identity and try to set null then it will remove the entry in case of null. is that you don’t want ?

That’s exactly what I want. I am trying to pull none as delegate manager for an identity


after submitting this form it should remove delegate manager from attributes but it’s still there. also I noticed that it creates empty access request for that identity

Will check first part again today.

The request was created as part of LCM Create and Update workflow. there should be ticketManagementApplication flag that will control the ticket process. you can turn off by setting null.

The Request Items are not available in Access Request. The cause of this is that the identity does not have a “Delegate Manager” value set in their profile.

During plan compilation, if the item value matches, it will be removed from the Request Items.

Please use a user who already has “Delegate Manager” in their profile.

Hi Sandeep, Thanks for suggestion. I checked the identity.xml and saw that delegateManager is not on attribute map but in attributemetadata -

<AttributeMetaData attribute="delegateManager" modified="1743081913732" user="SWAGH001">
      <LastValue>
        <String>17159</String>
      </LastValue>
    </AttributeMetaData>

I tried doing refresh identity cube with refresh attributes but still delegate manager is not promoting on identity level. how can I do it?

Also we do not have any source mapping for delegate manager so we can only add manager by editing the identity. I am able to add/update the delegate manager but not able to remove it