Update not storable field values before rendering list/kanban
Collapse
X
-
This should give you a way how to use it.
recordDefs for TargetList entity
EspoCRM – Open Source CRM Application. Contribute to espocrm/espocrm development by creating an account on GitHub.
the actual EntryCountLoader
EspoCRM – Open Source CRM Application. Contribute to espocrm/espocrm development by creating an account on GitHub.
Just follow this and should be able to implement for all list. -
Update not storable field values before rendering list/kanban
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?
Tags: None
Leave a comment: