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
hamayoun65hamayoun65 

Metadata API - Is this a bug?

HiI am using the Metadata API to extract Profiles. When I use the wildcard format in the package.xml file:

 

<members>*</members>

<name>Profile</name>

 

This works fine.  But when I try and get individual profiles, and the profile has a comma in its name, it does not extract that profile.  So for example:

 

<member>Profile 1></members>

<member>Profile 1, Read Only></members> 

<name>Profile>

 

extract "Profile 1" but does not extract "Profile 1, Read Only".

 

TIA,

Hamayoun 

Best Answer chosen by Admin (Salesforce Developers) 
hamayoun65hamayoun65
Ignore this, my bad.