Power Apps grids are a versatile tool that allows users to view and edit data in a table format within a Power App. There are several customizable properties included with the control that let users tailor the grid experience for that table. To modify any of these properties, select Edit in the corresponding row, and … Continue reading Never miss the Jump Bar with Alphabetic List to filter your views again!
Taking Your Model-driven App to the Next Level with Xrm.App.sidePanes
Side panes are a type of interface component that can display related information or actions to the user in a panel on the side of the screen. This can be particularly useful for improving the user experience by reducing the need to switch between different pages or tabs. Here's an example of how to use … Continue reading Taking Your Model-driven App to the Next Level with Xrm.App.sidePanes
[#PowerTip] Make a SharePoint document location as default
Dynamics 365 is a powerful customer relationship management (CRM) software that helps businesses manage their sales, marketing, and customer service operations. SharePoint, on the other hand, is a content management system that allows businesses to store, share, and collaborate on documents and other files. By integrating Dynamics 365 with SharePoint, businesses can leverage the strengths … Continue reading [#PowerTip] Make a SharePoint document location as default
Send notifications from the power automate flow to model-driven app
Power Automate allows you to send in-app notifications to users in Dynamics 365 model-driven apps. Here are the steps to follow: Create a new flow: Open the Power Automate designer and create a new flow. Add the "Create a new record" action: Select the "Create a new record" action and choose the "Notifications" entity. Configure … Continue reading Send notifications from the power automate flow to model-driven app
Notifications within model-driven apps
The notification table in Dynamics 365 stores notifications for each user and is designed to facilitate the sending and receiving of notifications within a model-driven app. When a new notification is created, it is stored in the notification table and the system automatically polls for new notifications for each user. The notification center displays all … Continue reading Notifications within model-driven apps
Plugin vs Entity scoped business rules
In Dataverse, a business rule is a declarative way to apply a set of conditions and actions in the system. Business rules in Dataverse can be scoped at the entity level and at the form level. The scope of a business rule in Dataverse determines which records and forms the rule applies to. There are … Continue reading Plugin vs Entity scoped business rules
Move D365 Marketing custom triggers between environments
Real-time marketing triggers in Dynamics 365 Marketing are a powerful tool for automating marketing processes and delivering personalized experiences to customers in real-time. These triggers allow you to define specific actions to take place in response to events within the platform, such as form submissions, email opens, or changes to specific fields in records. Custom … Continue reading Move D365 Marketing custom triggers between environments
Dataverse update security role privileges in bulk
Updating security roles in Dataverse, is an important task for ensuring the security and privacy of your business data. By assigning specific roles and permissions to users, you can control who has access to your data and what they can do with it. Updating security roles in Dataverse can be done in several ways, including … Continue reading Dataverse update security role privileges in bulk
SCOPE step in #PowerAutomate
A SCOPE step in Power Automate is used to define a set of actions that are executed as a single unit. It acts as a container for the actions that are included within it, and it helps to isolate those actions from other parts of the flow. This can be useful for a number of … Continue reading SCOPE step in #PowerAutomate
Filter Array #PowerAutomate
An array is a collection of data, such as a list of names, numbers, or objects. Power Automate allows you to filter arrays by specifying certain conditions, so that only the elements that meet those conditions will be included in the final output. For example, let's say you have an array of customer data, and … Continue reading Filter Array #PowerAutomate