Hello,
we have extended the ContentSettings entity to add further dynamic information to our marketing emails (outbound marketing). I can select the newly added properties in the personalization wizzard and add the "reference code" to the marketing email.
e.g.
{{msdyncrm_contentsettings.new_nameevent}} (new_nameevent is a simple text field on the msdyncrm_contentsettings entity.)
But when we try to go live with it or check for errors, we get errors saying:
Dynamic content contains an invalid relationship or property: {{msdyncrm_contentsettings.new_nameevent}}.
If we add the same property as static reference, it works.
e.g.
{{msdyncrm_contentsettings(9615778f-0a9e-ec11-b400-000d3ade57d9).new_nameevent}}
Any hints?
Regards,
Marc