Dream come true
Microsft Rocksssssssssss.
Subscribe to be the first to learn about a new blog post. Sign up today!
Hi Folks, The below code snippet would help you to get an active workflow configuration in Ax 2009 for a workflow template. WorkflowConfigurationTable workflowConfigurationTable; ; select firstonly workflowConfigurationTable where workflowConfigurationTable.TemplateName == && workflowConfigurationTable.Enabled == NoYes::Yes && workflowConfigurationTable.Type == WorkflowConfigurationType::Definition && workflowConfigurationTable.DefaultConfiguration == NoYes::Yes; Happy DAXing…………
In this post, I am going to discuss about how to rename a primary key in AX. The renaming can be done for any record using the CCPrimaryKey Class. Let us suppose, if Customer Id 1000 has to be renamed as Cust_1000 then it will be renamed in all the tables(SalesTable, CustTable, SalesQuotationTable etc.,) wherever…
Hi All, This is Gayathri and I would like to take the privilege to start my first blog post with the differences between various AX versions. I have divided these differences into 9 major sections and posted them into 3 different posts. I hope these 3 posts will help the AX newbies and for the…
Last month, I have found a problem after installing RU-7 kernel update to one of our Customer and thats very strange. We were not able to build a project for a layer using Project Filter( i.e., to automatically get all the objects of a layer into a project) even after putting the layer in the…
Hi Folks, Its very sad to hear that Effective July 1, 2011, the retail price of certain Microsoft Certification exams will increase. But for India it will be in effect from August 1,2011. So, whoever wants to complete their Microsoft certification, Hurry up and book your slots before July 1,2011. The pricing differs from region…
Hi Folks, Today, I have observed a very strange thing in AX. I had to do a bulk insert from some other table where I also need to copy the tableId from the other table. I have found a strange issue i.e.,everything was getting copied except the tableId. You can try this in a job….