Posts

Introduction to Microsoft Copilot : Transforming Productivity with AI

Image
Hello Guys, how are you? Hope you all are doing great.  Today, I am going to introduce you to a new technology that can completely change the way you learn, develop, and work. Yes, I am talking about Microsoft Copilot. Artificial Intelligence is growing rapidly, and Microsoft Copilot is one of the most powerful AI tools introduced by Microsoft. It helps users write content, analyze data, create presentations, summarize meetings, and even assist developers in writing code. Whether you are a student, working professional, developer, or business owner, Microsoft Copilot can help make your daily tasks faster, smarter, and easier. First of all we will understand what Microsoft Copilot is:  Microsoft Copilot is an AI-powered assistant developed by Microsoft and integrated across its applications and services ecosystem. It leverages advanced AI models, including technology from OpenAI, to deliver intelligent suggestions, generate content, and provide real-time assistance to users. In...

How to Use Components in Canvas Apps for Reusable UI

Image
Hello Guys, In our previous  blog , we discussed about how to open canvas app using external website control. Today, we will see how to create component for canvas app. Do follow us to know more about Dynamics and Power Platform.  Also if you like our blog then please comment and share this blog with your friends. So first of all we will be creating a canvas app as shown below: Now we will be creating a component. Click on Components and click on New component. So we have created a new component named cmpHeader. Now we will be using this componet in our main app. Click on Insert and search for cmpHeader. As you can see, we are able to use component in main scree.  In our upcoming blogs we will learn more about component. Hope it helps...

Power Apps Tutorial: How to get list of Power Automate Flows.

Image
Hello Guys, In our previous  blog , we discussed about polymorphic lookups. Today, we will see how to get list of PA flows. Do follow us to know more about Dynamics and Power Platform.  Also if you like our blog then please comment and share this blog with your friends. There are many situations where administrators and developers need to retrieve a list of Power Automate flows running in a Power Platform environment. As the number of flows grows over time, it becomes difficult to track which flows are actively used, who owns them, and how they impact overall system performance and scalability. Having visibility into all flows within an environment is essential for governance, performance monitoring, troubleshooting, licensing optimization, and security compliance. In this blog, we will explore different ways to get a list of Power Automate flows in the Power Platform and understand when and why each approach should be used. In large organizations, it is common to have hundred...

Power Apps Tutorial: How to Open Canvas App Using External Website Control.

Image
Hello Guys, In our previous  blog , we discussed about polymorphic lookups. Today, we will see how to call canvas app in model driven app using External Website control. Do follow us to know more about Dynamics and Power Platform.  Also if you like our blog then please comment and share this blog with your friends. As you can see, we have a Department record which is showing the IT department information. Now we will add a new tab named Employee. This tab will contain an External Website Control, which we will use to load the Canvas App. After adding the tab, the Employee tab is visible on the form. Next, we will create a Canvas Application which will display employee information. The Canvas App has been created successfully. Now we need to get the URL of the Canvas App. To get the URL: Go to the Canvas App Click on Details Copy the Web link / App URL We will use this URL to open the Canvas App inside the External Website control. Next, we will create a JavaScript Web Resource...

Workflows in Power Platform – Frequently Asked Interview Questions.

Image
Hello Guys, In our previous  blog , we discussed some useful tips to prepare for interviews on Ribbon workbench. Today, we will look at some important Workflow tips and interview questions related to Dynamics 365 CRM. Do follow us to know more about Dynamics and Power Platform.  Also if you like our blog then please comment and share this blog with your friends. Let's see what questions can be asked: 1. What are workflows in D365 CRM? In Dynamics 365 CRM, Workflows are used to automate business processes without writing code. Workflows are triggered by events also can be called manually. 2. Which trigger events can be used to initiate a workflow in Dynamics 365 CRM? Below are the triggers available for calling workflows. 1. Record is Created. Triggered when a new record is created. Example: Automatically assign an owner when a Lead is created. 2. Record is Updated. Triggered when specific fields or any field is updated. Example: Send an email when Status or Priority ...

Ribbon Workbench in Power Platform – Frequently Asked Interview Questions.

Image
Hello Guys, In our previous  blog , we discussed some useful tips to prepare for interviews on JavaScript. Today, we will look at some important Ribbon Workbench tips and interview questions related to Dynamics 365 CRM. Do follow us to know more about Dynamics and Power Platform.  Also if you like our blog then please comment and share this blog with your friends. Let's see what questions can be asked by interviewers. 1. How to create a custom command bar button for an entity in Dynamics 365 CRM? In Dynamics 365 CRM (Model-driven apps), custom buttons are created by customizing the Command Bar. Microsoft recommends using the modern Command Bar with Power Fx, whereas the Ribbon Workbench is a legacy method used in older implementations. 2. What are the basic steps involved in creating a custom button using Ribbon Workbench in Dynamics 365 CRM? First, install Ribbon Workbench and create a solution that includes the target entity. Then open the solution in Ribbon Workbe...

JavaScript in Power Platform – Frequently Asked Interview Questions.

Image
Hello Guys, In our previous blog , we discussed some useful tips to prepare for interviews on Business Rules. Today, we will look at some important JavaScript tips and interview questions related to Dynamics 365 CRM. Do follow us to know more about Dynamics and Power Platform.  Also if you like our blog then please comment and share this blog with your friends. The client API object model for model driven apps provides you objects and methods that you can use to apply custom business logic in model driven app using JavaScript. These includes: Gets or sets attribute value. Show and hide user interface elements. Reference multiple controls per attribute. Access multiple forms per entity. Manipulate form navigation items. Interact with the business process flow control. Let's see what questions can be asked by interviewers. 1. How do we start using JavaScript in Dynamics 365 CRM? The First Step to Use JavaScript in Dynamics 365 CRM (Dataverse) JavaScript cannot run directly in Dy...