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

Blog

Encode URI and Decode URI in Power Automate

Follow the steps below to encode URI for strings and decode URI. Step 1 – Create a Flow Step 2 – Add parameter Step 3 – Add a compose step and use expression encodeUriComponent. Step 4 – Add another parameter as sample url Step 5 – Add a compose and use decode URI Now save…
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

All Power Automate Expressions with Example

Here is the list of all power automate expressions and formula. Hope it helps.

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 – Add on Form as control and pass data from Form to HTML and back to Form

Here you will come to how to Add HTML web resource on Form as control and pass data from Form to HTML and back to Form. Step 1 : Create a HTML Web resource and add the web resource on Form use below code for HTMl Web resource Step 2 : Call form load script…
Read more

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.

Open an HTML web resource in a dialog pop-up box

Here is a sample code to Open an HTML web resource in a dialog. Hope it helps.

How to redirect view when record deleted in javaScript in Power Apps

Here is the cide. You have to use NavigateTo API.

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

Exporting and Importing Solutions in Power Apps: A Comprehensive Guide

Introduction Power Apps solutions are a powerful tool for managing and deploying customizations. Solutions bundle components like entities, fields, views, charts, flows, and canvas apps into a single package, making it convenient to move them from one environment to another. Power Apps offers a robust solution framework that allows developers and administrators to package and…
Read more

ConfirmDialog in Power Apps using JavaScript

Using below code you can shoe a confirmation box using JavaScript which will display OK and Cancel Button. You can write your logic whn cancel button clicked and ok button clicked. Below code calls from On Save and restrict save operation if Cancel is clicked and OK button allowed to save the record. Pass executionContext…
Read more

Hide Form Field in Power Pages By using JavaScript

Introduction Power Pages, with its robust features and dynamic capabilities, empowers users to create compelling forms for various purposes. One essential aspect of form design is the ability to control the visibility of certain fields based on user interactions or specific conditions. In this blog post, we’ll delve into the techniques and best practices on…
Read more

How to Make Fields Read Only in Power Pages Form Using JavaScript

Introduction: Power Apps Portals empower users to create dynamic and engaging web experiences without delving into complex coding. In this blog post, we’ll explore how to make fields read-only in Power Pages forms using form metadata, ensuring a seamless and user-friendly portal customization process without the need for any code. this bellow link will helps…
Read more

OpenAlertDialog in JavaScript for Model Driven Power Apps – Display Pop-up Dilog

Using below code, you can open a dialog with dynamics values from the form in JavaScript in Model Driven App Power Apps Form. Watch video or scroll to read.

How to hide form fields using Business Rule

Introduction: In Dynamics 365, creating a user-friendly and streamlined interface is essential for enhancing the efficiency of data entry and management. One powerful tool at your disposal is Business Rules, which allows you to dynamically control the behavior of fields on a form. In this blog post, we will delve into the art of hiding…
Read more

How to show a recommendation in Business Rule with demo

Introduction: In the dynamic landscape of Dynamics 365, the ability to guide users through data entry and decision-making is paramount. Business Rules in Dynamics 365 offer a versatile toolkit, and one often overlooked feature is the capability to show recommendations. In this blog post, we will explore how to leverage Business Rules to display recommendations…
Read more

When to use Classic Workflow & Power Automate in Dataverse & Power Apps

As a solution architect/developer, its very important to find out THE BEST Solution for a business requirement in the era of AI and less-code no-code. Here is a table which explain how to decide when to use classic workflow and power automate. Features Classic Workflow Modern Flow (Power Automate) License Part of Dataverse Feature Power…
Read more