Multivalued Extended Application Attribute

Which IIQ version are you inquiring about?

Version 8.3

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

Hello there,is it possible to make Application extended attribute as multivalued.If yes could you please help me with the steps.

I don’t see Multivalued checkbox while creating App extd attributes so is there any other possible method for this

Hi @LohithHarish,

I don’t think there is an option specify multi-valued for application extended attributes.
Check whether your use case can be met by storing the value in comma separated format.

I tried this strategy, James, but it didn’t work.Can this be accomplished using the “App extended attribute hbm file”?

No, I dont think this is possible right now.

Hi Lohith,
I know it’s not a perfect solution but as a work around what you can do is to extend Application object with attribute in type Rule


it will then allow you to select rule for each Application object

If the rule will simply return the list object

in the beanshell whenever you want to take the list object you can first get reference to the rule and then execute in in the beanshell to get the list as a result into your variable.

Something like that:

I know it’s a bit complex solution for rather simple requirement but I’m affraid you cannot do that in a straight forward way OoTB in IIQ.

Hello everyone,

After extensive research, it appears that making the Application Extended attribute multivalued is not currently supported. Unfortunately, it seems that the only viable approach at the moment is to manually add comma-separated values.

While this may not be the ideal solution, it is the most practical option available given the current limitations. If any advancements or alternative methods emerge in the future, it would be beneficial to explore those options.

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