Posts

Run a flow/Automate from a button on entity form. A ribbon workbench alternative coming up. A COMMAND BAR DESIGNER FOR MODEL-DRIVEN APPS(Preview)

Image
  Run a flow/Automate from a button on entity form. A ribbon workbench alternative coming up. A COMMAND BAR DESIGNER FOR MODEL-DRIVEN APPS(Preview) Remember the days if we have to customise the command bar and we have to poke around ribbon workbench created by  Scott Durow  which is part of the  XRM Toolbo x. It has served a greater purpose of customising the command bar. There was not an easy way provided by Microsoft to customise these command buttons. Till now. Microsoft is finally rolling out a new (preview) feature that is part of the configuration tools in Dynamics 365 which will allows us to configure the command bar/ribbon in model-driven apps. It is still in preview but it will get better from here. Let’s dive in to it. One of the common requirements from the entity form is to run some actions related to that record. Such as sending an email or getting information from external system or create some unrelated complex recorders etc. Flow is the easies...

Portals support for Microsoft Power Platform CLI - My take on development and deployment

Image
Resources : Overview of portals support for Microsoft Power Platform CLI Power Platform VS Code Extension Nuget package for PowerApps.CLI Deployment profile for different environments   Microsoft Power Platform CLI(Command Line Interface) is a simple, single-stop developer command-line interface that empowers developers and app makers to create code components. With portals support for Microsoft Power Platform CLI, you can now use offline-like capability for portals customization by making changes to the portals content. And once all customizations or changes are saved, upload them to the portal. To make my work simpler, I have create bat file to run the commands with the authentications.  I have provided the path of the pac.exe from the packages to run the command from my solution.   auth clear - clears the existing authentication profile, if there is any. auth create - create the credentials to connect with D365 CRM paportal download - downloads the portal fro...