You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we are using the getRecord and getFieldValue from lightning/uiRecordApi to retrieve the current record's field data (including parent records).
Today, for child records, the recommendation is to leverage rollup summaries and DLRS to display aggregate values as Indicators.
Maybe we consider an additional feature to leverage the getRelatedListRecordsBatch or getRelatedListRecords to easily grab the child records (only one level deep is likely the most manageable). We could then iterate through those and display indicators as well?
I think we need to build up a solid use-case to warrant the effort, but things that come to mind are:
Has ever a Contact ever attended a certain event?
Does an Opportunity contain a certain product?
The text was updated successfully, but these errors were encountered:
Currently, we are using the
getRecord
andgetFieldValue
fromlightning/uiRecordApi
to retrieve the current record's field data (including parent records).Today, for child records, the recommendation is to leverage rollup summaries and DLRS to display aggregate values as Indicators.
Maybe we consider an additional feature to leverage the
getRelatedListRecordsBatch
orgetRelatedListRecords
to easily grab the child records (only one level deep is likely the most manageable). We could then iterate through those and display indicators as well?I think we need to build up a solid use-case to warrant the effort, but things that come to mind are:
The text was updated successfully, but these errors were encountered: