Choice list not storing the complete choice valueIssue The list view displays the blue color since the choice list does not store the entire choice valueCauseThe max length defined for the field is less than the choice value length Observed that the max length defined for the field is 40 and the choice value is 45 The system is storing the choice value to 40 characters onlyResolutionIncrease the max length of the field in order to store the 45 character choice value