A Static State: Customizing Content Query Web Parts
Måned: februar 2012
Sharepoint
How to customize the Content Query Web Part XSL to aggregate blog posts « The SharePoint Swiss Army Knife
by Bo Jensen •
How to customize the Content Query Web Part XSL to aggregate blog posts « The SharePoint Swiss Army Knife
Microsoft Dynamics Ax
Microsoft Dynamics Ax: How to create a help file
by Bo Jensen •
In DAX, its very easy to make your own .chm Help file and integrate it with the Application. Say you have made a new module/ functionality in DAX (new Configuration Key) and want to make an integrated Help file. First you have to download the AX Help File .chm maker from Partnersource.Help Kit for Microsoft Dynamics…
Microsoft Dynamics Ax
Connecting MSSQL DataBase with X++ Code.
by Bo Jensen •
Sometimes we need to connect to DataBases other than the Axapta DataBase. So let us explore how it can be done with X++ code.
Microsoft Dynamics Ax
X++ CODE TO READ MS OFFICE WORD DOCUMENT
by Bo Jensen •
Use the below job if you want to read text from MS Word document in Dynamics Ax 2009.
Microsoft Dynamics Ax
DAX 2012 Data Model – Global Address Information
by Bo Jensen •
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.
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
