Custom Object to expand automatically.

Hi All,

I created using the API a custom object. I can create an instance of the object and associate it with a contact also. The custom object shows in the right menu when I pull up a contact.

They are asking to display/expand all the fields/property of the custom object in the right navigation. Right now it is only displaying the primaryDisplayProperty.

Thanks.

Hello @SKalyan

Have you looked at the secondaryDisplayProperties?

Example:

"secondaryDisplayProperties": [
 "hs_created_by_user_id",
 "hs_object_id"
 ]

Thanks. This has a limit of only 2 properties. Would be nice if it was more. But this is better than none.