function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
John ClevelandJohn Cleveland 

Package.xml pull all custom object items including fields

I'm working on a package.xml file to use for an automated ant retrieve that will push to our bitbucket repo.  Looking at the Metadata Types listing, it doesn't show that you can use the wildcard for custom fields and for custom objects it has limits.  Is there any way that you can set the package.xml file to pull all so that it will pull fields as they are created without having to add each specific field and even object to get the object items to the package.xml file?