In 2012 address table is obsolete (no longer used) and new tables have been introduced which follow normalization and avoid storing of redundant data. So this post basically – Describes about new data model – X++ job to illustrate how address and contact information can be migrated to AX 2012.
Forfatter: Bo Jensen
Microsoft Dynamics Ax
X++ code to write data to XML File
by Bo Jensen •
X++ code to write data to XML File
Microsoft Dynamics Ax
X++ code to Read/Write Dynamics Ax data to excel
by Bo Jensen •
Here are some bits of X++ code to read and write AX data from Excel
Microsoft Dynamics Ax
X++ code to identify multiple selected records in Grid
by Bo Jensen •
1. Create a new method on form and copy the following code. 2. Next create a button on form . and call the method on the button click event. (for the button property makesure the Multiselect should be set to yes , or else by default for multiple selection system will disable the buttons) void…
Microsoft Dynamics Ax
Code to generate NumberSequence numbers
by Bo Jensen •
Axapta uses following classes for generating numbers against numberseq code. 1.NumberSeq class–> Main class which will generate,assigns numbers and vouchers for references. 2.NumberSeqReference–> Used to find the reference.
Microsoft Dynamics Ax
Dynamics AX Solutions: Filtering Excel and CSV files in a dialog
by Bo Jensen •
Here is a small peace of Axapta x++ code, that allow you to filter XLSX and CSV files in a dialog box… This is useful if you want to show only this type of files in a selection. public Object dialog() { DialogRunbase dialog = super(); #AviFiles #Excel dialogFilename =…
Sharepoint
Rolling up News Articles in SharePoint Server 2010 with the Content Query Web Part
by Bo Jensen •
MVPs for SharePoint 2010: Rolling up News Articles in SharePoint Server 2010 with the Content Query Web Part – The Microsoft MVP Award Program Blog – Site Home – MSDN Blogs
Sharepoint
Display data from multiple sources in a single Data View – SharePoint Designer – Office.com
by Bo Jensen •
Display data from multiple sources in a single Data View – SharePoint Designer – Office.com
Sharepoint
A simple method to display a list in another site « Path to SharePoint
by Bo Jensen •
A simple method to display a list in another site « Path to SharePoint
Sharepoint
How to use SharePoint Designer to display list data from subwebs – Todd Klindt's SharePoint Admin Blog
by Bo Jensen •
How to use SharePoint Designer to display list data from subwebs – Todd Klindt’s SharePoint Admin Blog
Sharepoint
SharePoint 2010 Cross-Site Content Rollup using SharePoint Designer 2010 and a DataView Web Part | Concurrency Blog
by Bo Jensen •
SharePoint 2010 Cross-Site Content Rollup using SharePoint Designer 2010 and a DataView Web Part | Concurrency Blog
Sharepoint
Features and their GUID’s in SP2010 – Shared Points for SharePoint – Site Home – MSDN Blogs
by Bo Jensen •
Features and their GUID’s in SP2010 – Shared Points for SharePoint – Site Home – MSDN Blogs
Sharepoint
implementing a simple Cross SIte collection list view webpart – Ram's Blog – Site Home – MSDN Blogs
by Bo Jensen •
implementing a simple Cross SIte collection list view webpart – Ram’s Blog – Site Home – MSDN Blogs
Sharepoint
A simple method to display a list in another site « Path to SharePoint
by Bo Jensen •
A simple method to display a list in another site « Path to SharePoint
Sharepoint
Install Language Packs for SharePoint Server 2010 – Microsoft Premier Field Engineer – SharePoint Dev – Site Home – MSDN Blogs
by Bo Jensen •
Install Language Packs for SharePoint Server 2010 – Microsoft Premier Field Engineer – SharePoint Dev – Site Home – MSDN Blogs
Sharepoint
Download detaljer: Sprogpakker til SharePoint Foundation 2010
by Bo Jensen •
Download detaljer: Sprogpakker til SharePoint Foundation 2010
Microsoft Dynamics Ax
How to copy configuration and setup data from one environment to another environment in Microsoft Dynamics AX 2012
by Bo Jensen •
In Microsoft Dynamics AX 2009, the duplicate company feature was used extensively to copy data from one company to another. The feature was also used to build development or test environments, UAT, Preproduction and deployment scenarios that moved data from one environment to another. For example development to test environment, test environment to UAT environment, Pre production to Production environment etc. However this feature became obsolete in Microsoft Dynamics AX 2012.
Microsoft Dynamics Ax
Where is SharePoint web.config « Marcello Tonarelli Blog
by Bo Jensen •
There is a separate web.config file for each Web Application / IIS Website which is running an instance of SharePoint. For example, if Sharepoint, Central Admin and the MySite host are all running as separate Web applications (different Application pools) on separate IIS sites, there will be a web.config file in the root of the…
Microsoft Dynamics Ax
Dynamics AX: AX 2012 – Excel Add-in Revisited
by Bo Jensen •
With the release of Microsoft Dynamics AX 2012, came some great new ways of achieving business requirements, and user experiences. One of those is the Excel Add-in for Microsoft Dynamics AX 2012.
Microsoft Dynamics Ax
Dynamics AX: Microsoft Dynamics AX 2012 Excel Add-in
by Bo Jensen •
With the release of Microsoft Dynamics AX 2012, the lines between the Rich Client, the Portal as well as Microsoft Office are going to be blurred. This is out-of-the-box ability, that replaces a lot of older ways for doing things. One such topic, is the old Microsoft Excel Export / Import Wizard for Microsoft Dynamics…