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

fix: exclude status Del% in querySandboxProcess #822

Closed
wants to merge 1 commit into from

Conversation

jayree
Copy link
Contributor

@jayree jayree commented Apr 25, 2023

What does this PR do?

Fix filter in querySandboxProcess function for sandboxes with status Deleting or Deleted. 'D' is not a valid value for Status see: https://developer.salesforce.com/docs/atlas.en-us.api_tooling.meta/api_tooling/tooling_api_objects_sandboxprocess.htm

Due to an unknown reason a SOQL filter by Status doesn't seem work (Status: Completed equals to '1' instead of Completed in SOQL)

What issues does this PR fix or reference?

@shetzel
Copy link
Contributor

shetzel commented Oct 4, 2023

These changes were brought into #944
Thanks @jayree !!

@shetzel shetzel closed this Oct 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants