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

Category: Dynamics 365 CRM

How to Set a Lookup Field Value in Power Automate with Dataverse Connector

In Power Automate, working with Dataverse often involves updating records with related data. A common scenario is setting a lookup field value, which creates a relationship between two records. In this blog post, we’ll walk through the steps to set a lookup field value in Power Automate using Dataverse. Sometimes also if you have not…
Read more

Top 15 Free Web APIs for Developers to Use for Testing Purposes with Sample Code in jQuery

1. JSONPlaceholder URL: JSONPlaceholder Description: JSONPlaceholder is a free fake online REST API that you can use for testing and prototyping. It provides a variety of endpoints for posts, comments, albums, photos, users, and more. Get all request and response HERE. Use Cases: Sample Code Request Response 2. Reqres URL: Reqres Description: Reqres is a…
Read more

14 Most used realtime business use case for Plugin scenario based snippets in Dataverse/ Dynamics 365

Here is a list of sample Plugin Scenarios we mostly use in real live projects 1. Automatically generate a unique account number when a new account is created. Scenario: Automatically generate a unique account number when a new account is created. Explanation: This plugin triggers on the creation of a new account and assigns a…
Read more

Interview Questions and Answers Dynamics 365 CE and Power Platform – Ultimate Guide

Dynamics 365 Customer Engagement (CE) and the Power Platform are two powerful tools from Microsoft that are revolutionizing business operations. With a growing demand for professionals skilled in these technologies, it’s crucial to be well-prepared for job interviews. This ultimate guide covers key interview questions and answers to help you ace your Dynamics 365 CE…
Read more

Send basic in-app notifications using Javascript in Model Driven App Dataverse

The Final Result will be given below. Watch video here or scroll down to read the article. Step : 1 – Enable the Model Driven App Feature First of all, you need to enable in-app Notification feature for your model driven app using Settings option in editing mode of your model driven app and Save…
Read more

Show/Hide Command Button depending on current user security Role Code Snippet without network call request

Here is a code snippet by which you can show/hide command buttons by checking Current user Security Role in background or Async way. This way it is now free to interact with the page while the request is performing background job getting data.  No more freezing of the user interface while the page is loading! The…
Read more

Sample Synchronus & Asynchronous Codes For Dataverse Model Driven App to Enable/Disable Command Bar Button in Model Driven App Power Apps

Lets take a scenario on Command Button Enable Rule. Here is a Synchronus code. Here is the Asynchronus relevant code for above using Promises. before using this make sure to enablke the feature for your Model driven app for Async OnSave, Async OnLoad. Here we ae wrapping the request handlers in a Promise and resolving…
Read more

Async OnLoad and Async OnSave Feature Walkthrough with Demo in Model Driven App Power Apps Dataverse

In the ever-evolving world of web development, optimizing performance is crucial. One key strategy to achieve this is transitioning from synchronous to asynchronous requests in your model-driven applications. This approach not only enhances responsiveness but also provides a smoother user experience. In this blog, we’ll explore why this transition is beneficial and provide a practical…
Read more

Mobile Offline Access Model Driven Apps – practical Configuration

Creating offline access for Model-Driven Apps in Power Apps is essential for ensuring your users can continue their work even when they are not connected to the internet. Here’s a practical guide on configuring your Model-Driven Apps for offline use: Watch the below video or scroll to read the article. Step-by-Step Guide to Configure Offline…
Read more

Change Tracking Entities – Concept and Understanding in Dataverse

In the dynamic world of business applications, managing and monitoring data changes efficiently is crucial. Microsoft Dataverse, a key component of the Power Platform, offers robust capabilities to track changes in data entities. This feature, known as Change Tracking, is indispensable for ensuring data integrity, facilitating integration with external systems, and optimizing performance. In this…
Read more

20 Most commonly used JavaScript Scenarios with Sample code Snippet in Form Script Dataverse/ Dynamics 365 CE

JavaScript is a powerful tool when working with Dataverse (formerly known as Common Data Service) and Dynamics 365 Customer Engagement (CE). It allows developers to create custom functionalities, validate data, and enhance user interactions. Below, we’ll explore some of the most commonly used JavaScript scenarios with sample code snippets to help you get started. For…
Read more

Decrement field value automatically using workflow in dataverse or dynamics 365

In Dataverse (formerly known as Common Data Service) or Dynamics 365, you can decrement a field value automatically using workflows. Here’s a general outline of how you can achieve this using a workflow: Here’s a more detailed step: This operator selection can be extended to use Decrement By, Increment By, Set TO and Multiply by…
Read more

Solution Dependency in Power Apps Solution Mangement

Power Apps is Microsoft’s suite of apps, services, connectors, and data platform that provides a rapid application development environment. One of the key features that make Power Apps powerful is its ability to manage and deploy solutions across different environments efficiently. When working with multiple components or customizations within Power Apps, understanding solution dependency becomes…
Read more

Complete Integration Strategy (Dataverse & Third Parties)

In this post, you will come to know how to integrate third parties with Dataverse using different scenarios. This section will explain how you can use no code way to integrate third party apps from Dataverse. You can use below No-code Less-code way of integration. Dataverse Integration with Microsoft 365 Native Apps. For Native apps…
Read more

Open View as Dialog using command button and send update data from Dialog view using command button navigateTO

Step 1 : open a view as dialog from subgrid command use below code on command button on form. Step 2 : Call script on home grid command button on the dialog entity view use below code. Hope this helps.

HTML Web Resource – Open as Dialog using NavigateTo and pass data from Form to HTML and back to Form

In this post you can understand how to open a html web resource as a dialog using NavigateTo client API and pass data between HTML and FORM. Step 1 : Create a HTMl Web Resource and Add the Web resource on Form. Use below code for HTML Web resource. Step 2 : Add script on…
Read more

How to get job after completing MCA, BTech, BE, MTech, BSc, +2, +3

I am writing this post to help many candidates out there, who are either persuing MCA, BTech or completed the degree and searching for jobs or trying to find out the job scope. This question, How to get a job after MCA/BTech/MTech? is a very crucial question which comes by default to mind when we…
Read more

System Jobs in Dataverse/ Dynamics 365 Status Information

Here is a list of status information you can refer for better understanding System Jobs. In Dynamics 365, a system job refers to background processes or tasks that are executed by the system to perform various operations within the application. These jobs are typically initiated by the system itself or by users through configurations such…
Read more

[Sample Code] Set Lookup View dynamically in Dynamics 365 or Power Apps Model driven app form

Here is a sample code you can use to dynamically set the lookup view conditionally in Dynamics 365 or Model driven power apps. Remember to pass execution context from FORM to JS. Hope this helps.

Understanding Scope in Business Rule in Dynamics 365 or Dataverse

In Dynamics 365/ Dataverse, business rules are used to apply logic and automation to form fields and data within the system. The scope of a business rule refers to the extent to which the rule applies within the Dynamics 365 or Dataverse environment. There are three main aspects to consider regarding the scope of a…
Read more

Top 20 Best Practices in Dynamics 365 & Power Platform while working with plugins, custom workflows, javscript, web resources

Here you will find some important best Practices you can folow while working with Power Paltform and Dynamics 365 Apps. All these Best Practices are recommended by Microsoft for better solution management and performance. Sl No. Description 1 Avoid duplicate Dataverse plug-in registrations.Duplicate plug-in step registration will cause the plug-in to fire multiple times on…
Read more

Open an entity view in javascript power apps model driven app

Below code can be used to Open an entity view in javascript power apps model driven app. Hope this helps.

Open an existing entity record within a dialog box in model driven app power Apps

The below code can be used to Open an existing entity record within a dialog box in model driven app power Apps. hope it helps.

Open an entity form in the create mode within a dialog box pop-up in model driven app power apps javascript

The below code will be used to Open an entity form in the create mode within a dialog box pop-up. Hope it helps.

Navigation Property for Lookup Field in Xrm.WebAPI Create – How to use

In this below blog, you will come to know how to use assign value to single lookup field and polymorphic lookup field while passing data in Xrm.WebAPI request in Javascript for Dataverse Power Apps Single Entity Lookup If you want to assign value of a lookup field which is associated with a single entity then…
Read more