I'm using Dynamics CRM 2015 Online Update 1, trying to edit the XML of a chart containing the StatusCode of States, so I can change the order of the StatusCodes.
The States are Open, Won, & Lost. Each of these States have StatusCodes as a sort of option set, but it's an out of the box option set that does not allow me to edit the values manually. I can add or remove Statuscodes, or rename them, but the value field is read-only.
The only ways I can find to sort this data on the chart are via the Status Name or the value of the Status. Unfortunately, the values are not in the order I need, and I cannot edit the values because this isn't a custom option set.
If the States or StatusCodes were part of a custom entity, I could add a sort order field and sort by that.
If the StatusCode value wasn't read-only, I could edit those values and sort by that.
If I append a number to the front of the Status Name I could sort by that, but it's an unappealing option.
Is there any alternative method by which I could set the order of these StatusCodes, or should I try a completely different approach?
The screenshot below shows the current order, with numbers appended to the name. The numbers are the order I'm trying to use (just for reference), but I'd like to remove the numbers from the name.