Unsaved content in CRM - Visual representation

Unsaved CRM changes – Visual representation in USD

The other day, when I’m in discussion with the #USDGuru - @ParkhurstNeil; He showed me his interesting approach to use these emoji icons to display on tabs. He mentioned something similar to this over here. That strikes me the thought – why can’t we use this as a Visual representation for Unsaved CRM Tab? And …

Continue reading Unsaved CRM changes – Visual representation in USD

Timer Display to show active time

Active time in a Tab – Display Timer

POST UPDATE : One of my friends from Microsoft suggested to use Minutes update instead of Seconds as Updating UI via actions for every seconds might cause some performance issues. Henceforth, it is suggested to use this approach only Minute wise update. Please drop a comment incase of any doubts. First of All - Happy …

Continue reading Active time in a Tab – Display Timer

Clear replacement parameter when field is Cleared

Clear replacement parameter when field is Cleared

One of the issues what I have observed in the last couple of versions of USD is, It’s inability in refreshing the replacement parameters if the field value is removed. For eg: I have removed a phone number and saved the form, you will still see the old value in replacement parameters of your entity. …

Continue reading Clear replacement parameter when field is Cleared

Asynchronous CRUD Operations in USD

Asynchronous CRUD operations in USD using CRM V9 updates.

It’s been quite a long time by posting a new blog post, bit occupied with our Jr. all these days 🙂 .. I would like to start with the almost new version of USD 3.0 in my come back blog. There are quite a good amount of features present in the new version and 1 …

Continue reading Asynchronous CRUD operations in USD using CRM V9 updates.

Session History in USD

Sessions history – Capture Active & Total time of Session in USD

One of the most common business scenario while implementing USD in contact centers is to know the Total time the agent spent in a session and the time actively he/she worked on the session. This can be very good information for all those managers out there to understand the pattern of calls, time taking to …

Continue reading Sessions history – Capture Active & Total time of Session in USD

Twoway communication b/w CRM And Azure Service Bus

Two way communication between CRM and Azure Service bus

This is the next level of my previous post on Azure service bus integration with CRM. If you haven’t gone through it already, I would highly recommend you to go through it first over here as whatever we are going to do here in this post is kind of an extension to my previous one. …

Continue reading Two way communication between CRM and Azure Service bus

Queue Messages in Azure service bus

Dynamics CRM and Azure Service Bus Integration

This post is literally the outcome of 2 days struggle 🙂 to achieve a two way communication b/w Dynamics CRM (I think I should say 365 now) & Azure service bus. One of the main problem I faced is lack of material that describes integration with new azure portal. Even the MSDN & SDK both are referring to old …

Continue reading Dynamics CRM and Azure Service Bus Integration

CRM To Sharepoint Integration with REST Api

CRM-Sharepoint integration with Sharepoint REST API using Custom Workflow – C#

Working for a client last week where in we got a requirement to create a Sharepoint list item when a new Lead is created in CRM. Being a CRM Resource, I have first checked the options (OOB/configurable) available for me and the first thing that came in to my mind is Microsoft FLOW. A quick …

Continue reading CRM-Sharepoint integration with Sharepoint REST API using Custom Workflow – C#

Create Custom Hosted Control – Part 3 (Firing USD Events from C#)

In the Part 1 & Part 2 of this series we have seen how do we install USD Project templates in visual studio and how to implement custom logic for the Actions when a Action call is fired by the Administrator. I would recommend you to go through them once as they also cover the Scenario …

Continue reading Create Custom Hosted Control – Part 3 (Firing USD Events from C#)