XML-Generator for Picklist-values to use with Microsoft Dynamics CRM
XML-Generator for Picklist-values to use with Microsoft Dynamics CRM
Save time and energy when creating large picklists for Microsoft CRM
Using this nifty little tool enables you to generate the needed XML-Code
for creating picklist values. Although the browser-based customizing tools of Microsoft Dynamics CRM
are very elegant, it still takes time to create the needed values, because
it has to be done one at a time. Caution: Only use this tool, if you are
really comfortable with manually editing exported XML-Customization Files!
Use it
at your own risk, and don't even think of blaming me for a damaged installation ;-)
More info on how to use it can be found on my blog.
The concept is similar to Mitch Milam's approach, you can get more information on what to do with the XML on his blog
Just copy & paste
To use this free service just copy a list of labels into the box below. Additionally you can also set the values, but this can also be automatically generated. As an example I have put in a countrylist. Check out some further examples on the right.
if ($_POST['submit']=="Generate XML")
{
switch ($_POST['languageID']){
case "1030":$selecteddanish="selected";break;
case "1043":$selecteddutch="selected";break;
case "1040":$selecteditalian="selected";break;
case "1033":$selectedenglish="selected";break;
case "1036":$selectedfrench="selected";break;
case "1031":$selectedgerman="selected";break;
case "1053":$selectedswedish="selected";break;
case "1038":$selectedhungarian="selected";break;
}
switch ($_POST['examples']){
case "countrylistE":$selectedcountrylistE="selected";break;
case "countrylistDE":$selectedcountrylistDE="selected";break;
case "countylistDE":$selectedcountrylistDE="selected";break;
}
}
?>