-
Book Overview & Buying
-
Table Of Contents
Microsoft Dynamics CRM 2011 Scripting Cookbook
By :
In this chapter, we will be working with a variation of the text field, and the number fields. By default, Dynamics CRM allows us a few fields with various number formats and data types associated.
The following field types are standard in Dynamics CRM:
Whole Number – this format includes values from -2,147,483,648 to 2,147,483,647 on the default format of None. Additional formats include the following:
Duration – this is a drop-down list box with values in minutes, hours and days
Time Zone – this is a drop-down list box with time zone options
Language – this is a drop-down list box of available languages for the user
Floating Point Number – this format includes values from 0 to 1,000,000,000 and the precision can be configured anywhere from 0 to 5 decimal places.
Decimal Number – while this format includes the same range of values as the floating point number, the precision can be configured from 0 to 10 decimal places.
Addressing these field types in script uses...
Change the font size
Change margin width
Change background colour