You need to sign in to do that
Don't have an account?

Customize case grid
Hi
I need to identify cases that have particular status and make them distinct from other cases (red text or read background based on status). Is there any way to customize the view-grid of cases?
Regards,
Haukur
I need to identify cases that have particular status and make them distinct from other cases (red text or read background based on status). Is there any way to customize the view-grid of cases?
Regards,
Haukur
Suggestion:
Create a formula field (text return value) such as the following
if(ISPICKVAL({!Status}, "new") , IMAGE("/servlet/servlet.FileDownload?file=015600000006vC4", "Flag"), "false")
The file reference is a referernce to a document that could be an image that will be useful for providing a visual differentiator for the case. You can include this image list views andd/or the case layout
Then you could create a list view where you constrain on the field above = "false" or not equal to "false" depending on what you want to see.