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

Blog

Filter record using Lookup Field Power Automate Dataverse

When you are using LIST ROWS action in DataVerse connector and want to filter records using Lookup Field then use following way. If your lookup logical name is fbs_student then in filter use _fbs_student_value eq ‘<Dynamic value>’ Hope it helps.

Auto Populate Lookup Field in Power Page/Power Portal

Step1 – Create JSON Web Template to get Server Data First create a Web Template with JSON response type and get all required server data using Liquid code. Sample code given below. Step2 – Create a Page Template and call the Web Template Create a new Page Template and use the created Web Template without…
Read more

[Resolved] Time zone issues in date time field with Power Automate

Learn how to handle time zone issues in date time fields with Power Automate.

Different in hours between two date time fields in Power Automate

Different in hours between two date time fields in Power Automate. Use below Expression. div(sub(ticks(body(‘Convert_time_zone_2’)),ticks(body(‘Convert_time_zone’))),36000000000)

Change style using CSS of Entity List in Power Pages or Power Portal

You can use below CSS to change styles of an Entity List. Put the below code in the Web Template of the Web Page where you have placed the Entity List. Here We have added Padding, Border, Border-Radius for the Entity List. To know the exact html tag rendering of entity list, use Browser Developer…
Read more

Business Rule vs JavaScript in Power Apps

Here are the differences between Business Rule and JavaScript.

Launch external URL and pass parameter in command button powerfx

use the below code. hope this helps.

Confirm Dialog Box with Custom Button uses PowerFX in Model Driven App

Confirm Dialog Box with Custom Button uses PowerFX in Model Driven App. Watch the video below. Hope this helps.

Command Button to use multiple related tables in Model Driven app powerfx

Here is the code to act on related table records from command button on model driven app. Watch the video below or scroll for powerfx. Conditional Visibility Code Action Code Hope this helps.

Handle Error in Canvas App While calling Power Automate from Canvas App

Handle Error in Canvas App While calling Power Automate from Canvas App. Hope this helps.

Power Apps Error Handling in PowerFX with Patch function

Here is the code. Hope this helps.

Handle error in form submission in canvas app power apps

Handle error in form submission in canvas app power apps. watch below video.

Performance improvement in Power Apps Canvas APP

WATCH the video below to learn more.

Custom API in Power Apps / Dynamics 365 Tutorial step by step using Plugin registration tool

Watch the video below to learn developing custom API in Dataverse. Hope this helps.

Trigger Condition in Power Automate

To stop running power automate for unnecessary purpose, use Trigger Condition to save Quota. Watch the below video to learn. Hope this helps.

Model Driven Apps v/s Canvas Apps

Features Model Driven Apps Canvas Apps Data Source Dataverse Can connect multiple data sources such as SharePoint, SQL Server etc. User Interface UI is restricted as per Form Design. Full control on Layout Design. No restrictions on Page designs. Responsive By default Responsive Need to configure the Responsiveness using special components. Search Functionality Out-of-the-box search…
Read more

Hide Columns in Quick View conditionally with child form field value

Using Quick View form you can display parent table record info on child table form. But if there is a business need to hide some fields on child form conditionally by checking child record data then you have to write below script. Update above code as per your business need. hope this helps.

Filter child Lookup by parent lookup value in power pages or power portal

To Filter child Lookup by parent lookup value in power pages or power portal watch the video below.

Page permission in Power Pages or Power Portal

Power Pages are great way to build public facing websites. In this post you will come to how you can restrict some users to access a specific web page in power pages/portals. Watch the video below to learn.

Virtual Table for Integration in Dataverse Power Apps

In Power Apps, a virtual table is a type of table that is not physically stored in a data source, but rather created dynamically in memory. This allows you to manipulate and work with data that is not necessarily part of a specific data source, but can still be used in your app. In the…
Read more

How to decide when to use Dataverse Web API

Deciding when to use Dataverse Web API is very important to keep your code better quality. This post explains the same. The below image helps to decide.

Using PowerFX in custom pages

Here are some sample PowerFX you can use in Custom Page. Show Notification in Custom Page Navigate to another custom page Navigate to the default view of the table Navigate to specific system view of the table Navigate to the default form of the table for a selected item from gallery Navigate to a specific…
Read more

[Solved] Portal provisioning failed. You can retry portal provisioning or contact Microsoft support if this issue persists. while creating power pages site or power portal

Sometimes if you get errors while creating a custom portal or power page website like below then follow the procedure to solve this. The ERROR: Resolution: To solve this issue, navigate to https://portal.azure.com/ and then navigate to Azure Active Directory. Click Users and select the user who is trying to create the Portal/ Power Page…
Read more

Marketing content management in Dynamics 365

You can manage Images, videos and documents inside Dynamics 365 Marketing and tag them with keywords, so that you can use these library contents in marketing executions. Watch the below video for details walkthrough. Hope this helps.

[Solved] We’re having trouble communicating with the server – Event management registration Emulate payment

While Clicking Emulate Payment in Event Registration screen for demo marketing event, you can get below error. “We’re having trouble communicating with the server.” Check the resolution below. Resolution To resolve this add an Event Administration Settings record as below. In Marketing APP, navigate to Sitemap and select Settings then Event Administration and add new…
Read more

Event Planning in Dynamics 365 Marketing

Event Planning is a very important module in Dynamics 365 Marketing. In event planning you can manage Events, Participants, Venue, Logistics & Sponsors. Below diagram gives a full picture of event management practice. The Event Management module includes many concepts required for organizing events, bootcamps etc. Read the below points to understand details configuration. Venue…
Read more