You reference fields/columns by their display names in square brackets, eg: [Deliverable Status]. You concatenate these with the “CONCATENATE” keyword…
About: MGR: the Intelogist
Author Archives: MGR: the Intelogist
How To: Use JavaScript to hide SP2010 elements (quick & dirty)
Add a <script src=”http://server/sites/teamsite/Style Library/Scripts/scriptFileName.js” type=”text/javascript”></script> line in the Master Page that is being used by the page that displays…
How To: Add a modal dialog box in ItemStyle.xsl
Normally, you will want to use a modal dialog box to display a webpage, form, or something of the kind,…
How to: Copy/Move a Sitefinity 5.2 project from one server to another (Access DB / SQL Server DB)
Sitefinity 5.2 allows you to quite easily move projects from server to server. 1. If you’re using an Access database,…
How to: Create a link to the edit form of a SharePoint 2010 List item (works with InfoPath forms).
SharePoint has a very specific URL format that it uses in order to display the EditForm.aspx page. This page is…
How To: Work with Dynamic Sitefinity Content and Complex Properties in LINQ
I’m trying to get a collection of DynamicContent items in Sitefinity. For example, if I’m trying to get the published…
How to: Change the display of items in a CQWP
If you’re using a content query web part to display list items on a page, you will have to change…
How To: Edit a Content Editor WebPart’s presentation xslt
1. Edit a page 2. Add a Content Editor Web Part on the page 3. Edit the CEWP 4. Export…
How to: Backup and restore a SQL Server 2008 database through the SQL Management Studio
SQL Management Studio offers an easy and straightforward way to back-up databases and restore them to another server. Just follow…
How to: troubleshoot import of a Nintex 2010 Workflow (or, how to programmatically import it)
Have you ever tried to import a Nintex workflow through the user interface (U.I), but failed? In such case, unfortunately,…