Tuesday 13 May 2014

Deploy all report


Open Windows PowerShell as an administrator by following these steps:


1. Click Start > Administrative Tools.


2. Right-click the Microsoft Dynamics AX 2012 Management Shell option.


3. Click Run as administrator.


4. To deploy a specific report, enter the name of the report. For example, to deploy the CustTransList report, enter the following command:


 Publish-AXReport -ReportName CustTransList


5. To deploy two or more specific reports, enter the names of the reports. For example, to deploy the CustTransList and CustTransOpenPerDate reports,

   enter the following command:


 Publish-AXReport -ReportName CustTransList, CustTransOpenPerDate



6. To deploy all reports, enter the following command:


 Publish-AXReport ReportName *

No comments:

Post a Comment

SQL/SSRS Interview questions I thought of blogging some SQL/SSRS interview questions.

Below are some. I will add more, when I complete the compilation 1. What is OLTP(Online Transaction Processing)? OLTP stands ...