List Background color change of a field when the field on the list is read only(read security rules)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2024 11:02 AM - edited 06-26-2024 08:37 PM
How can we change the background color of a field in list , based on other fields condition or when the list loads .
for eg We have ABC column having Yes and No Options , and another xyz column for all records on table, for eg we have records with same xyz column name (string field) as 3 records , so we need to update each XYZ column colour based on ABC column Yes/No value .
if we have All Yes - then red
if we have All No -then green
if both mixed then blue .
how can we achieve this when the list loads when ACL is restricting the fields
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2024 11:08 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2024 11:18 AM
Hi , Thanks for your reply , i cannot use the style as i need to update color of a string field based on the value present in another column.