Tags: jscript

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 »

Creating Objects in JScript

January 8th, 2009
I am working on project that uses JScript to communicate with Web Services. To try and make my life a little easier I wanted to figure out how to write a JScript library that would generate my soap requests and help me with the responses. I found the fol… 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 »