Latest Microsoft Dynamics 365 Blogs | CloudFronts - Page 71

Send Emails using WebApi in MS CRM

Posted On January 25, 2019 by Admin Posted in Tagged in

Introduction: This blog explains how to Send Emails using WebApi in MS CRM. Request: Post URL:  <your instance url>/api/data/v9.1/ emails (<guid of the email record>)/Microsoft.Dynamics.CRM.SendEmail Header: Content-Type: application/json Parameter To be send in body: Parameter Value Comment IssueSend False If value is set as false, then email is market as sent only in MS CRM. IssueSend True … Continue reading Send Emails using WebApi in MS CRM

Share Story :

Ten Useful Features of XrmToolBox for Microsoft Dynamics 365/CRM

Introduction: XrmToolBox can be used to simplify many tasks. With so many tools now listed, a newcomer may wonder what others are using it for to maximum benefit. XrmToolBox is a Windows application that connects to Microsoft Dynamics 365 for Customer Engagement and Dynamics CRM, providing tools to ease customization and configuration tasks. It is shipped … Continue reading Ten Useful Features of XrmToolBox for Microsoft Dynamics 365/CRM

Share Story :

PBIVIZ Single Line Toggle Format Option Tip

We can add various Visual Formatting Options while developing a Power BI Custom Visual. One of them is the Toggle feature which is useful for adding or removing particular abilities to your visual or perform any similar boolean operations. The json bit for the toggle option looks like this. By default when you add a … Continue reading PBIVIZ Single Line Toggle Format Option Tip

Share Story :

Audit User Access in D365

One of the most common asks as an administration is to know when the user started accessing the system and from where. In your Dynamics 365 Customer Engagement apps, you can enable Auditing for User Access.   Enable Auditing of User Access You need to enable this feature once you enable Auditing on Organization level. … Continue reading Audit User Access in D365

Share Story :

Office 365 Admin: Quickly Enable Multi-factor authentication for users

Here’s your guide to quickly setup a multi-factor authentication for an Office 365 user. Manage Multi-Factor authentication Multi-factor authentication can be managed for the O365 under Services and add-ins. If you are in O365 Administrator, find the Services as shown below. You can find this service called ‘Azure multi-factor authentication’. Select it. Open the same … Continue reading Office 365 Admin: Quickly Enable Multi-factor authentication for users

Share Story :

Three Factors That will Surely make Digital Transformation a Success!

Introduction: Are you one of those traditional company who has been reeling under the burden of undergoing digital transformation just because there is enough buzz around and every other organization including your competitors are taking on their operational, human and several other business challenges head-ons with this digital transformation thing? You have no idea of … Continue reading Three Factors That will Surely make Digital Transformation a Success!

Share Story :

How to add Insights based News on CRM Dashboards

Introduction In the blog we are going to see how to add Insights based News related to Companies/People on the Dashboards in Dynamics CRM Pre Requisites Insight, powered by InsideView Dynamics 365 Customer Engagement Implementation Step 1: First we go the dashboard we want to customize and we add a web resource with the following … Continue reading How to add Insights based News on CRM Dashboards

Share Story :

3 Biggest all-time ERP Myths

Introduction: In my personal experience over the years, whenever I dealt with business owners, directors, and CTOs in the technology conferences and events, I come across many of them who always hold some misbeliefs about the Enterprise Resource Planning or ERP system. This persuaded me to pick and share some experiences and demystify topmost 3 … Continue reading 3 Biggest all-time ERP Myths

Share Story :

Create a Customer, Vendor, or Bank Account from a Contact

Introduction: Companies want to record some of contacts as customers, vendors, or bank accounts. Creating a customer, vendor, or bank account from a contact enables you use existing data. When you create a customer, vendor, or bank account this way, it is synchronized with the contact. Prerequisite: Setup Business relations Select Business relation codes in … Continue reading Create a Customer, Vendor, or Bank Account from a Contact

Share Story :

Creating an Email activity in MS CRM through WebApi

Posted On January 16, 2019 by Admin Posted in

Introduction: This blog explains how to Create an Email activity in MS CRM through WebApi Request: Post URL:  <your instance url>/api/data/v9.1/emails Header: Content-Type: application/json Prefer: return=representation Body: 1. Creating Email with resolved emails (To field of email is record in MS CRM). { “description” : “Email Created”, ///Email Body “[email protected]” : “/accounts(69C38067-EDB7-E811-A961-000D3A363C81)”, “subject” : “Test Email … Continue reading Creating an Email activity in MS CRM through WebApi

Share Story :

Secured By miniOrange