Category Archives for "CRM 2015"

Dynamics CRM JavaScript: Ensure the current record is Saved before opening a new record

In yesterday’s post, Tracing the Dynamics CRM Form Data save Operation, I discussed identifying data that would be sent to the database when you saved a Dynamics CRM record. Part of the issue I was facing was related to the form not completing the save operation before I opened a new form record. Since Dynamics […]

Continue reading

Dynamics CRM 2015 Implementation Guide 7.0.1 (January 2015)

There is an update to the Implementation Guide available on Technet: https://technet.microsoft.com/en-us/library/hh699811.aspx At this point, this information is not available in the downloadable version, which you can find here: Here is a list of the new and updated topics: Report writing with CRM 2015 for online and on-premises added section that includes several topics. Update […]

Continue reading

Dynamics CRM: The error is not always what you see

One of my customers has had an issue with their CRM system since I upgraded them from Dynamics CRM 4.0 to 2011. Basically the System Settings page will not allow you to make changes.  I got the following JavaScript error: <ScriptErrorDetails> <Message>Object doesn’t support property or method ‘down'</Message> <Line>426</Line> <URL>/tools/systemsettings/dialogs/systemsettings.aspx</URL> <PageURL>/tools/systemsettings/dialogs/systemsettings.aspx</PageURL> <Function>anonymousr:Objectdoesn’tsupportpropertyormethod’down'</Function> <FunctionRaw>TypeError: Object doesn’t […]

Continue reading

Developing applications for multiple versions of Dynamics CRM

As most of you know, I have a several add-on products for Dynamics CRM developers, administrators, and consultants. They all share common user interface and application frameworks that I developed several years ago. When I first started writing these tools all I had to worry about was Dynamics CRM 4.0, which was pretty easy. Then […]

Continue reading