Top "Axapta" questions

Microsoft Dynamics AX is one of Microsoft’s Enterprise Resource Planning software products.

How can you create a simple dialog box in Dynamics AX?

How can you create a simple dialog box in Dynamics ax?

x++ axapta
How to find a table name by ID in Dynamics AX

Each table in the AOT has an ID, how can I discover the table name given an ID?

axapta dynamics-ax-2009
Obtain Network Credentials from Current User in Windows Authentication Application

I was wondering whether it was possible to obtain the current user object and get their credentials so that I …

c# windows-authentication axapta business-connector
What is the function to get the system date and current date in Dynamics AX?

What are the function calls to get the System Date and Current Date using X++ in Microsoft Dynamics AX?

x++ axapta
How to invoke a menu item from code in AX 2012

I have some custom code in PurchTable "Register" menuitem's clicked method, Now I need to run the Register command from …

axapta x++ dynamics-ax-2012
How to set a single dimension value in AX 2012?

My problem is setting some dimension values read from an external source. Given the AX 2009 statement: ledgerJournalTrans.Dimension = ledgerTable.Dimension; …

axapta dynamics-ax-2012
SSRS report parameter.label showing parameter.value

I have a SSRS report, in my report I have a dataset which has an ID and NAME field, then …

ssrs-2008 axapta dynamics-ax-2012
Axapta: Convert utcDateTime to date

What is the best way to convert a utcDateTime value to a date type so I can use the global …

datetime x++ axapta
Multiple values in query range value in Dynamics AX 2012

How to build query with multiple values. I need to create filter which display only active BOMs in grid and …

axapta x++ dynamics-ax-2012
Advanced query range

How to make a query in Ax with advanced filtering (with x++): I want to make such filter criteria On …

x++ axapta