Category: Microsoft CRM

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 »

Making a global variable in a form

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

Companion.JS is Firebug for IE

January 13th, 2009
I love Firebug but it only works for IE. They do have Firebug Lite for other browsers but it doesn't always work with all applications. In my searching I found a tool called Companion.JS. I use it sometimes when debugging issues with my CRM JS (You have… more »

Ascentium made a CrmService Library

January 13th, 2009
I have been looking around forever for some sort of CrmService library and Ascentium has made one. They also made it a while back so that would mean I'm not very good at searching. Well check it out. If you do working with CRM and JS then it will save yo… more »

Hiding fields in CRM and getting the userid in jscript

January 8th, 2009
I was looking around the trying to figure out how to get the id of the current user when working with the CRM WebServices through JScript or Javascript and I came across this article. It didnt really give me the solution I was hoping for but it did show… more »