Data is synced from the Chrome Web Store. View the official store page for the most current information.
Custom Fields do nor have a __c or the object name . Page layout also does not have the custom object name. Custom metadata does not match workbench
Usable as a starting point, but doesn't work out of the box. 2nd XML Line with package tag ending with : " when it should be > and certain entity types are not named properly such as CustomField as customfielddefinition, also version 47 is pretty outdated, and numerous other issues that non-Salesforce Devs wont be able to fix easily
This generates faulty package.xml
Seems like it still doesn't work for Custom Fields. The field names were present in the XML but no attributes.
Good idea, some bugs.
Unfortunately, I didn't even get a valid XML file, much less a valid package. I just had 1 Custom Object, 12 Custom fields and 1 Process Builder. The XML was not well-formed, the tags were not right and the API names were not used.
This is good
Hello The add-on is missing multi-language support : for instance, when you download a package.xml in french, the type name for Apex classes is ClasseApex instead of ApexClass It seems also that it doesn't download profiles into the package file Thanks
it doesn't work for custom fields or record types basically it created a generic section for each and just listed the dev/api name for each but lacked all object reference so the download of metadata skipped them completely So for example a change set with a field named "Trade" on multiple different objects just resulted in this, which failed completely because it has no information about which objects the fields are on <?xml version="1.0" encoding="UTF-8"?> <Package xmlns="http://soap.sforce.com/2006/04/metadata"> <types> <members>Trade</members> <members>Trade</members> <members>Trade</members> <members>Trade</members> <members>Trade</members> <members>Trade</members> <members>Trade</members> <members>Trade</members> <members>Trade</members> <members>Trade</members> <name>CustomField</name> </types> <version>44.0</version> </Package>
The download button work only in classic but not in lightning platform. Thank you for creating this tool for us developers!
This is great!
No button