How to fix if choice shows in blue colour in only list view

Hari S1
Tera Contributor

Hi,

 

in the requested item table, under the 'Stage' column, the approval choices appear in blue color only in the list view only. However, in the form view, it is not displaying in blue. How can this be fixed?

 

HariS1_0-1749722526674.png

 

9 REPLIES 9

J Siva
Kilo Patron
Kilo Patron

@Hari S1 The value is case-sensitive. Since it's appearing in blue, you likely have the choice record saved as 'approval' instead of 'Approval

Hari S1
Tera Contributor

@J Siva ,

Value is in low letters

HariS1_0-1749724028619.png

 

@Hari S1 Ok. Now open any one record and check the stage value (backend) in that record using Show XML option.

Hari S1
Tera Contributor

@J Siva , It is showing like below

HariS1_0-1749724460162.png

 

J Siva
Kilo Patron
Kilo Patron

@Hari S1 Yep,..
In your first pic, the value starts with lower case letter 'a'

JSiva_0-1749724561082.png

In the second pic, the value starts with upper case letter 'A'

JSiva_1-1749724642142.png

Wherever you're setting the Stage field value, make sure to use 'approval' (all lowercase), not 'Approval'.