How to search an entitlement with extended attribute

Which IIQ version are you inquiring about?

8.4

Please share any images or screenshots, if relevant.

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

*How can i search the entitlements using an extended attribute of the entitlement.

For example: there is an extended attribute called appId and it stores the value like 21021.

if i search in manage user access can i get all the entitlement which have the value 21021.

Not by filtering need to search in the search tab*

Hi @Jeevith18 , yes you can. Go to Debug and select the FullTextIndex object. Select BundleManagedAttribute. You will need to add a line:

<FullTextField analyzed="true" indexed="true" name="extendedAttrNameHere"/>

Then rerun the Full Text Index task. You should be able to then search on the value in the extended attribute and get the return.

Thanks. :grinning_face:

Just fyi we need to ad this stored=“true” as well.

Sure thing. Hope it works as expected.

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