hi Martin,
This is form - Customer aging data storage
I need to add a button for example - Download report
So, here user will select the Batch name and clicked on the Download report.
The moment we clicked on the button , we need to pass batch name as a parameter to the data entity. So, that data entity will get filter based on the Batch name.
Data entity -
I need to add few fields on this entity. That I will do.
So, we have table in entity - CustAgingDataStorage. In this BatchName field is available.
Note -
So, the moment I select the Batch name in the form Customer Data Storage and Clicked on the button Download report:
I expected to filter the record in the data entity CustomerAgingDataStorageEntity Based on the Batch name and it should give us the data project while exported. So, will download the excel only those data corresponding to the batch number.
Till data project creation , it will be manual process does not automate. So, I need to write code in Class for till generate data project.
Kindly advise me pls where and in which method need to write code for FILTER only. So, that I will get the filtered data only in excel corresponding to Batch name.
Thanks!