Hi,
I have a not storable field "inactiveDays" in kanban view that I'd like to update for all records before rendering kanban to show how long each record has not been updated. I already achieved this for rendering detail of single record according to this guide - https://www.youtube.com/watch?v=TsjNVOggVWw - but don't know how to do the same for kanban/list view.
In documentation I found that defining "listLoaderClassNameList" and custom class in recordDefs should make it but I still don't know how to loop through the list of records on the page to do the bulk update for each record.
Could you please guide me?
I have a not storable field "inactiveDays" in kanban view that I'd like to update for all records before rendering kanban to show how long each record has not been updated. I already achieved this for rendering detail of single record according to this guide - https://www.youtube.com/watch?v=TsjNVOggVWw - but don't know how to do the same for kanban/list view.
In documentation I found that defining "listLoaderClassNameList" and custom class in recordDefs should make it but I still don't know how to loop through the list of records on the page to do the bulk update for each record.
Could you please guide me?
Comment