pegros / PEG_MISC

Small package of standalone LWC components for the App Builder, addressing simple Use Cases in a very easy to configure approach.
MIT License
4 stars 3 forks source link

[feat] sfpegRelatedListKpisCmp - Replace server SOQL by standard uiRelatedListApi wire service to fetch KPIs #4

Open pegros opened 1 year ago

pegros commented 1 year ago

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