Microsoft Dynamics AX is one of Microsoft’s Enterprise Resource Planning software products.
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-2012My problem is setting some dimension values read from an external source. Given the AX 2009 statement: ledgerJournalTrans.Dimension = ledgerTable.Dimension; …
axapta dynamics-ax-2012I have a SSRS report, in my report I have a dataset which has an ID and NAME field, then …
ssrs-2008 axapta dynamics-ax-2012How to build query with multiple values. I need to create filter which display only active BOMs in grid and …
axapta x++ dynamics-ax-2012Can anyone tell me what should I do in X++ to get a NOT null value from args.record().datasource() …
x++ dynamics-ax-2012 argsI'm currently working with a form that has a grid at the bottom. Whenever I hit f5, the grid refreshes, …
axapta x++ dynamics-ax-2012I 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-2012I 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-2012I 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-2012I'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