Hi. How can I change dynamically color of rows on the list page?
The color depends of global variable. I assigned color (variable) to each record in OnAfterGetRecord trigger - this part works correctly.
After Modify record I need to update color of modified row. I try to do this in OnModifyRecord trigger but it does not work. If I add CurrPage.Update() method - I get memory error on the page in BC.