Using Entity Reference Output Parameter in Workflow Assembly

Introduction: Workflows in Dynamics CRM (now known as Process in Dynamics 365) allow users to create and manage automated business processes. It can be used to update entity records or related entity records. Using the OOB Workflow we can only update records which are accessible under the Workflow context. If you want to update any… Read More »

Copy ActualCloseDate and ActualRevenue when Migrating Opportunity in Microsoft Dynamics 365/CRM

Introduction: While migrating data for Opportunities, Quote and Order entities, the actualrevenue, actualclosedate, fulfilled date and closeddate are some of the fields that do not get mapped. Traditionally these fields are updated when the respective transactions are closed and the associated OpportunityClose, QuoteClose activity type records are associated at the time of closing these transactions.… Read More »

360 Degree QuickBooks Accounting Insights Now within MS Dynamics CRM

Every organization has unique needs and preferences for maintaining inventory in the system. Organizations prefer using different applications to fulfill diverse business needs. Many organizations use multiple applications like Intuit QuickBooks and Microsoft Dynamics 365 for their Accounting and Sales Teams. For the Teams, this could mean maintaining accounting information in both the systems independently.… Read More »

Plugin Pre-validation Operation to Show an Error Message as well as Log the Error

Introduction: We had a business requirement, where we created a custom entity with a grid of Associated Accounts. Here, we wanted to restrict the Account while adding Accounts in the Associated View. We wanted to do this when the Account does not have the status reason ‘Approved’ by showing an error message and sending an… Read More »

Get Current Location from the Device in Dynamics 365

Introduction: Dynamics 365 is a leap forward from previous versions in terms of features and improvements. Even the mobile and tablet app of Dynamics 365 is updated with useful features to get the most out of the Dynamics CRM platform. Dynamics 365 Mobile and Tablet app now offers the ability to get the current user… Read More »

Watch out for Issues with Version & Updating Plug-in assembly in Dynamics 365/CRM

Introduction: Plugin Assemblies are versioned and need to be signed with a strong key for them to be registered to Dynamics CRM. Any update to the library and compiling the project may cause the version # to change or to maintain versioning practices you may decide to change the version # and this can cause… Read More »