Can we add checkbox as inactive in choose field to display from UI config or is there any way to create this?

Which IIQ version are you inquiring about?

Version 8.3

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

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

can we add checkbox as inactive in choose field to display from UI config or is there any way to create this?.

Good morning, I don’t know if I understood you correctly, do you want the same Inactive Field to appear in Choose Field?

correct because after the filters if Inactive field is in choose field then i get info inside csv whether user is active or inactive details.

I don’t know if this is the answer to your question, I hope it works.

In my case I have a field called Status which is an extended attribute of the Identity, it is marked as queryable. I attach images of how I have it configured.

For inactive I always use:

boolean isActive = inactive != true;

This will take care of inactive being true, false and null.
Sometimes in beanshell getting the attribute inactive results in a null-value.

For filters I am using the same logic :slight_smile:

– Remold

1 Like

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