Adding custom icons to your subgrid not only makes the experience more interactive and enjoyable but also leverages the adage "a picture is worth a thousand words" by enhancing the user interface to be more engaging and informative. A notable feature of Dynamics allows for the conditional inclusion of custom icons, which adds a dynamic … Continue reading Incorporate Custom Icons with Tooltips into a Grid Column
Category: Client Script
Enhancing Model-Driven Power Apps with Custom Pages
Custom pages in Power Apps blend the flexibility of canvas apps with the structured approach of model-driven development, elevating the app creation process. These pages enable the integration of multiple tables, facilitate defining interactions, and empower users with low-code tools to craft versatile pages, dialogs, or panes. Each custom page represents a distinct element within … Continue reading Enhancing Model-Driven Power Apps with Custom Pages
Exploring JavaScript Debugging Techniques: Disabling Event Handlers and Beyond
Are you facing common challenges when working with model-driven app forms? In this article, we'll delve into troubleshooting techniques to help you overcome these issues and optimize your experience with these forms. Deactivating the Command Bar Sometimes, you may want to disable the command bar on your form pages. With the "DisableFormCommandbar" feature, you can … Continue reading Exploring JavaScript Debugging Techniques: Disabling Event Handlers and Beyond
Managing Side Panes in Model-Driven Applications through Scripting
Side panes in PowerApps allow developers to enhance the user interface of model-driven applications. With the Xrm.App.sidePanes API, developers can create and manage side panes, enabling navigation to different forms or custom pages within the app. There are also tips available for managing the side pane, such as collapsing it. To learn more, you can … Continue reading Managing Side Panes in Model-Driven Applications through Scripting
[PowerTips] Hide button for non-admin users without any scripting
Show and Hide ribbon button in PowerApps haven't change for so long. Most of the implementation are not using first party app or its core functionality thus some of buttons are not relevant for the business to have any value. Hiding the button is easy though using ribbon workbench by tampering the ribbon XML. Hiding … Continue reading [PowerTips] Hide button for non-admin users without any scripting
Form component control in model driven app (how to access child form data from parent main form)
Form component is a great control used to work with related table (entity) records on a table form within a Power App. You can work with related table records by adding a form component control to another table's main form.In the below example, the form component control is used to load the contact form in the … Continue reading Form component control in model driven app (how to access child form data from parent main form)
Confirmation dialog while saving Dataverse record
There are times we might need to have a confirmation dialog before saving the record and in the case of cancel, needs to refresh the form data to previous state. Confirmation dialog is achievable using the client side SDK scripts. It is pretty easy to put the confirmation dialog in the save event, the tricky … Continue reading Confirmation dialog while saving Dataverse record
Retrieving Environment Variable Values Using JavaScript: Simplifying Dynamics 365 Configuration
As applications grow in complexity, managing and maintaining Dynamics 365 environments becomes increasingly challenging. With multiple teams working on different aspects of the system, ensuring the correct values are used in the appropriate places can be a daunting task. To address this challenge, the utilization of environment variables proves beneficial. Environment variables are a powerful … Continue reading Retrieving Environment Variable Values Using JavaScript: Simplifying Dynamics 365 Configuration
Launch a New Entity Form within a Modal Popup with Data Prepopulated
In certain cases, there's a need to open a new form filled with prepopulated data, which could be derived from a parent record or set to specific default values. The NavigateTo method is designed to streamline this process, allowing for seamless navigation to a chosen table list, table record, HTML web resource, or custom page, … Continue reading Launch a New Entity Form within a Modal Popup with Data Prepopulated








