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
Get Customer InformationTo get customer information is soo easy, it means get information from CustTable. We can get all about customer information just from this table. It will show in below job script :
static void Custo ... readmore
How To Running Job From a Form in AXFor Example we wanna run a Job with name "ImportOutsourceBasicSalary". So you must create a button and oferride method Clicked in this button by this code :
void clicked(){ Tr ... readmore
How to Get Worker InformationNow in Microsoft Dynamics AX 2012, hcmWorker table just consist of 2 fields. But from this table we can get many information about worker. For example to get name, phone, email, department, position, ... readmore
Make Absolut Function for Data Type Integer in AXActually to use absolute function in AX, we can use function "abs". However this function is for data type "Real". If we use it for data type "Integer", it will appear warning for Lossless precission ... readmore
"TypeId" in Microsoft Dynamics AX 2012Now in Microsoft Dynamics AX 2012, "TypeId" function has been replaced by ExtendedTypeStr or EnumStr.
ExtendedTypeStr(EDT _EDT) : for Extendet Data Type (EDT) with non Enum Type.
EnumStr(Enum& ... readmore
0 comments:
Post a Comment