I think this is a great new feature in CRM 2011. Please refer to the following article that describes how to do this:
http://support.microsoft.com/kb/2500602
http://support.microsoft.com/kb/2500602
function setColor() {
if (document.getElementById("new_name") != null) {
//Add the below line if the field is disabled
document.getElementById("new_name").disabled = false;
//The below line changes the font color
document.getElementById("new_name").style.color = "red";
}
}
Note: Accessing the DOM as shown above is totally unsupported. I had to use the above method since I was not able to find any supported way of achieving this functionality < event name="onchange" application="false" active="false" attribute="new_day" BehaviorInBulkEditForm="Enabled" > < event name="onsave" application="false" active="false" BehaviorInBulkEditForm="Enabled" >4. Save and Import the solution. Your JScript code should now be triggered!
July
|
Accounts
|
Management A/c
|
5
|
Corporate Financial reporting
|
Project Planning & capital budgeting
|
6
|
Corporate Restructuring
|
Project Planning & capital budgeting
|
7
|
Corporate Restructuring
|
Project Planning & capital budgeting
|
8
|
Corporate Restructuring
|
Project Planning & capital budgeting
|
9
|
Corporate Restructuring
|
Project Planning & capital budgeting
|
10
|
Consolidated Fian Stats
|
Project Planning & capital budgeting
|
11
|
Consolidated Fian Stats
|
Project Planning & capital budgeting
|
12
|
Consolidated Fian Stats
|
Project Planning & capital budgeting
|
13
|
Consolidated Fian Stats
|
Project Planning & capital budgeting
|
14
|
Consolidated Fian Stats
|
Leasing decisions
|
15
|
Consolidated Fian Stats
|
Leasing decisions
|
16
|
Consolidated Fian Stats
|
Leasing decisions
|
17
|
Consolidated Fian Stats
|
Dividend decisions
|
18
|
Consolidated Fian Stats
|
Dividend decisions
|
19
|
Consolidated Fian Stats
|
Indian capital market
|
20
|
Consolidated Fian Stats
|
Indian capital market
|
21
|
Consolidated Fian Stats
|
Indian capital market
|
22
|
Consolidated Fian Stats
|
Indian capital market
|
23
|
Consolidated Fian Stats
|
Indian capital market
|
24
|
Consolidated Fian Stats
|
Security Analysis
|
25
|
Consolidated Fian Stats
|
Security Analysis
|
26
|
Consolidated Fian Stats
|
Security Analysis
|
27
|
Consolidated Fian Stats
|
Portfolio theory
|
28
|
Consolidated Fian Stats
|
Portfolio theory
|
29
|
A/c & reporting of financial instruments
|
Portfolio theory
|
30
|
Revision
|
Revision
|
31
|
Revision
|
Revision
|
document.getElementById('IFRAME_Name').style.height = 35;
document.getElementById("IFRAME_Test_d").parentElement.parentElement.height = 35;
Update - This issue seems to have been resolved with the Update Rollup 1 for MS CRM 2011