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
https://developer.salesforce.com/docs/atlas.en-us.api_tooling.meta/api_tooling/tooling_api_objects_deployrequest.htm
SELECT AllowMissingFiles, AutoUpdatePackage, CanceledById, ChangeSetName, CheckOnly, CompletedDate, CreatedById, CreatedDate, ErrorMessage, ErrorStatusCode, Id, IgnoreWarnings, IsDeleted, LastModifiedById, LastModifiedDate, NumberComponentErrors, NumberComponentsDeployed, NumberComponentsTotal, NumberTestErrors, NumberTestsCompleted, NumberTestsTotal, PurgeOnDelete, RollbackOnError, RunTestsEnabled, SinglePackage, StartDate, StateDetail, Status, SystemModstamp, TestLevel, Type FROM DeployRequest order by CreatedDate desc limit 5
https://developer.salesforce.com/docs/atlas.en-us.api_meta.meta/api_meta/meta_rest_deploy_checkstatus.htm
to get detail 2 solutions : https://developer.salesforce.com/docs/atlas.en-us.api_tooling.meta/api_tooling/tooling_api_objects_deploydetails.htm https://developer.salesforce.com/docs/atlas.en-us.api_meta.meta/api_meta/meta_rest_deploy_checkstatus.htm with includeDetails=true query param
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://developer.salesforce.com/docs/atlas.en-us.api_tooling.meta/api_tooling/tooling_api_objects_deployrequest.htm
SELECT AllowMissingFiles, AutoUpdatePackage, CanceledById, ChangeSetName, CheckOnly, CompletedDate, CreatedById, CreatedDate, ErrorMessage, ErrorStatusCode, Id, IgnoreWarnings, IsDeleted, LastModifiedById, LastModifiedDate, NumberComponentErrors, NumberComponentsDeployed, NumberComponentsTotal, NumberTestErrors, NumberTestsCompleted, NumberTestsTotal, PurgeOnDelete, RollbackOnError, RunTestsEnabled, SinglePackage, StartDate, StateDetail, Status, SystemModstamp, TestLevel, Type
FROM DeployRequest order by CreatedDate desc limit 5
https://developer.salesforce.com/docs/atlas.en-us.api_meta.meta/api_meta/meta_rest_deploy_checkstatus.htm
to get detail 2 solutions :
https://developer.salesforce.com/docs/atlas.en-us.api_tooling.meta/api_tooling/tooling_api_objects_deploydetails.htm
https://developer.salesforce.com/docs/atlas.en-us.api_meta.meta/api_meta/meta_rest_deploy_checkstatus.htm
with includeDetails=true query param
The text was updated successfully, but these errors were encountered: