I have a button in form. When we clicked this button it will be connected to an entity UCL_CustCustomerV3Entity and download the data project.
My requirement is before downloading the data project we like to do some filer on data.
For example - when user clicked on the button,then we should pass the refrence of active record from the form to the button and that reference also need to filter with the table on the data entity, so that when we will EXPORT the customer master we should get specific data only not all the data in Excel.
For example -
Suppose in form we have five customers.
CU001,CU002,CU003,CU004,CU005
Suppose user select the customer CU004 in the form and clicked on the button then it should export the specific customer only not all customers.
I think you must add query to filter the data in your data entity.
Bst regards,
Mohamed Amine MAHMOUDI
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.