Microsoft Dynamics 365 for Sales and Service supports the use of multiple activated Business Process Flows for an Entity. In addition, Microsoft Dynamics 365 allows multiple concurrent Business Process Flows to be started against a record such as an Account.In this article, I will describe the rules
Read the full article hereMicrosoft Dynamics 365 for Sales and Service supports the use of multiple activated Business Process Flows for an Entity. In addition, Microsoft Dynamics 365 allows multiple concurrent Business Process Flows to be started against a record such as an Account. In this article, I will demonstrate, usin
Read the full article hereMicrosoft Dynamics 365 for Sales and Service supports the use of multiple activated Business Process Flows for an Entity. In addition, Microsoft Dynamics 365 allows multiple concurrent Business Process Flows to be started against a record such as an Account. In this article, I will demonstrate, usin
Read the full article hereMicrosoft Dynamics 365 for Sales and Service supports the use of multiple activated Business Process Flows for an Entity. In addition, Microsoft Dynamics 365 allows multiple concurrent Business Process Flows to be started against a record such as an Account. In this article, and the two that follow,
Read the full article hereWhen developing for Dynamics 365, there are times when it can be very handy to have test data with specified GUIDs, particularly when troubleshooting code that finds and returns or otherwise manipulates the GUIDs of entities, or entity references. In such situations, it may make sense to create a r
Read the full article hereIn Microsoft Dynamics 365, the “Date and Time” data type is used quite often. Based on the requirements, we have the options to choose the format between “Date Only” and “Date and Time”. But what matters the most is the accuracy of information being generated from the data, and this has been an issu
Read the full article hereRecently we had an issue in Microsoft Dynamics 365 where the “Duplicates Detected” dialog was popping up on create of a contact, indicating that one of the duplicate detection rules found a match, but instead of being able to review the potential duplicate records, it was showing “None”. After revie
Read the full article hereWhen we’re creating Dynamics 365 solutions, we often need to create “reference” entities which we use with lookup fields to give us more flexibility than basic option set fields. For example, having a lookup for Country on accounts. When populating the lookup values for these entities, the system as
Read the full article hereWhen adding DateTime fields into a ClickDimensions email template or email send for Microsoft Dynamics 365, you need to create a placeholder which looks something like this, just like with any other placeholder: ${Recipient.contact.createdon[0]!""} The problem with this is that it displays in the de
Read the full article hereSo you're trying to navigate somewhere in Microsoft Dynamics 365 Online, and you click the little down arrow next to the Dynamics 365 logo, because in past versions of CRM that's the go-to place for navigating. But instead of being welcomed with the beautiful Microsoft Dynamics 365 navigation menu,
Read the full article hereWebsites allow us to extend various functionalities and bring information into Microsoft Dynamics 365. By being connected with these websites, we can bring together different web components while also offering extended solutions to our users. In this blog, I will show you how to embed websites using
Read the full article hereOne of our clients recently encountered a ‘System.ArgumentNullException’ when trying to connect to their Microsoft Dynamics 365 online instance through a console application from the Windows 2012 Server. It complained about parameter name as identityProvider as illustrated in the below screenshot.
Read the full article hereWhat are Connections? Connections are an easy way to connect records without having to create a custom relationship between two entities. A connection can be used between records of the same type or of different types, e.g. a contact can be connected to another contact, or a contact can be connected
Read the full article herePreviously I had written a blog which introduced the Microsoft Bot Framework. In that blog, I showed an example bot which connected Dynamics 365 with Facebook Messenger and Skype. This bot would simply ask the Facebook or Skype User a series of questions which would result in a Contact record being
Read the full article hereIn Microsoft Dynamics 365 for Sales or Service, the first-time activation of a Business Process Flow causes a corresponding Business Process Flow instance specific entity to be created. In this article, Part 3, I will provide some interesting information on the possibility of using Import and Bulk D
Read the full article here