Some time ago I created an online tool which makes life easier if you have to generate large picklists. Creating every item one-by-one can be very tideous. Caution: only use it, if you are comfortable with editing XML-Files and know exactly what you are doing ;-)
Here's how to use it (at your own risk):
- 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: - Save the XML-Customizations File
- Import the File into MS CRM and publish
<options nextvalue="3">
...
</options>