November 17, 2024

How-to integrate Dynamics 365 and PowerApps?

Last spring update came with tons of new features in Dynamics 365 for Finance and Operations. However, Integrating PowerApps with Dynamics 365 was one of the productive feature for the end users. Now, you’ll be able to integrate a PowerApps directly into a Dynamics 365 from workspace! While this might be buried in conjunction with many others within the spring unharness, I feel this is often quite Probably one amongst the most important new feature. It holds the potential for vast productivity enhancements for users. This feature provides power users the Flexibility to increase business-processes, Produce compostable applications, decision external services or trigger “Flows”―all while not having to try to any code or development.

Following steps shows how to Integrate PowerApps with Dynamics 365:

  • In powerapps.com, on the Apps tab, click or tap the ellipsis ( . . . ), then Details,
  • Copy the App id from there,
  • Substitute the [App ID]value in the URI:

https://web.powerapps.com/webplayer/iframeapp?hideNavBar=true&source=iframe&appId=/providers/Microsoft.PowerApps/apps/579938ff-e1a0-4891-a8b9-8d69c103fd84

  • Embed your app in a website: Embedding your app is now as simple as adding the iframe to the HTML code for your Site.

http://<iframe width=”[W]” height=”[H]” src=”https://web.powerapps.com/webplayer/iframeapp?hideNavBar=true& source=website&screenColor=rgba(165,34,55,1)&appId=/providers/Microsoft.PowerApps/apps/[AppID]”/>

 

To add PowerApps inside Dynmaics365 as web resource:

  • If your website uses Azure Active Directory based authentication, you don’t need to sign in additionally
  • If your website uses any other authentication process or is not authenticated, your users see a sign-in prompt on the iframe. After they sign-in, they will be able to run the app as long as the author of the app has shared it with them

Steps:

  • Specify the width and height for App.
  • Specify the app id.

Example of a simple HTML code:

<!DOCTYPE html>

<html> <head>

<title>HTML Iframes</title>

</head>

<body>

<p>App Goes here…</p>

<iframe width=”250″ height=”250″ src=”https://web.powerapps.com/webplayer/iframeapp?hideNavBar=true&source=website&screenColor=rgba(165,34,55,1)&appId=/providers/Microsoft.PowerApps/apps/579938ff-e1a0-4891-a8b9-8d69c103fd84″ />

</body>

</html>

If you’re on Associate in Nursing older unharness of Dynamics AX, you’ll add this to the massive and growing list of compelling reasons to justify the move to consecutive generation of business applications from Microsoft. With D365 you currently have the ability to gather these compostable business applications to alter you to require advantage of the fashionable technology in Dynamics 365 and accelerate your digital transformation.

About The Author

Founder & CEO of Logol AG www.logol.com Microsoft MVP Business Solutions Active member of Scrum Alliance with the certifications CSM and CSP I got Microsoft MCP, MCPD, MCTS certifications as well.Logol, pioneering specialist in the field of cloud-enabled digital transformation, is the first operator specifically created to implement modular programs designed to unleash breakthrough innovation and rationalize business processes. Founded and directed by an award-winning expert tapping directly into the vision of leading IT companies and spearheading forward-thinking digitalization projects, Logol addresses the needs of enterprises in all sectors as they embrace new technologies and organizational change in the era big data and artificial intelligence. Logol helps organizations leverage the power of the most advanced cloud technologies, offering end-to-end consultancy for total digital transformation and business process automation, employing agile methodologies and change management techniques for smooth transitions towards new business paradigms. Digital transformation programs are a milestone in a company’s business evolution and can be the basis of their success. Accompanying clients as they transform their business processes, Logol assists them in rethinking not only the scope of their technologies, but also the strategy, mindset and company culture that make digital transformation viable and effective. As digital transformation programs are successful only if approached with the highest professional competence, Logol selects and employs brilliant professionals who demonstrate outstanding technical expertise in the most advanced information technologies, in depth strategic knowledge of business processes and innovation, and refined soft skills to better support people and organizations facing change. Logol is headquartered in Switzerland and addresses the needs of both public and private sector players by promoting a comprehensive and proactive approach to digital transformation as a necessary step for inclusion and competitiveness in today’s digital economy.

Related posts