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

Blog

Open a webpage by clicking Create button for List in Power Portal

You can enable Create Record feature for a list control in power power portal. While enabling Create action feature you can choose either Form, Web page or URL to invoke target interface. Here I will tell you how you can open another page when use clicks Create button. First in Power Portal Studio open the…
Read more

Display current date and time on power portal page

Using Liquid tag you can display current date time on power portal web page. use the below liquid tag on web page to display datetime. <h3> {{ now }} </h3> Now the date will render. hope this helps.

Content Snippets in Microsoft Power Portal

Content snippets are small section of editable content that you can place in any webpage, web template of power portal for re-usable concept. You can define your content once and re-use anytime in your portal. Let take an example, You want to keep a formal notice in multiple pages in your power portal then instead of…
Read more

Progressive Web App (PWA) for Power Portal.

You can now convert Power Portal to a native app using PWA feature so that you can access portals using a native mobile app downloaded from app store. you can pin the app on screen and experience an native app like portal. Watch the complete video prepared by me here to understand practically how to…
Read more

Hide button on click in Command bar Dynamics 365 JavaScript

Follow the below method to hid a button after click in Dynamics 365 CE. The scenario is we have a button on contact entity form and when someone clicks the button it should open a confirm dialog and do some operation and at the same time hide the button which initially clicked on the form…
Read more

CRUD operation from HTML Web resource using javascript in Dynamics 365 CE CRM

Achieve CRUD operation using HTML Web resource in Dynamics 365 passing parameter from entity form. use the below JS web resource and HTML web resource. HTML Web Resource hope this helps.

Open HTML web resource on button click and pass data to web resource and display related records in table with paging, checkbox from dynamics 365

You can use JavaScript and Client API to open HTML web resource from Dynamics 365 Forms and pass data parameters to the web resource, read the parameter and fetch records using fetchXML from javascript in web resource. The below screenshot shows how the html web resource looks like when button is clicked. Watch video below…
Read more

How to share canvas Power Apps to your peers or other internal users to use

To share a Canvas app to other users navigate to Power Platform Admin center. https://admin.powerplatform.microsoft.com/ Open correct environment you are working. Select Power Apps which will list all power apps. Now select the canvas app from the list and click 3 dots option to choose Share. If you want to make the person as co-owner…
Read more

Configure template apps for Power BI easily

Template apps in Power BI are developed for sharing outside your organization. A template app workspace will be created for developing and releasing the app. So let us see how you can develop templates step wise. Step 1: Login Power BI and Subscribe Power BI Pro Trial Version First login to Power BI using https://powerbi.microsoft.com/…
Read more

New feature for Advanced Find in Power Apps, Now enjoy new UI for advanced find in Dynamics 365

First navigate to https://admin.powerplatform.microsoft.com/environments and then select correct environment. Now you will see an Update section. By default the 2022 release wave 1 is off. click on Manage. In the next side panel click on Update now. Note that the updates cannot be rolled back. If you want to see the new features which are…
Read more

Get Power Platform 2022 Wave 2 Release plan document free

Microsoft planned to release a lot of power feature inside power platform bundle. To go through all features navigate to the below address. https://docs.microsoft.com/en-us/power-platform-release-plan/2022wave1/index Download Release PDF Here : https://go.microsoft.com/fwlink/?linkid=2184918 For Wave 2, 2022 release plan navigate to below address: https://docs.microsoft.com/en-us/power-platform-release-plan/2021wave2/ Download PDF : https://go.microsoft.com/fwlink/?linkid=2167228 Hope this helps.

Dynamics 365 Release Plan Wave 1, 2022 Documents available here

If you want to read complete release notes of feature which are part of 2022 Wave 1 release of Dynamics 365 then follow these steps. Navigate to https://docs.microsoft.com/en-us/dynamics365/ Then click on menu sub link Release Plan. Now you will see all release plans you can get. Click on Dynamics 365 2021 release wave 1. If…
Read more

Restrict Users in BPF

Restrict Users in BPF using workflow.

Environment Variables usage in Power Apps

In this post we will see how to create environment variables in a solution. How to use environment variables in canvas app power apps. Watch the video below to learn more. hope this helps.

How to track employee entry and exit using Power Automate

The below apps will tell you How to track employee entry and exit using Power Automate. We can define an instant flow to track employee tracking of timing. Watch the video below to learn more. Hope this helps.

Merge duplicate records into one record in dynamics 365 CE – decide for merging

While working with dynamics 365 sometimes we face with duplicate records and we need to decide whether we will merge the new field information with existing record. Watch the video to learn more about merging. hope this helps. Dynamics 365 CE Functional Training Core Modules Sales, Marketing, Services, Field Service, Project Service Automation Configurations and…
Read more

Early Binding v/s Late Binding in Dynamics 365 Custom code

While writing custom code using dot net for dynamics 365 CE we can write code either using early-binding or late binding. There are many advantages and disadvantages in both lets look both and decide which one you can use. Late Binding In late binding we do not need to do entity class generation process. The…
Read more

Playbooks in Dynamics 365 CE Sales App

Playbooks feature can be used to automate the sales processes or events in the Dynamics 365 CE without knowing Dynamics 365 CE customizations like workflows, plugins, etc. meaning, we can set up automated processes like activities such as Phone Call, Email, Task by simply creating records in the CRM. Learn more about Playbooks such as…
Read more

Use filters no-code in Power Automate

While retrieving list items from Share Point you can use OData to filter record. Now in Power Automate you can use visual no-code functionality to build filter. This feature is in experimental so you have to enable the experimental feature first. Open power automate and in the setting icon click View all Power Automate Settings.…
Read more

How to configure a Custom Connector in Power Apps to call third party Web API

Microsoft has 200+ ready-made connectors to connect native and third party applications. But if the application connector is not available then we can build custom connector. The below screenshot shows a list of available connectors in Power Apps some are FREE and some are Premium connectors. Lets take an example of third party WEB API…
Read more

Get daily reminder from outlook.com using Power Automate

Login to Power Automate. Click on the Templates option and choose the template “Get daily reminders from your outlook email”. After selection the system will ask for outlook.com login. provide your credential of outlook.com and click Continue. Now you will see the trigger as Recurrence and action as send email. Choose the To address and…
Read more

Check page title and display dynamic text using liquid in power portal

Check page and use liquid. hope this helps.

Understanding Record Source Type setting in Basic Forms in Power Portal

Record Source Type setting is used to define how the information is passed to the form: There are 3 types of record source type can be used. Query String – This setting is default when you are creating a table form or a basic form in power portals Studio. When the page that contains the form is…
Read more

Add custom button in power portal list and open external site on click

You can open external URL by specifying URL option in grid configuration in a List in power portal. Go to Portal Management Model driven app and navigate to options, click on create. It will add a create section and in the target type choose URL. Mention the target URL in the box such as “https://logyscal.com/”.…
Read more

Download action in Power Portal Entity List configuration

In Power Portal Table List you can configure Download action option so that when you click the Download button the data from the list will be automatically downloaded in the system. For this open Portal Management Model Driven app and navigate to Lists. Select the List for which you want to enable and in the…
Read more

Use regular expression in Power Portal form field

Regular expression in JavaScript is very powerful way to validate a specific format of a field such as Email, Phone number etc. In Power Portal we can use regular expression to validate form fields without writing code just using configuration. Open the Basic form and go to Form Metadata. Add new form metadata of type…
Read more