sfdx-package-generator icon indicating copy to clipboard operation
sfdx-package-generator copied to clipboard

Feature Request - Extract folder metadata files

Open JavierCarvajalLBS opened this issue 3 years ago • 0 comments

There is an issue retrieving folders. If you select to retrieve reports, dashboards,... that are inside of a folder, the -meta.xml file which contains the metadata content for the folder (ex: shares) is not retrieved. You should include lines for every folder found (inside of the adequate type) to retrieve all the metadata files. Ex:

    <types>
        <members>FolderName</members>
        <name>Dashboard</name>
    </types>

JavierCarvajalLBS avatar Jun 02 '21 09:06 JavierCarvajalLBS