IIQ Bundle Creation description not visible

Which IIQ version are you inquiring about?

8.3p5

Please share any images or screenshots, if relevant.

I’m here to ask any of you if incurred in the same issue and if you have any idea on how to fix it.

We developed a plugin that given a .csv is creating Bundle objects, long short story when we create a bundle the description is not visible in the “Manage User Access”, by clicking detail in the role the description is visible:

image

image1894×558 60 KB

image

image1844×777 82.5 KB

I tried everything, on the debug the bundle looks fine even the locale is used correctly, somehow when I’m saving the object (either from UI IIQ or debug page) even without modifying nothing the Description become visible.

No elemtents are changed after saving the file, in the DB all the objects (with visible and not visible description) look the same.

Has Anyone ever incurred in this issue and fixed it?

Please share any other relevant files that may be required (for example, logs).

There are no relevant logs to be retrieved

Share all details about your problem, including any error messages you may have received.

There’s no per se error messages

Hi @Po-Matt ,

Once refer below link.

Customize Role view in Manage User Access - IdentityIQ (IIQ) / IIQ Discussion and Questions - SailPoint Developer Community

Hi Harikrishna, thank you for the reply but the article you shared has nothing to do with the problem described in my post.
Here We don’t have any customisation in the UI, if a role is created from the UI the description is visible without any issue, when created with the code "until I save it from debug or UI IIQ
” the role description is not visible from the Manage User Access

Hi @Po-Matt - after creation does the bundle description look like this? Also try running a full text index after creation and see if that changes anything.

<entry key="sysDescriptions">        <value>          <Map>            <entry key="en_US" value="Test123"/>          </Map>        </value>      </entry>

Hi Ryan, Yes it looks like this as a mapping with the locale as key and the string as value