rappen on master
Addding internal methods to do … Using the internal methog (last… Adding filtering by Publisher #… (compare)
dependabot[bot] on nuget
Bump System.Memory from 4.5.4 t… (compare)
dependabot[bot] on nuget
Bump System.Memory from 4.5.4 t… (compare)
rappen on master
Be smarter, find the relationsh… (compare)
rappen on master
Adding previews for Attributes … (compare)
rappen on master
Added StatusBar with info on lo… (compare)
dependabot[bot] on nuget
dependabot[bot] on nuget
email.createdon
with case.resolutiondate
. And FetchXML does not support conditions comparing two field values.<fetch version='1.0' distinct='true' count='50' >
<entity name='contact' >
<attribute name='parentcustomerid' />
<attribute name='lastname' />
<attribute name='firstname' />
<attribute name='contactid' />
<attribute name='cog_ambassadorpreferredlocation5' />
<attribute name='cog_ambassadorpreferredlocation4' />
<attribute name='cog_ambassadorpreferredlocation3' />
<attribute name='cog_ambassadorpreferredlocation2' />
<attribute name='cog_ambassadorpreferredlocation1' />
<attribute name='cog_lastdelivered' />
<attribute name='cog_ambassadortimetotal' />
<attribute name='cog_amabassadorregistrationdate' />
<attribute name='cog_employersite' />
<attribute name='emailaddress1' />
<attribute name='cog_ambassadortrainingcompleted' />
<attribute name='cog_stemambassador' />
<attribute name='gendercode' />
<attribute name='birthdate' />
<attribute name='cog_contactethnicity' />
<order attribute='firstname' descending='false' />
<filter type='and' >
<condition attribute='statecode' operator='eq' value='0' />
<condition attribute='cog_sipambassador' operator='eq' value='1' />
<condition attribute='parentcustomeridname' operator='like' value='%pfizer%' />
</filter>
<link-entity name='cdi_eventparticipation' from='cdi_contactid' to='contactid' link-type='outer' alias='ad' >
<attribute name='cdi_event' />
<filter type='and' >
<condition attribute='cdi_event' operator='in' >
<value uiname='Science in a Box Training' uitype='cdi_event' >{ED3622A6-F907-E711-80F1-000C29502450}</value>
<value uiname='Science in a Box Training - Scotland' uitype='cdi_event' >{11BE5EEB-107D-E711-8119-000C29502450}</value>
</condition>
</filter>
</link-entity>
</entity>
</fetch>
link-entity
element, it looks like the relationship is 1:N from contact to cdi_eventparticipation. It is not possible to include child records in the view of a parent entity in CRM. You can only include information from related parents.