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

Month: March 2022

Advanced Form in Power Portal Complete tutorial – Business Use Case and Practical Usage

Advanced Form in Power Portal gives advanced configuration designing Forms to interact with Dataverse. Here in this post I will explain by taking a business usecase. Business Use case Most of the Banking (BFS) and financial intuitions configure forms to apply loans online as a self service tool. You can leverage Portal Advanced form for…
Read more

How to display Advanced Form on Power Portal Page

Step 1: Create an Advance Form in Power Portal First create a Advance Form in Power Portal with Advanced Steps. Step 2: Create a Web Page and associate the Advanced form in lookup Step 3: In the Content Page of Web Page, associate the Advanced form in lookup From the localized content area choose the…
Read more

How to display icon in menu power portal

In power portal menu web link set you can display icon instead of text using font awesome classes. In the below screenshot I have a menu called as Student Page and I want to display an user icon instead of text. To change the text to icon navigate to Web link set which represents the…
Read more

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