Hi,
how can i change the report parameter filed in SSRS Report Form of system report.
Currently, the Form date and To Date are assigned to APinvDtl.InvoiceDate. I want to change it with APinvDtl.ApplyDate. How i can do this ?
i have checked with RDD and Report builder ,but nothing found helpful.
Any time you need to make a change to a standard report, you should create your own customized report based off of the standard one. Any Epicor updates would overwrite your changes to the standard report if you don’t create a new custom one. Once your custom report is created, you can delete the parameter, add a new one, change the query, dataset, add fields - whatever you want.
Turn on developer mode. Then submit the form so you have an identify which form to customize. You will need to customize the submission form to change the target fields. You may also try tracing to understand and identify if a method can be called to modify the date fields in the form.