I have an Entity B that I open the form to create New from the Contact. The Contact autopopulates to Entity B. I have another Entity A that relates to the Contacts via N:N. I want to get a list of these values with the Contact for my fetchXml. I have hard coded a value and it works. I have tried #contactid# and it doesn't work and I have tried contactid and it doesn't work either. Is there anyway to have the value populate with each selected contact?
<link-entity name="contact" from="contactid" to="contactid" alias="ac"> <filter type="and"> <condition attribute="contactid" operator="eq" value= /> </filter> </link-entity>
*This post is locked for comments