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 ?
