Skip to main content

Posts

Showing posts from January, 2016

Dynamics Development Interface, Ax 2015 Rainier ,Ax7

Development Interface for Rainier This is the AOT Overview where you can see data model,user interface, security,  services, code, resources,label files etc.  Data model include tables,views,Queries,Maps ,table collection etc. Dynamics Ax7 tool is import where you ca deploy new changes,import project,build model,synchronize database,label details,addins ,option etc.  User Interface module include forms,tiles,menus,menu-items etc

Task Recorder in Microsoft Dynamics AX7 code named Rainer-AX 2015

Task Recorder If you want to use Task Recorder in Microsoft Dynamics AX7 code named Rainer-AX 2015 then you can use option as below. Go to Option then Select task recorder. Click on create new task. Assign name of Task then click on start. After finishing the process you need to stop task recorder. If you want to generate document you can do that by downloading word document option.

Microsoft Dynamics Ax X++ overview and Features

Dynamics Ax overview Dynamics Ax Features .

Convert Container value to String format in MSD axapta

Convert Container value to String format in axapta To Convert Container value to String format in axapta  you can use con2Str method. Below is the sample of code to tryout in your job to check the string value. container TestCont; TestCont+= "He is not a permanent "; info(con2Str(abc)); TestCont+= "Employee and belongs to Sales Department"; info(con2Str(TestCont));

Database information,Reindex Synchronize table database Truncate table in MSD Axapta

Database information,Re index,Synchronize table database, Truncate table in Axapta To get Database information for your AX Just following following step 1. Click Area Page node: Administration -> Inquiries -> Database -> Database information. 2. Close the Database information form. Reindex Table 1. Click Area Page node: Administration -> Periodic -> SQL administration. Select all table 2. Click the Index actions -> Reindex menu button. To Check/Synchronize Table 1.Click Area Page node: Administration -> Periodic -> SQL administration. 2. Click the Table actions -> Check/Synchronize menu button. Same way you can use other option Like Synchronize database 1. Click Area Page node: Administration -> Periodic -> SQL administration. 2. Click the Table actions -> Synchronize Database. Truncate Table -If you want to delete all records of particular table then you can use truncate option. 1. Click Area Page node: Administration -