How to assign security role to a Form programmatically in Dynamics 365 CRM

Introduction In Dynamics 365 we can update security role of Form through customization. You have to just follow the given steps: Go to Setting → Customization → Customize the System → Components → Entities → Forms Open Form and click on “Enable Security Roles” in Home tab to Assign Security Role to selected Form. However, in… Read More »

1 Click to Clone & 1 Click to Export Dynamics 365 CRM records – Its possible, register for our Live Webinar to see how!

We keep coming back with exciting webinars for you as we keenly look forward to these sessions where we can engage with you for an enriching experience. 1-Click apps are our forte and we receive quite a number of requests for their demo. Therefore, this webinar is all about these 1-Click apps which help you… Read More »

Create Global Email Template Programmatically in Dynamics 365 CRM

Introduction In this blog, we will discuss how we can create Global Email Template programmatically. Email templates contain prefilled data that you specify, so you don’t have to re-enter the same information for each article. To create an Email template for a specific entity (for Contact) we use logical name of the Entity “templatetypecode=contact”. Similarly,… Read More »

Boost Your Dynamics 365 CRM Toast Notification Display Time

Introduction With Dynamics 365 v9.1, Microsoft has upgraded UCI with many exciting features. In this blog, we will explore the feature Toast Notification Display Time available in UCI. Toast Notification Display Time is a new feature added to Dynamics 365 v9.1 but unfortunately, this feature is available only for UCI as of now, so enabling… Read More »

PowerApps Portals, AI Builder, 400 new features et al – The “Wow” experience at MBAS 2019

Well, even “Wow” would be an understatement. Yes, that’s what we have experienced at our first Microsoft Business Application Summit 2019 which was recently wrapped up at Atlanta. Our Booth 22 was just buzzing with more and more interactive discussions on how we could together move ahead on this journey of digital transformation on Power… Read More »

Schedule, Track and Manage Alerts in Dynamics 365 CRM the smart way with our new upcoming App – Alerts4Dynamics!

We are in the season of new releases! All our products are being polished with new features and soon there will be a wave of updates to revolutionize your Dynamics 365 experience. As you know, Dynamics 365 is a vast system that has innumerable processes running in synchronization and since number of users working in… Read More »

Execute Action with ColumnSet(ComplexType) type parameter Using Xrm.WebApi.online.execute in Dynamics 365 CRM V9.0

Introduction Microsoft has introduced Xrm.WebApi.online.execute to execute an action in Dynamics CRM version 9.0. In our last blog we have seen how to Execute action using Xrm.WebApi.online.execute in Dynamics CRM. In this blog we will see how to execute action with “ColumnSet(ComplexType)” type property. Here we are executing “GenerateQuoteFromOpportunity” action for sample purpose as this action contains… Read More »