-
Book Overview & Buying
-
Table Of Contents
Microsoft Dynamics CRM 2011 Scripting Cookbook
By :
Dynamics CRM 2011 does not provide a direct way to add and track your own custom error messages. While the default logs will track and log errors as they occur, sometimes it's not the easiest way to debug. In order for us simplify the task of debugging and logging your specific error messages, we can take a different approach.
For the purpose of this recipe we will create a new solution. Using your current environment, or a new online instance, create a solution called Chapter6. This solution will use the latest version of JSON and jQuery libraries.
Within the newly created solution, let's focus our attention on the Account entity. We will capture our debug and error messages generated by a script in this solution.
Add the Account entity to your solution.
When you add the Account entity, you will be prompted to include additional required components. Add those too.

Add the most recent version of JSON 2 and jQuery libraries as web resource. Load the files...
Change the font size
Change margin width
Change background colour