How to highlight the record from list view based on condition
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2023 10:25 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2023 12:01 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2023 03:41 AM
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)