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
Randombard2Randombard2 

Workbench Retrieve datacategorygroups and dataCategory

Hi all,

seem to be hitting a brick wall cant find any reasonable documentation on retrieving this.

I want to migrate the data between 2 sandboxes but its just not retrieveable.

I have already looked at:
https://developer.salesforce.com/docs/atlas.en-us.api_meta.meta/api_meta/meta_datacategorygroup.htm

seems to tell me how to structure it for import but not for retrieve.

Any pointers apreciated, I was hoping to be able to use package but I am guessing thats not going to help me here.

R
Randombard2Randombard2
<?xml version="1.0" encoding="UTF-8"?>
<DataCategoryGroup  xmlns="http://soap.sforce.com/2006/04/metadata">
    <types>
        <members>*</members>
        <name>DataCategoryGroup</name>
    </types>
    <version>37.0</version>
</DataCategoryGroup >

seems to do what I want.