How to highlight the record from list view based on condition

Ranjit Singh Ra
Tera Expert

Hello all,

 

I have three fields on the list view of a table "Shipment" in which the fields are, namely A, B, C.

I have a requirement such that if there are any two or more records have the value of A and B and C as same, then that particular both records should be highlighted in Red in the list view.

For example:

Record-1: A1, B1, C1

Record-2: A1, B1, C1

 

Since the A, B, C values are same of these both records, then these records should be highlighted in RED colour in the list view.

 

I am using Field Styles module, however I am unable to fulfill the condition of matching values.

2 REPLIES 2

Samartha Shetty
Tera Expert

Hello @Ranjit Singh Ra 

 

You can navigate through All>>System UI>>Field Styles and create new styles select a table and field name and give condition you want

 Thank You

I already did that. However, I am not able to define a proper condition as I have mentioned above. I have also created a script include which will return the appropriate record to the field Style condition, however it takes very long to load the list view page (so this solution would not be appropriate)