CRM Custom Object Showing&Listing

Hi Everyone,

We created a custom crm object with API docs for our tests.

But we can’t see in UI side and code side.

Object Name : survey_results

ERROR : object type does not exist

In The Code;

{% set surveyResults = crm_objects(‘survey_results’, ‘limit=10’,‘score, is_completed, survey_id’) %}

In the UI and Dynamic Page creation;

We can’t access our new CRM Object.

How We create or how can we access it ?

Hey @DenizTas1,

There are a few steps with custom objects before you can reference them in HubL. I would recommend checking out the documentation for it. First, you will need to create the schema, then you can create records on it.

You will of course need a HubSpot Enterprise subscription on your account.

Hope that helps!