Bhubaneswar, Odisha, India
+91-8328865778
support@softchief.com

Blog

Change the Record count per page in Dynamics 365 Tables

Login Dynamics 365 and Load Any App (Example Sales hub). Click on Top right Gear icon to select Personalization Settings. Now in general TAB and select Record Per Page option. Change from 50 to your desired count then click OK.

If you do not see apps on Home Page click Sync Button

Sometimes apps such as Model-driven app, canvas app are not showing on the home page of dynamics 365. If you do not see your app on the home page then click on Sync button and after Sync button process ends you can see your Apps.

How to subscribe your Office 365 E5 Trial version for Dynamics 365 Online Application

Login Office 365 Admin Center and Click Admin option. Click on Billing-> Purchase Services. Scroll Down to select Office 365 App. Select Office 365 E5 and click the app. Now you can click on Get Trial option. If you have already taken trial you can click on Manage Trial to Extend Trial.

How can you immediately Logout a user forcibly from Dynamics 365

Sometimes due to some security reason or other issues we need to forcibly logout a user from all sessions. To do that we have to use the Sign out from all sessions feature of Office Admin center. Login Office Admin Center and click users-> Active users->Select user and click on the user name. One the…
Read more

How to assign Dynamics 365 app subscription to a User in your organization

First Login to Office 365 Admin Center using your organization credential. Then choose Users from sitemap and Click on Active User. Now select the user for which you want to add subscription. Then click on Manage Product Licenses option Now when you click Manage Product License the slide window will open where you should click…
Read more

How to check if your role is Global Admin in Office Admin Center

Sometimes we need to have a Global Admin Role so that we can Approve Email for other users in the organization when we try to integrate outlook mailbox with Dynamics 365. So here is the way to check the user role for Online Dynamics 365. Login Office.com using your organization credential. When the Office 365…
Read more

Execute vs ExecuteMultipleRequest vs ExecuteTransactionRequest in Dynamics 365

1) Execute We can use Execute method for any D365transaction request without using service methods such as Create,Update, Delete etc.. in the IOrganizationService to perform common operations. We can use Request and Response classes with the Execute method to do any transaction with D365. The Execute method takes a message request class as a parameter and returns a message…
Read more

OOPS Concepts In C#

Object-Oriented Programming is a programming model that works on a principle that revolves around objects rather than action or logic. It allows the users to create objects based on the requirement and then create methods to operate upon those objects. Namespace A namespace in C# is a collection of classes. It provides a structure to…
Read more

How to add Users in Dynamic 365 Application

As a part of product configuration every organization creates user for their Dynamics 365 platform or import users from excel sheets. In this post we will see below points. How to create a user for online Dynamics 365 How to search the user in Dynamics 365 How to assign security role for that newly created…
Read more

Working with Goals in Dynamics 365 Customer Engagement

Goals are very important part to any organization, as they can be used for compensation, bonuses, or even advancement within an organization. Dynamics 365 provides the ability to define and work with goals. Some examples of goals might include: A salesperson might have targets for a certain amount of ‘won’ opportunities where ‘in-progress’ and ‘won’…
Read more

Add a button on Form Ribbon in Dynamics 365 Customer Engagement using Ribbon workbench and Form Context to Display Form Field Value

In this post we will see how to add buttons on an Entity form and attach a JavaScript event to interact with Form Fields using Form Context except Xrm.Page as Xrm.Page will not be used in future as per recommended by Microsoft. So let’s start. First we have to create a JavaScript web resource named…
Read more

Working with Calculated Fields in Dynamics 365 Customer Engagement

Calculated fields are the fields for which the value can be automatically calculated using some conditions and formulae in design time. The value will be automatically assigned to the field once the conditions are satisfied. For example, if I want to have a functionality to store the next birthday automatically of a specific contact after…
Read more

Connect Dynamics 365 from Console Application using C#.NET

We can use organization service end point to connect online Dynamics 365 entities from Console application using C#. Lets see how to do that, Step-1 : Create Console App and add the code below in your code. Update your username and password and org. Step-2 : It requires assemblies of SDK and you can install…
Read more

Syllabus for Dynamics 365 Customer Engagement Functional Training

Here is the complete syllabus for Functional Training in Dynamics 365 Customer Engagement.

How to display Confirm Dialog box using JavaScript in Dynamics 365 CE

Normally in JavaScript we use window.confirm to display a dialog box but in Dynamics 365 CE we use Xrm.Navigation objects. Lets see how we can display confirm dialog box in below video.

How to call a JavaScript web resource in an HTML web resource in Dynamics 365 CE.

In our day to day development activities we create web resources and more often we need to call JavaScript web resources in an HTML web resource. In this video I explained how we can do that. KEYWORDS: How to call one web resource in another web resource in Dynamics 365 Refer one web resource in…
Read more

How to install Sample Data in Dynamics 365 CE

Normally when we subscribe the trial version it does not come with sample data. It is very time taken process to configure data so the easy way to have some sample data is to follow the advanced settings area to enable Sample Data. KEYWORDS: How to install sample data in Dynamics 365

New way of subscribing Trial version – Dynamics 365 CE

Microsoft is updating the process of trial version subscription of Dynamics 365 keeping Power Platform in mind. So lets see how we can subscribe 30 days trial using new process. Follow the below video to know more. Please subscribe for free videos everyday. Subscribe HERE. For any Training queries on Dynamics 365 & Power Platform…
Read more

How to be a MCT (Microsoft Certified Trainer)

If you want to be Microsoft Certified Trainer. With the video below to understand the benefits and enrollment process of MCT.

MB-210 Certification Exam – easy steps to clear

Hello everyone. In this post I will discuss some easy steps to understand how to pass MB-210 Exam :Microsoft Dynamics 365 Sales. Many people has given many ways to follow some are complex steps and some are time consuming. I am giving some specified steps to clear the exam by which I have cleared the…
Read more

MB-200 – Easy steps to pass the certification exam

Hello everyone. In this post I will discuss some easy steps to understand how to pass MB-200 Exam : Microsoft Power Platform + Dynamics 365 Core. Many people has given many ways to follow some are complex steps and some are time consuming. I am giving some specified steps to clear the exam by which…
Read more

How to call Power Automate Flow from Power Virtual Agent

In my previous blog I have discussed regarding the introduction and demo on Power virtual agent. If you have not yet visited then check here. In this post I will discuss how we can integrate Microsoft Power Automate (Flow) with Microsoft Power Virtual Agent. We will first design a Power Automate and use Power virtual…
Read more

Introduction to Power Virtual Agents – Microsoft Power Platform Chat-bots

What is Power Virtual Agent The Power Virtual Agent is another pillar of Microsoft Power Platform Ecosystem which provides exceptional support to customers and employees with AI-driven virtual agents. Easily create and maintain bots with a no-code interface. The Chat-bots save time of agents and money of Company. The benefits of Chat-bots are very much…
Read more

Working with Entities in CDS

Introduction to CDS Common Data Service provides us to securely store and manage data that’s used by business applications such as Dynamics 365, Power Apps, Power BI, Power Automate and other business applications.  It is a platform that allows users to quickly integrate programs, build new custom applications, and create automated workflows. Data within Common…
Read more

Scenario based Dynamics 365 Customer Engagement Questions

Plugins How will you implement custom auditing feature in Dynamics CRM as OOB auditing is not good for reporting purpose? On update of any address fields on account entity, you need to re-build string of new complete address and save it into a custom address field on the same account. How will you achieve this?…
Read more

Working with Email Templates in Dynamics 365

In this post we will see how to create Email Templates in Dynamics 365 CE. Email Template is a predefined email layout, that may already include content like images or text. Rather than create a new email from scratch each time, we can use a template as a base. Templates are also handy for making sure email designs follow brand guidelines. We can create two types…
Read more