Categories: IT, DotNetNuke, Microsoft CRM, SharePoint, SQL Server, SSIS

Activity Count Workflow Variables

February 20th, 2009
In Dynamics CRM 4.0 workflows have the two internal variables of 'Activity Count' and 'Activity Count Including Workflow'. I found this really good post by Richard Knudson over at IMG about what the are actually for. http://www.imginc.com/blogs/richa… more »

Setting up DNN for two Countries and Regions

January 29th, 2009
By default DotNetNuke is setup for only one Country and Region field for user profiles. You can add a second and it will work out fine until you have a situation where the countries for one of the addresses is not the same as the other. The Region field… more »

SSIS 2008 Script Component lets you write in C#

January 29th, 2009
I'm pretty new SQL Server and it's family of products so when I first started playing around with SSIS in 2005 it was hard for me to grasp the whole Data Transformation thing as well as writing scripts for the Script Component, especially when I was forc… more »

Using FOR XML to build bulkreg XML for DNN

January 28th, 2009
DotNetNuke is a great portal and there are many modules out there to make working with it easier. One such module is BulkReg. It allows you to throw data into it in a csv or xml file and it adds, deletes, or updates those users in DNN. I ask my clients… more »

Making a global variable in a form

January 15th, 2009
How to make a global variable in a form more »