Good Day,
I created a view within the Contact entity which include the Customer name.
I am having trouble displaying fields on my web page from the Customer entity which are already referenced in the Contact entity. I cannot figure out what I am doing wrong and would really appreciate your help. Thank you in advance!
This is the code I currently use:
<crm:CrmDataSource ID="Contacts" runat="server" />
<crm:CrmEntityFormView DataSourceID="Contacts" EntityName="contact" SavedQueryName="sqcontact" runat="server" />
*This post is locked for comments