cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Adding search attributes in debug page - Especially relevant for ManagedAttribute searches

Adding search attributes in debug page - Especially relevant for ManagedAttribute searches

If you’ve ever been annoyed by how ManagedAttribute objects don’t have names and therefore you can only search by id in the debug page, try adding this to your UIConfig:

 

<entry key="debugManagedAttributeSearchProperties" value="id,value,displayName"/>

 

It’s an unlisted key OOTB but is supported, works the same way as debugLinkSearchProperties, debugIdentitySearchProperties, etc.

 

Adding that will let you search by ManagedAttribute attributes that actually mean something! You can add more search properties as well, including any extended, searchable attributes you may have added to your ManagedAttribute ObjectConfig.

Labels (2)
Comments

This is awesome! Thank you for sharing. One might even call it life changing.

-Kyle

Very Fruitful recommendation!! Thankyou Team

Version history
Revision #:
2 of 2
Last update:
‎Jul 28, 2023 02:14 AM
Updated by: