Hi Folks,
I want to provide OOTB export functionality of record in my interface; but seems like there is limitation in grid, we can only use it if data is sourced from record.
I am getting my record data by using a!queryRecordType instead of a!recordData as a!recorddata doesn't have parameters for grouping.
Is there any easy way to achieve the same instead of again creating a view and using as DSE and doing export functionality separately as we were doing earlier.
Regards,
Ghanashyam
Discussion posts and replies are publicly visible
The OOTB functions do only provide the most basic features. When you need more, you have to implement it the "old" way.
Yeah in old way we need two clicks for the data to be downloaded; but it's single click with OOTB record export functionality and moreover I though to use the record sync feature as we are going to do aggregate and that will have a performance impact if we are using the view.