You need to sign in to do that
Don't have an account?

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



Ignore this, my bad.