D365FO/ AX Tips and Tricks
Explore Microsoft Dynamics 365 FO/ AX
Pages
(Move to ...)
Home
Contact Me
▼
Tuesday, October 7, 2014
Create Menuitem at runtime or through X++ and set properties
›
Hi Guys, Here is the example of creating menuitem through X++ code. static void CreatingMenuItemRutime(Args _args) { TreeN...
Thursday, January 23, 2014
How to: Connect to an External Database from X++ Code [AX 2012] [AX 2009]
›
Create a DSN To create a Data Source Name (DSN) go to Administrative Tools > Data Sources (ODBC) . Create the DSN on the ...
Thursday, December 5, 2013
Enable/Disable Fact boxes, Preview Panes in AX2012 UX
›
In Microsoft Dynamics AX 2012, if you want to disable factboxes/preview panes across application then you can do so. It's not recommen...
Wednesday, October 23, 2013
Sequence of methods in form and table in AX
›
Form: Sequence of Methods calls while opening the Form Form — init () Form — Datasource — init () Form — run () Form — Dataso...
Monday, September 2, 2013
Simple UI Builder Class in SSRS Report in AX 2012
›
This UI Builder class is simple class with less code and less effort. UI Builder Class is needed when you want to customize your dialog wh...
Working with SSRS reports in Dynamics AX 2012
›
Microsoft Dynamics AX provides a model-based approach for creating reports by providing project templates and modeling tools that are inco...
‹
›
Home
View web version