skip to main
|
skip to sidebar
home
ABOUT ME
CONTACT
AX Guide
Microsoft Dynamics AX Development Guide
APPLICATION OBJECT TREE (AOT)
Table
View
EDT
Base Enum
FORM
X++
Basic Script
Job Query
MORPHX REPORT
Standart
Advance
SRSS REPORT
Simple
RDP
CLASS
Simple
Run Base Form
Custom
OTHER
Old Report
Query
November 01, 2014
Home
»
Administration
,
AX 2012
,
Setup
» Multiple Window Compile Application AX 2012 R2 CU7 Using Command Prompt
Multiple Window Compile Application AX 2012 R2 CU7 Using Command Prompt
Posted by
Andik Mabrur
at
11/01/2014
1. Open
Microsoft Dynamics AX 2012 Management Shell
2. Write :
cd "C:\Program Files\Microsoft Dynamics AX\60\Server\AX-DEV-01\bin
" on Command Prompt then press
enter
AX-DEV-01
is from :
3. Write
: .\AXBuild.exe xppcompileall
then press
enter
Related Posts
0 comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Popular Posts
How to Get Worker Information
Now in Microsoft Dynamics AX 2012, hcmWorker table just consist of 2 fields. But from this table we can get many information about worker. F...
Get Financial Dimension Value from Worker Position
To get financial dimension value from worker position, add a new method in hcmWorker Table with script like below: public static str getDi...
How to Create Primary Key Table in AX 2012
This step below is to create primary key in a table in AX 2012. It can consist of single field. 1) Create the Table and add require...
Show Company Name In SSRS Report
Add an expression to a TextBox that view Company name and write it : =Microsoft.Dynamics.Framework.Reports.DataMethodUtility. GetFullCo...
Get Company Information
To get company information in AX 2012 is soo easy. I will show in a job with script below : static void CompanyInformation(Args _args) { ...
Labels
Administration
(1)
AX 2012
(24)
DateTime
(1)
Form
(4)
Job
(14)
Setup
(2)
SSRS Report
(4)
Table
(1)
UtcDateTime
(1)
Views
(2)
Virtual Box
(1)
Windows Server
(1)
Workflow
(1)
X++
(16)
Total Pageviews
0 comments:
Post a Comment