UIConfig Related Queries

Which IIQ version are you inquiring about?

8.4

Please share any images or screenshots, if relevant.

Question 1


Question 2


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

Hi all,

I have two questions pertaining to UIConfig. Please refer to above screenshots.

  1. I have a column lastrefresh which displays the lastrefresh datetime in manage passwords page, however even though I have set up sortable=“true”, it is not sorting accurately. Am I missing any other configurations?

  2. How do I include the search bar on the Manage Accounts page similar to what is in Manage Access/Roles page?

Hi @shijingg

Regarding your first query, it appears you might be checking the wrong key in the UIConfig, based on the snapshot you shared. You should take a look at the key managePasswordLinkColConfig.

In this configuration, sortable is set to true, but sortProperty is not defined. Additionally, since this column uses a renderer, there isn’t a direct underlying property or field that can be referenced for sortProperty.

That said, you can still experiment with the managePasswordLinkColConfig key to explore potential customization options.

3 Likes

Hi @shijingg the Manage Accounts section already includes a search functionality.

Could you please clarify why an additional search is needed there? What is the purpose of the second search feature?

Hi @santhirajumunganda , the page I would like to add the search bar is under identity details > account where all accounts which belongs to an identity will be displayed. This is because in our system some identities might have hundreds of accounts and the search will be useful for them to find the account they are looking for. So would like to know how can I incorporate that?

Hi @shijingg

Regarding your second question: I am just clarifying based on my understanding.

The Navigation:
Manage Identity – > View Identity – > click on Manage button for any identity – > Accounts

You are expecting search option here in this Accounts page.

so the respect key in UIConfig is:

UI Navigation: Identity Details → Accounts
UIConfig Attribute: <entry key="manageAccountLinkColConfig">
Available Objects: Link

Hi @pattabhi, I see but could you advise on how I can add the search bar to <entry key="manageAccountLinkColConfig">?

Hi @shijingg

While I didn’t find a way to add a search bar, I recommend that you utilize your browser’s search feature.

Hi @pattabhi, can I check is there a custom way I can include this search bar?

Hi @shijingg

Unfortunately, I didn’t find any solution for the search bar.

Hi @Arpitha1 ,

Could you further explain what is renderer?

I tested sortProperty=“spLinkPasswordChangeDate” does not work. You have any suggestions? Thank you!

A renderer is a client-side Javascript snippet (the value is a function name) that’s used to translate a raw value (the attribute in question) into something to show the user. It’s how the Risk Score column works in the Identity Warehouse, for example, to show the green/orange/red dots.

You can actually write your own renderers and do neat things with them!

Hi @drosenbauer ,

Does that mean I cannot use the renderer attribute as my sortproperty?

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.