-
-
a very simple tool to add a large list like a countries list to a picklist
doing that using MS CRM UI can be very tedious
Warning : DON’T TRY THIS IF YOU DON’T HAVE EXPERIENCE ON XML EDITING , this tool is meant for expert customizers
Developer Blog URL :
http://marioraunig.blogspot.com/2007/03/save-time-and-energy-creating-large.html
how to :
Here's how to use it
- Create the attribute/picklist in the Microsoft CRM entity customization
- Add at least one option
- Export the entity as XML
- go here: http://www.beatnik.at/picklist_for_mscrm.php
- Choose the appropriate language setting (if missing, contact me)
- Enter the desired picklist values into the textbox
- Click "Generate XML"
- Open the XML-File that you exported in step (3) with WordPad or your favourite TextEditor (Notepad tends to have problems with encoding)
- Search for the displayname or the schemaname of the attribute
- Replace the options tag with the XML-String generated in (7).
It might look like that: <options nextvalue="3">
...
</options>
- Save the XML-Customizations File
- Import the File into MS CRM and publish