I changed the javascript after that to check the browser version and it worked fine for both IE 8 and 7. |I will be publishing the changed javascript shortely.
This blog describes mostly about the work (CRM 365, CRM 2016, CRM 2015, CRM2011, CRM 4.0, CRM 3.0, C#,Javascript and SQL Server) i do.
Thursday, August 27, 2009
Remove Existing Buttons from CRM Pages - Updates
While i have done the testing in my browser after i have done the previous post i was told by some members of the QA team that this functiolaity was not working. I checked from my Broswer and it was woring fine in my machine. Then i inquired which browser they were using as mine was IE8. They were using IE7. I checked the DIV tag returned from each section and found out that in IE 8 ID attribute is followed by the class tag, but in IE 7 it's followed by Title tag.
Subscribe to:
Post Comments (Atom)
Retrieving Calendar of a Bookable Resource in Dynamics
There are occasions where we need to retrieve working days and working times of a resource in Dynamics grammatically. This is quite possible...
-
There is a bit of change in CRM 2011 than CRM 4. The code is below. Microsoft.Xrm.Sdk. EntityReference Moniker1 = new Microsoft.Xrm.S...
-
When you create a new security role from scratch and then assign only that role to a system user and when you log to the CRM site you might ...
-
There are occasions where we need to retrieve working days and working times of a resource in Dynamics grammatically. This is quite possible...
No comments:
Post a Comment