Passing Current record parameter in AOT Query(Static) Range

Hi All,

I want to create a Query based SSRS report with cust account parameter. and report will open from ActionPane of Customer master form.

Requirement: pass the current selected customer account number of customer master form to cust account parameter of query dialog. simply we have to pass current custaccount to query range. like below screenshot customer account parameter is there. but customer account should come from customer master form.

any suggestion would be appreciated.

These things are done by controller classes, therefore if you don’t have any for your report, you’ll have to create it.

Then you can add/update the range in prePromptModifyContract(). You can simplify it a bit by using SrsReportHelper::addParameterValueRangeToQuery().

Thanks a lot Martin.

I will check with suggessted solution.

Thank You