Is your feature request related to a problem? Please describe.
Currently, KPIs are generated server side and not automatically updated if the related lists change.
The refresh button may be provided but requires user intervention to trigger KPI updates.
Describe the solution you'd like
LWC framework provides the uiRelatedListApi
wire service which could be leveraged to automatically refresh the KPIs if an update occurs on a related list
(e.g. the getRelatedListCount wire adapter).
Is your feature request related to a problem? Please describe. Currently, KPIs are generated server side and not automatically updated if the related lists change. The refresh button may be provided but requires user intervention to trigger KPI updates.
Describe the solution you'd like LWC framework provides the uiRelatedListApi wire service which could be leveraged to automatically refresh the KPIs if an update occurs on a related list (e.g. the
getRelatedListCount
wire adapter).Describe alternatives you've considered N/A
Additional context N/A