I have a multi-select option set that was made years ago and the values are pretty arbitrary. I want to true them up with another system we started using recently so that I can more easily sync between the two. The values in that system are not editable, but they are in CRM.
When I go to change it for that field, I get the following alert:
This has me concerned. Sounds like any existing entries will stay under the current value which would screw up reporting.
How should I go about updating this?
Also, to complicate things, multiple values are stored as a string separated by a comma instead of an array. I'd think something like XrmToolBox might work, but not sure how it'd handle these.
Yeah, I could just build a bunch of conditional logic, but that is just messy.