Quantcast
Channel: Microsoft Dynamics AX Forum - Recent Threads
Viewing all articles
Browse latest Browse all 175888

RE: How to Print two Reports at a time based on user Selection???

$
0
0

Based on user selection:

Build your logic on the controller class based on the user selection by using if condition.

e.g. for get the user selection.

//Get contract class

   PSAQuotationsContract = this.parmReportContract().parmRdpContract() as PSAQuotationsContract;

//Get the user selected value

   PSAQuotationsContract.ParmeterYourNewField();

Let me know if you have any clarification.


Viewing all articles
Browse latest Browse all 175888

Trending Articles