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
searching for a query by key might return a deleted entry:
<RetrieveResponseMsg xmlns="http://exacttarget.com/wsdl/partnerAPI"> <OverallStatus>OK</OverallStatus> <RequestID>5067c2d6-5099-48b3-97b3-970b75b7bb5d</RequestID> <Results xsi:type="QueryDefinition"> <PartnerKey xsi:nil="true" /> <ObjectID>91496c83-27fb-4db5-89a6-17ae6714d46b</ObjectID> <CustomerKey>dataView_unsubscribe</CustomerKey> <Status>Inactive</Status> </Results> <Results xsi:type="QueryDefinition"> <PartnerKey xsi:nil="true" /> <ObjectID>8dd179c5-bc45-41a0-b971-a73a77ad9540</ObjectID> <CustomerKey>dataView_unsubscribe</CustomerKey> <Status>Active</Status> </Results> </RetrieveResponseMsg>
this will impact retrieve-by-key AND delete functionality negatively
https://developer.salesforce.com/docs/marketing/marketing-cloud/guide/querydefinition.html
we need to filter by Status=Active on top of any key-filters
4.3.3
No response
The text was updated successfully, but these errors were encountered:
#737: filter queries with Status=Inactive which are deleted already a…
2eb2aa7
…nd only accessible via SOAP
#737: code comment
6e87d83
Closed by #738.
Sorry, something went wrong.
JoernBerkefeld
Successfully merging a pull request may close this issue.
Is there an existing issue for this?
Current Behavior
searching for a query by key might return a deleted entry:
this will impact retrieve-by-key AND delete functionality negatively
Expected Behavior
https://developer.salesforce.com/docs/marketing/marketing-cloud/guide/querydefinition.html
we need to filter by Status=Active on top of any key-filters
Steps To Reproduce
Version
4.3.3
Environment
Participation
Additional comments
No response
The text was updated successfully, but these errors were encountered: