Bojensen Blogs

Måned: december 2011

Dynamics Ax – Update the records with single query statement.

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…

Display Company Logo on Dynamics EP Site and Hide Page Title « Santosh Kumar Paruvella's Blog

  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…