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: Using Entity Reference Output Parameter in Workflow Assembly »

How to debug rsProcessingAborted Report Error?

Introduction: rsProcessingAborted Reporting Error is one of the most dreaded error faced by SSRS report developers. What could be the cause of this error? How to solve this? Why did this error originate? These are few of the multitude questions that goes through the developers mind. We have been in the same position. We had… Read More: How to debug rsProcessingAborted Report Error? »

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: Copy ActualCloseDate and ActualRevenue when Migrating Opportunity in Microsoft Dynamics… »

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: 360 Degree QuickBooks Accounting Insights Now within MS Dynamics CRM »

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: Plugin Pre-validation Operation to Show an Error Message as well… »

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: Get Current Location from the Device in Dynamics 365 »

Inogic at eXtreme365 2017 for the First Time!

eXtreme365 is here! This year’s event will be held in Lisbon, Portugal from 13-15 March for Partners and 16-17 March for Customers. With a core focus on Microsoft Dynamics 365, eXtreme365 is a premier event dedicated to help the Dynamics CRM Community maximize business benefits from their solutions. We are thrilled to be a part… Read More: Inogic at eXtreme365 2017 for the First Time! »

Detect Duplicates Ribbon Button in Dynamics 365

Introduction: Duplicate Detection has been around for a while. Earlier Duplicate detection could be scheduled as a job or it would auto-popup when creating/updating records based on the duplicate detection rules that have been defined. With Dynamics 365, we now have a way to find duplicates with a single click for the selected record. Now… Read More: Detect Duplicates Ribbon Button in Dynamics 365 »

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: Watch out for Issues with Version & Updating Plug-in assembly… »