Hello everyone,
We have been entering data as comma-separated values in the application’s extended attribute. Is there a way to configure this extended attribute as a multivalued dropdown?
Hello everyone,
We have been entering data as comma-separated values in the application’s extended attribute. Is there a way to configure this extended attribute as a multivalued dropdown?
Yes you can edit the extended attribute properties and add the Allowed vales , automatically field will become dropdown.
Sample below
Hi Lohith,
I don’t think you have option for multivalued attributes for application extended attributes. You do have this option for identity and account extended attributes which you can see and check when creating these extended attributes. The Identity and account extended attributes use spt_identity_external_attr and spt_link_external_attr tables to keep data for multivalued attributes. Using CSV seems to be best approach with that limitation for application extended attributes. You still can create a drop down using allowed values but depending upon possible list of CSV values you might need it may or may not be a good option for you.
Hi vishal, thanks for the swift response.Actually we need multivalued dropdown because application extended attribute can have multiple values
Hello sanjeev,Thanks for letting me know
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.