A simple method to display a list in another site « Path to SharePoint
Måned: januar 2012
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…
Microsoft Dynamics Ax
Office Addins Dynamics AX 2012
by Bo Jensen •
In the newer version AX2012, Their is a great Addin available called Office Addin, with this Addin the data Import/Export is really easy. The office addin also have the out of box consumer for comsuming the AX document services. This is real cool feature. You can use this addin to export data from Table, or…
Microsoft Dynamics Ax
Customer or Vendor import In Dynamics ax 2012 using Office add-ins
by Bo Jensen •
Customer or Vendor import is bit tricky now with Dynamics ax 2012. We have to follow certain steps to do that. Steps are documented below. The reason why I am saying it is bit tricky because you have to deal with the GAB (Global address book) and its relationship with the Customer or vendor tables. …
Microsoft Dynamics Ax
How to: Create an ERX ER Data Model [AX 2012]
by Bo Jensen •
How to: Create an ERX ER Data Model [AX 2012]
Microsoft Dynamics Ax
Check Security Key via X++
by Bo Jensen •
SecurityKeySet securityKeys; Boolean fullAccess; ; securityKeys = new SecurityKeySet(); securityKeys.loadUserRights(curuserid()); fullAccess = securityKeys.access(securitykeynum("xxxxxxxxxxxxxxx")) == AccessType::Delete; formDesignElement.visible(fullAccess); Malaysia Dynamics AX Blog: Check Security Key via X++
