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

Month: June 2021

Check the History of Environments

Now you can see the history of Power Platform environments to see different operations performed in the environment. Administrators can see this history. Go to Power Platform Admin Center and click the Environment then click History. You can see the consolidated history. You can also see the full history using See Full History option.

Send Camera Image from Canvas APP to Power Automate and Save in SharePoint

Follow the steps below to achieve this. Step:1 – Create a Canvas APP with Camera and Image Control with a button Step:2 – Create a Power Automate with below Trigger and Actions Important Note : In File Content use the dataUriToBinary method. Step:3 – Call Power Automate from Button click using below functions. My Flow…
Read more

Update existing word template in Dynamics 365

Microsoft Dynamics 365 provides an EXPORT PDF functionality by which we can download QUOTE, Orders and other entities with related entities data as a PDF in a specific format. In the background it actually uses a word template and convert it to PDF. We can create our own template for our need otherwise we can…
Read more

Use Visual Studio Code for Power Portal app editing and development

In this blog, we will see how we can use Power Apps CLI with PowerApps Portal and how we can edit the PowerApps Portal using Power Platform VS Code Extension. Visual Studio Code (VS Code) is a powerful source code editor that runs on your desktop and with built-in support for JavaScript, TypeScript, and Node.js and has a…
Read more

Import Related Entity Records using Data Import in Dynamics 365 CE (Importing Lookup fields)

Data Import in Dynamics 365 is a very robust feature that we can use to import data from a .CSV file for any entity record such as Accounts, Contacts, Cases and many more. When it is single entity record with out lookup fields then its very straight forward process to import but when it requires…
Read more

Restore old version of your Canvas app for users so that you can fix issues in current version

Microsoft canvas Apps are awesome to design no-code apps for real world. in the course of application design we save our app in different versions. When we save canvas apps it asks whether you want to override old version or not. When we save a Canvas App it actually not published for live for users…
Read more

Display power Automate on Websites and Apps in Power Platform and Dynamics 365

Use flow widgets to integrate Power Automate into your app or website, giving your users a straightforward method to automate their personal or professional tasks. Iframes in a host document are used as flow widgets.  These widgets add Power Automate capabilities to a third-party app. Pre-requisites: A Microsoft Account or A work or school account You can…
Read more

Duplicate reference found for transformation output parameter Unit Group while importing product in Dynamics 365

Sometimes when you import products in Dynamics 365 you might have seen the below error : Cause: As the Product contains Unit Group and Primary Unit lookups so the lookups are resolved by name. so if there will be primary units with same name present for different unit groups or different unit groups with same…
Read more

CRUD Operation from Power Portal using WEB API Methods

We can perform crud operation from power portals using web API check the below code and watch the video to understand more, FULL CODE HERE

Create, Update, Delete records from Power Portals using Web API

Wrapper AJAX Function Create Record Update Record Delete Record Deactivate Record Read complete article here.

Plugin v/s Custom Workflow in Dynamics 365

PLUGINS CUSTOM WORKFLOWS Time out after 2 minutes. No Timeout restrictions. Good for short logics which executes faster. Good for Long running codes. Can trigger independently with messages in plugin registration tool configuration. Cannot trigger independently without a parent OOB workflow. More Triggers available in plugin registration tool. does not support more events except Create,…
Read more