Power Automate with Azure OpenAI Services to analyze Buyer Behaviour – an AI app by Inogic!

Azure OpenAI is a cloud-based service offered by Microsoft that provides access to advanced artificial intelligence models developed by OpenAI. It empowers developers to integrate these powerful models into their applications without requiring extensive expertise in AI development or infrastructure management. Inogic aims to transform the way businesses function by developing advanced AI-driven applications with… Read More »

Compose or Reply to Emails using Copilot

Microsoft is known for staying up to date with the latest technological developments. In the previous blog, we saw how to integrate Sales with Copilot and how to make sales more efficient. Now, let’s move on to explore the second part of composing an email and take a closer look at how it is done.… Read More »

How to configure a trigger to handle both GET and POST requests effectively using Power Automate

I recently encountered a client requirement that necessitated handling both “GET” and “POST” HTTP requests. While Azure Function offers a straightforward solution for such scenarios, the concern was it should be handled within Dynamics CRM. Faced with these constraints, I explored alternatives that would allow us to meet the client’s needs within the preferred environment.… Read More »

Master Microsoft Power Platform Development: A Developer’s Cheat Sheet in 2024

A common software development hurdle is the scarcity of time. While it’s widely acknowledged that merely increasing the number of developers doesn’t necessarily boost productivity, the inclination toward adopting new tools and technologies persists. The goal is to minimize code writing, expedite the development process, reduce susceptibility to bugs, and adhere to standards, especially in… Read More »

How to Know Browser and OS Details in Power Apps using Host Object

Recently, I was working on a project where we created a Login form in the Canvas App compatible with iPhone systems only. Throughout the development phase, we faced challenges in determining the client’s specifics like browser type or device, especially since our app needed to function across specific browsers and on iPhones. Upon conducting online… Read More »

Advisor matching in your organization by using Power Apps integrated virtual agent

Introduction In this blog post, we aim to provide guidance to beginners and new users of Power Apps. Our focus is on helping individuals enhance their knowledge of the platform by engaging with experienced advisors. We will cover the process of connecting with internal maker resources and utilizing integrated virtual agent chatbots in Power Apps.… Read More »

Detect & Manage Duplicate Data in Dynamics 365 CRM – OOB Duplicate Detection vs. Inogic’s Data DeDuplication App!

Duplicate data is one of the most common challenges in Microsoft Dynamics 365 CRM. When multiple records exist for the same customer, sales teams work with incomplete information, reports become inaccurate, and automation workflows break. Studies show that 15–30% of CRM records may contain duplicate entries, which directly impacts Dynamics 365 data accuracy and customer… Read More »

Unleashing the Power of ‘isDefaultPrevented()’ method in Dynamics 365

Introduction Dynamics 365 forms offer a powerful platform for customizing user interactions and logic using JavaScript. One often overlooked gem in this toolbox is the isDefaultPrevented() method. This little powerhouse is key to unlocking intricate control over your form’s save behavior, leading to smoother workflows and enhanced user experiences. The isDefaultPrevented() method is available on… Read More »