"Service item properties displayed in the product details" - AdminPortal-Parameter don't work properly

Hi all,

I am trying to add more attributes to the Service Item property display list in the product details.

To do this, I have set the parameter
ServerConfig/ITShopConfig/AccProductProperties
with the following values;
CustomProperty01 and UID_OrgRuler

The response to the request:
https://<host>/ApiServer/portal/shop/serviceitems?UID_Person=1d1f068c....
contains the two new properties. Unfortunately, they are not displayed on the detail page.

What am I doing wrong?
We are using version 9.2.1.

Regards,

Matthias

  • Hi , Matthias,

    I've just added new test attributes to that key and it worked for me (v9.2)

    Two things to check:

    • When you modify the parameter ServerConfig/ITShopConfig/AccProductProperties to add properties and apply the changed globally, does the Apiserver/bin/CCC.CompositionApi.global.json gets updated after a few minutes with the newly added attributes? (it may take a few minutes, really, to update). If it does not, you may ask for a hotfix to support.
    • Did you apply the latest modifications of the github code? I've noticed there's a solved issue from 30/07/2024 , "458431: Fixed the inconsistent handling of columns that were added/removed from the ServerConfig/ITShopConfig/AccProductProperties configuration.". Please check https://github.com/OneIdentity/IdentityManager.Imx/blob/v92/CHANGELOG.md

    Hth!