InventDim myInventDim; ; myInventDim.clear(); //You have to put in existing dimensions and values for them below myInventDim.InventLocationId = "Main"; myInventDim.InventColorId = "Blue"; //So far the RecId of the myInventDim record buffer is 0 myInventDim = InventDim::findOrCreate(myInventDim); //Now the RecId is not 0, and the InventDimId is a new or an existing InventDimId info(myInventDim.InventDimId); Using InventDim::newDimId…
Måned: august 2011
Microsoft Dynamics Ax
Dynamics Ax Dictata: Traverse grid records
by Bo Jensen •
for ( custTrans = CustTrans_DS.getFirst(); custTrans; custTrans = CustTrans_ds.getNext() ) { totalAmountMST += custTrans.AmountMST; } Dynamics Ax Dictata: Traverse grid records
Enterprise Portal
AxUpdatePortal.exe does not update Enterprise Portal when not running from an elevated command prompt – Microsoft Dynamics AX Technical Support Blog – Site Home – MSDN Blogs
by Bo Jensen •
AxUpdatePortal.exe does not update Enterprise Portal when not running from an elevated command prompt – Microsoft Dynamics AX Technical Support Blog – Site Home – MSDN Blogs
Microsoft Dynamics Ax
Dynamics Ax Live: How to filter records in a form by code
by Bo Jensen •
Dynamics Ax Live: How to filter records in a form by code
Microsoft Dynamics Ax
Dynamics Ax Live: How to open a form by code
by Bo Jensen •
Dynamics Ax Live: How to open a form by code
Microsoft Dynamics Ax
Create Forms by Using Code in Axapta
by Bo Jensen •
Create Forms by Using Code
Microsoft Dynamics Ax, Enterprise Portal
Debugging non-interactive X++ code in Dynamics AX 2009 when running on Windows Server 2008 – EMEA Dynamics AX Support – Site Home – MSDN Blogs
by Bo Jensen •
Debugging non-interactive X++ code in Dynamics AX 2009 when running on Windows Server 2008 – EMEA Dynamics AX Support – Site Home – MSDN Blogs
SQL Reporting Services, Business Intelligence
How to Enable Remote Errors for SQL Server Reporting Services « Amir's Microsoft Dynamics AX space
by Bo Jensen •
How to Enable Remote Errors for SQL Server Reporting Services « Amir’s Microsoft Dynamics AX space
