We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
PFA for both my input fetchXML & error details
The text was updated successfully, but these errors were encountered:
Hi,
I am also having this issue. Is there a solution for this?
Thanks
Dan
Sorry, something went wrong.
Hi @praveenpkm92 I have found the issue for me was rather than copying in the whole fetchxml you only need the filter section
for example my original fetch was:
but once i stripped this back to the filter only:
<filter type="and"> <condition attribute="nfp_volunteeringroleid" operator="eq" uiname="Student Takeover" uitype="nfp_volunteeringrole" value="{27F1BAB5-F666-EB11-A812-0022481A59DB}" /> </filter>
This worked for me
Hope that helps
No branches or pull requests
PFA for both my input fetchXML & error details
The text was updated successfully, but these errors were encountered: