To query ce from outside ce using webapi, follow below steps:- Prerequisites :- Azure ad application with secret generated (Azure Subscription should be with same Office 365 account as of your D365 instance-you can login to azure using your ce trail instance credentials) (Ref ms docs) 2. Application user created in ce with same... Continue Reading →
How to add new option set value in global option set using webapi in Dynamics 365 ce
I was trying to found out how we can add a new value to a global option set and below post request can do the same : https://vgrade2.api.crm8.dynamics.com/api/data/v9.1/InsertOptionValue { "OptionSetName": "new_test", "Label": { "LocalizedLabels": [ { "Label": "anewoptionsetlabel", "LanguageCode": 1033 } ] } } Output: { "@odata.context": "https://vgrade2.api.crm8.dynamics.com/api/data/v9.1/$metadata#Microsoft.Dynamics.CRM.InsertOptionValueResponse", "NewOptionValue": 100000005 } Be default it put... Continue Reading →
New Dynamics 365 certifications exams
You might be knowing that old certifications of dynamics 365, MB2-715 Microsoft Dynamics 365 Online Deployment MB2-716 Microsoft Dynamics 365 Customization and Configuration MB2-717 Microsoft Dynamics 365 for Sales MB2-718 Microsoft Dynamics 365 for Customer Service are going to expire on 30th June, 2019. It's time to gear up for new certifications guys and below... Continue Reading →
How to enable the new UI navigation in UCI in Dynamics 365 CE
I was trying to enable the new Navigation for UCI in Dynamics 365 CE which make the left hand menu items in sitemap to be expended by default. It is part of UI updates announced in Oct 2018. Details are available at blogs.msdn . This is the UI experience i wanted to enable in my d365 CE... Continue Reading →
How to generate early bound class for dynamics 365 CRM/CE
Below are the steps how we can generate early bound class for dynamics crm using crmsvcUtil :- Get latest crm sdk. Go to SDK\Bin folder, there you must see crmsvcUtil tool Open command prompt and go to SDK\Bin folder using "cd <sdk bin path>". For eg: If you have placed bin folder in c drive... Continue Reading →
MS CRM: How to convert word template into pdf using Microsoft Flow
Many times, when we use word template in dynamics crm to generate a template, we customer want the word template to be in pdf format rather than word which obviously seems more professional to send to their consumers and can't be edited directly. Unfortunately, so far, out of the box crm doesn't have any tool... Continue Reading →
How to override out of the box button’s behavior in ms crm
In crm, sometime we want to override the operation being performed by oob or we want to perform action only if certain conditions are met. In this post,i'll share how we can override the out of the box button's behavior. Scenario: We have deactivate button on account record. We want that only if field named... Continue Reading →
Types of Power apps: Canvas Apps and Model Driven Apps, Which to choose?
In Last post i discussed What is Microsoft Power app and why businesses should use it. In this post, i'll discuss the types of power apps available to build and how to choose the one suitable for your requirement. Power app is a platform which provide us the capability to build feature rich, no code , platform... Continue Reading →
Power apps : Understanding What it is and why to use it?
Businesses today doesn't want to stick around bulky applications which they have to log in using their computer and enter the data. They want beyond that, they want things to move quickly on their finger tips. They want to punch in things on the go, while traveling, just like browsing another app. They want to... Continue Reading →