Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't filter on both entity and linked entity #52

Open
simes1 opened this issue Jul 14, 2021 · 3 comments
Open

Can't filter on both entity and linked entity #52

simes1 opened this issue Jul 14, 2021 · 3 comments

Comments

@simes1
Copy link

simes1 commented Jul 14, 2021

Many Advanced Find FetchXML queries have multiple filter& link-entity elements but Data Transporter only appears to be able to handle "one root element". A simple filter like this won't work:

<filter type="and">
  <condition attribute="statecode" operator="eq" value="0" />
</filter>
<link-entity name="team" from="teamid" to="owningteam" link-type="inner" alias="ab">
  <filter type="and">
    <condition attribute="teamid" operator="not-null" />
    <condition attribute="isdefault" operator="ne" value="1" />
  </filter>
</link-entity>

It has to be either the first filter or the second link-entity. Presumably multiple link-entities are also not possible?

@eccountable
Copy link

I need this feature too!!!

@alex-mcla
Copy link

And +1 to this

@Roel3824
Copy link

+1 for this feature

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants