SFDO-Tooling / CumulusCI

Python framework for building portable automation for Salesforce projects
http://cumulusci.readthedocs.io
BSD 3-Clause "New" or "Revised" License
363 stars 242 forks source link

ListComponents modified to SOAP call #3735

Closed lakshmi2506 closed 10 months ago

lakshmi2506 commented 10 months ago

Modified listing components of non source trackable metadata types using SOAP call APILISTMETADATA

SOAP call takes maximum 3 queries at a time and so used the existing the soap envelope which takes 1 metadata type at a time.