For updating the ‘N’ no. of records we can use simple query statement instead of using while loop. (i.e. while select inventTrans where ) By using update_recordset we can update multiple records at a time. oldRFQCaseId = this.orig().RFQCaseId; ttsbegin; update_recordset inventTrans setting TransRefId = this.RFQCaseId where inventTrans.TransRefId == oldRFQCaseId; ttscommit; Dynamics Ax – Update the…
Måned: december 2011
Design & Layout, Microsoft Dynamics Ax, Enterprise Portal
Display Company Logo on Dynamics EP Site and Hide Page Title « Santosh Kumar Paruvella's Blog
by Bo Jensen •
In this example, I want to share the things like 1) Display the Company logo, on the EP site. 2) Hide the Page title, the one which is there, to the side of the Company logo. To do the above things, go to the following path in the sharepoint server.. C:Program FilesCommon FilesMicrosoft SharedWeb…
Microsoft Dynamics Ax
Tuning the startup and managing memory on AX-SRV-01 – Reflections on Microsoft Dynamics AX – Site Home – MSDN Blogs
by Bo Jensen •
A few internal folks and partners have commented about their usage of the AX2009 Demo VMs. They don’t use all the applications and services that are installed and so have asked if they can tune the start-up time of the VM and better manage the memory. So here are some manual notes that we will…
Enterprise Portal
create a web popup form in AX
by Bo Jensen •
How to create a popup web form in AX Enterprise Portal.
Microsoft Dynamics Ax
Dynamics AX tools and tutorials: Tutorial: Debugging AX while still using restricted roles (non-admin)
by Bo Jensen •
Microsoft Dynamics Ax
Try Catch example code in Dynamics AX
by Bo Jensen •
The code below contains a try/catch that I use a lot when developing batch jobs, especially multithreaded ones. It deals with frequently occurring exceptions that, in some cases, can be easily solved by retrying: Deadlocks Update conflicts Duplicate key conflicts Duplicate key conflicts are more rare than update conflicts, but I’ve seen them pop up…
