Pierre-Emmanuel GROS

Results 42 comments of Pierre-Emmanuel GROS

@xdefos I shall have a look at this asap.

@xdefos I preferred not to touch the init logic of the **sfpegListCmp** component and implemented a very simple wrapper component for this (see **sfpegOnDemandListCmp** component in the **example** folder). It...

**In the App. Builder** ![Capture d’écran 2024-04-24 à 14 13 25](https://github.com/pegros/PEG_LIST/assets/27245946/d25250b5-360f-454e-add3-6c23063aee22) **Default Closed/Unloaded State** ![Capture d’écran 2024-04-24 à 14 13 40](https://github.com/pegros/PEG_LIST/assets/27245946/ae54e202-5fbb-440b-9a18-59197e2bd968) **Expanded State** ![Capture d’écran 2024-04-24 à 14 13 52](https://github.com/pegros/PEG_LIST/assets/27245946/34d23dd0-5840-4791-be00-19d77dbcefa6)...

@xdefos I shall close this issue as I provided a solution meeting your requirements (even though not directly on the **sfpegListCmp** component).

This is achieveable via a custom Apex implementation with a named credential to call SAQL query endpoints. Example code to be provided soon.

@Mchaouche Why cannot you simply bypass FLS for this query ? I would not understand why you would not display all aggregation dimensions in the results, as it would result...

I may catch the exception but would then probably return an empty list in such a case. @Mchaouche

FYI, a `custom permission` may be set on the **sfpegList** configuration to control who actually has access to the query with `bypassFLS` activated.

@vjallim Just saw your Issue and shall have to think about this first as this is not a simple evolution.