Custom application attribute

Which IIQ version are you inquiring about? 8.3

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

Can i create a custom application attribute? I would like to do something like application.getAttributeValue(“uniqueAttributeKey”) to be able to retrieve that value.
Or is it applicable via some kind of Application object config like Identity.xml ?

Thank You kindly in advance.

yes, you can created extended attribute on application similar to identity , bundle and managedattribute

This attribute will be extended on all applications and you can populate the attribute using any custom rule or logic.

If you have sailpoint.object.Application object of that specific application, you can fetch using the method as you said

@blazejbadzio +1 on sathish,

You can use this doc, let us know if you able to solve your requirement by application extended attribute

Managing Extended Attributes - Compass

You can add whatever key value pairs you want to the application attributes. They are just stored as XML in the database.

1 Like

Are you talking about adding a new schema attribute to the application schema? or creating an extended account attribute?

Can you brief more about your requirement?

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