Power Platform CLI: Installing, Connecting, and Selecting an Organization

Power Platform CLI: Installing, Connecting, and Selecting an Organization

I’ve been spending some time with the modern tooling and thought it would help to blog some of the step-by-step to help others. Install PAC CLI Open a command prompt and type pac to see if the Power Platforms CLI (command line interface) is installed on your machine. If you get an error (not found) you’ll need to install the PAC CLI. Go to https://aka.ms/PowerAppsCLI to download the installer. Then run the installer. If the CLI installs successfully than the pac command should run successfully and display a list of commands. ...

December 27, 2022 · 4 min · Nicolas Nowinski
Why the Microsoft Power Platform is the No-Code Low-Code Platform You Need Now

Why the Microsoft Power Platform is the No-Code Low-Code Platform You Need Now

What is the Power platform all about? I get this question a lot. The reality is that the Power platform is more than one thing and it can be “about” a lot of different things. PowerApps is a pixel-perfect mobile-first UX app creation for the enterprise. Common Data Service is a ready-to-go no-limits data service for building an application backend. PowerApps is the ability to rapidly build forms and views over that data service with minimal effort. Dynamics 365 is a series of commercial applications ready to run your business processes. Power BI is about analyzing and visualizing data from anywhere. Flow is integrating data from multiple services and automating business processes across those services. ...

September 1, 2018 · 3 min · Nicolas Nowinski
Microsoft Business Applications (PowerApps/Dynamics 365) at Inspire 2018

Microsoft Business Applications (PowerApps/Dynamics 365) at Inspire 2018

Microsoft Inspire 2018 wrapped up on Thursday (7/19) with a Bruno Mars concert. But, before the music there were a bunch of very useful sessions on Microsoft Business Applications (i.e., Dynamics 365, PowerApps, Flow, PowerBI, etc.) Yes, I know the marketing/branding still a bit unclear but hopefully that will be cleared up by James Phillips next week at the Microsoft Business Applications Summit in Seattle. You can find all the session videos from Microsoft Inspire 2018 on the web site. I’ve curated a handful of sessions that would be top of list in prioritizing. I still recommend going through the site and finding other sessions that may be of interest. ...

July 20, 2018 · 6 min · Nicolas Nowinski
Where to Get the Dynamics CRM SDK (Dynamics 365 SDK)

Where to Get the Dynamics CRM SDK (Dynamics 365 SDK)

As a Dynamics 365 (CRM) developer you have probably come to rely on the Dynamics CRM SDK over the years. With the release of Dynamics 365 Customer Engagement 9.0 (a.k.a. July 2017 Update) the old downloadable SDK has been replaced by an online document set and NuGet packages. This allows the SDK to become more of a living document where everyone is always referencing the most up-to-date information from Microsoft. Overall, I believe this is a big positive for developers which will make for a better development experience. ...

January 10, 2018 · 3 min · Nicolas Nowinski
Dynamics 365: Calculating Next Anniversary/Birthday Date

Dynamics 365: Calculating Next Anniversary/Birthday Date

A client of mine recently asked for support to show the next birthday for a contact. Often there will be an ask for a list view of contacts with a birthday in the next month. In this post I’m going to show you how to use a business rule and calculated fields to achieve this functionality without writing any code. This will be a a native calculated field so it can be used in lists, forms, queries, etc. ...

December 4, 2017 · 6 min · Nicolas Nowinski