How to fix if choice shows in blue colour in only list view
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2025 03:06 AM
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2025 03:23 AM
@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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2025 03:27 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2025 03:31 AM
@Hari S1 Ok. Now open any one record and check the stage value (backend) in that record using Show XML option.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2025 03:34 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2025 03:38 AM
@Hari S1 Yep,..
In your first pic, the value starts with lower case letter 'a'
In the second pic, the value starts with upper case letter 'A'
Wherever you're setting the Stage field value, make sure to use 'approval' (all lowercase), not 'Approval'.
