Primary Display Property in the custom object

Hi,

Can I change the primaryDisplayProperty in the existing custom object?.

Thanks

Hi @kaleperez,

From the API Documentation:

Your object schema can be modified using: PATCH https://api.hubapi.com/crm/v3/schemas/{objectType}. Once your custom object is defined, the name and labels (singular and plural) cannot be changed. Only requiredProperties, searchableProperties, primaryDisplayProperty, and secondaryDisplayProperties can be modified after creation.

If you are not comfortable making API calls by hand, I can recommend Syncsmart.io’s* tool Custom Object HQ, Which by connecting to your portal, selecting your object, and clicking edit you can modify the primary and secondary display properties:

Best,

Josh

Was I able to help answer your question? Help the community by marking it as a solution.

*I am not affiliated with Syncsmart.io or their tool Custom Object HQ in any way

Thanks, great solution.

Thanks for the solution, fixed my issue!