I have a scenario where I need to extract the read-only grid data into excel.
For example,
I have a read-only grid with 5 columns. For the grid data, I have applied the "multiple drop down" field for the 3 columns and I'm filtering the data. Say, I have 1000 data in my read-only grid, out of which I have now filtered only 500 row data. Now my grid displays 500 data. How to extract these 500 row data alone into excel.
I don't use record type, (so ruling out the default export to excel option available in record type).
I want the dynamically filtered 500 rows into an excel. Please suggest how I can achieve this?
Thanks in advance!
Discussion posts and replies are publicly visible
Expecting some replies for this use case. Thanks in advance!
Hi pavithradevir9178 ,
Please refer to the documentation link Export_To_Excel_Smart_Service and can be used in the process or can directly use the smart service.
Thanks