Deploy Dynamics Ax 2012 SSRS report though WindiowsPowershell. It is very easy.
Let's have a look.
Press- Window + R > type powershell > enter
To deploy a specific report, enter the name of the report. For example, to deploy the SalesInvoice report, enter the following command:
Atul Kumar
Let's have a look.
Press- Window + R > type powershell > enter
To deploy a specific report, enter the name of the report. For example, to deploy the SalesInvoice report, enter the following command:
Publish-AXReport -ReportName SalesInvoice
To deploy multiple report - enter the following command
Publish-AXReport -ReportName SalesInvoice , PurchaseInvoice
To deploy all report - enter the following command
Publish-AXReport -ReportName *
Thank You!
Atul Kumar
No comments:
Post a Comment