Skip to main content

I am working on adding a new tab titled "MarketCampaign" to the Account CRM page, which should display information from the MarketCampaign entity. However, since the MarketCampaign entity does not have a direct reference to the customer ID, we are unable to directly fetch the required data.

The relationship between Campaign ID and Customer ID exists in the MarketCampaignTarget entity. To address this, I attempted to add a custom attribute to MarketCampaignTarget to retrieve data based on the Campaign ID from the MarketCampaign entity. However, the fields added to the entity are not visible in the Account CRM Page Designer.

Here are the steps I've taken so far:

  • Added the MarketCampaignTarget entity to the Account CRM Projection (CrmCustomerHandling).

  • Created the necessary association between entities.

  • Published and unpublished the entity multiple times.

Despite these efforts, the issue persists, and the newly added fields do not appear in the Page Designer.

I would appreciate any guidance or suggestions you may have to help resolve this issue.

Be the first to reply!

Reply