Sunday, June 20, 2010

Extended handling of save event in forms with close dialog (like opportunitites)

All developers who developed JavaScripts for CRM read this article. But there is no info about getting data from fields of "Close dialogue" (like opportunity close). I've made a little research on this theme and here is the result:

Friday, June 18, 2010

Intergration Google Maps v.3 into Microsoft Dynamics CRM 4.0

In this post I will describe how to integrate Google Maps v.3 with Microsoft Dynamics CRM 4.0 using IFrame customization.

Thursday, June 17, 2010

Formatting datetime in workflows with custom workflow activity in Microsoft Dynamics CRM 4.0

I've found one weird thing in workflows - when you insert datetime value inside text field you can't format it. Result of such inserting:


Sunday, June 13, 2010

Set default view for Service Calendar in Microsoft Dynamics CRM 4.0

My customer asked me to set default view for Service Calendar to 'Facility/Equipment'. I haven't found any available supported solution for this task, so I decided to use unsupported approach - inserting JavaScript in page of Service Calendar.

Friday, June 04, 2010

Blog of Friend and former colleague

I want to recommend blog of my friend and former colleague Oleksandr Klymenko - http://darkaxe.wordpress.com/. We began work with Microsoft Dynamics CRM together and Oleksandr helped me a lot.

Friday, May 28, 2010

How to bind CRM Data to GridView on custom ASP.Net page for Microsoft Dynamics CRM

I have seen this article one of my colleague Hassan Hussain. I've decided to use other approach to bind data to GridView on custom ASP.Net page - instead BusinessEntitiesCollection I used Fetch.

Thursday, May 27, 2010

Delete teams button in Microsoft Dynamics CRM 4.0

There was question on AxForum - why it is not possible to delete team through interface. One of visitors - slivka_83 suggested to use SDK and Delete message. I've decided to make ISV.Customization which will add Delete button to Team grid.