Top "Dynamics-ax-2012" questions

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

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
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
AX 2012 how to set args record datasource in X++

Can anyone tell me what should I do in X++ to get a NOT null value from args.record().datasource() …

x++ dynamics-ax-2012 args
Refresh entire form in AX 2012?

I'm currently working with a form that has a grid at the bottom. Whenever I hit f5, the grid refreshes, …

axapta x++ dynamics-ax-2012
How to use AND/OR operators when building query in ax 2012 x++

I couldn't really find anything about this, and i couldn't really figure it out. Anyways, I have created a view …

sql axapta x++ dynamics-ax-2012
X++ query to SELECT MAX value of String type field

I have a field in Dynamics AX 2012 table populated with serial number of PRE1 00162 format and I need to return …

axapta x++ dynamics-ax-2012
How to add checkBox in Dialog and get value?

I want to add a CheckBox in my Dialog. I used this code: Dialog dialog; DialogField dialogField; NoYesId checkValue; ; dialog = …

checkbox dialog axapta x++ dynamics-ax-2012
Query range not equal to zero

I'm in AX 2012 R2 environment. I would like to add a query range to HcmEmployment table and filter out rows …

axapta x++ dynamics-ax-2012