Dynamics 365 Customer Engagement
This post will explain how you can pre-populate fields with various data types (lookup, partylist, etc.) when a new table form is opened using the Xrm.Navigation.navigateTo method. There is a navigateTo (Client API reference)…
Dynamics 365 Customer Engagement
This post provides a resolution for the issue that the modern command button added to the Main Grid, Subgrid View or Associated View doesn't appear as expected after one or more grid…
Dynamics 365 Customer Engagement
Solutions are used to transport table metadata, apps, automations and other components from one environment to another in Dataverse or Power Platform projects. It is important to keep the solutions as simple…
Dynamics 365 Customer Engagement
This post will explain how you can refresh all the data of the main form when the user adds a new row to the child table by clicking on the + Add…
Dynamics 365 Customer Engagement
This post will explain how you can embed an audit history on the form of a table using an iFrame control and JavaScript. If you do not want the users to click…
Dynamics 365 Customer Engagement
Sometimes, there is a requirement to hide a column from a view (main grid or subgrid view) even though the column is required for the view to be functional. Since the column…
Dynamics 365 Customer Engagement
With the List Rows action of Microsoft Dataverse, we can use FetchXML to query the data. For such queries, all we need is to populate the Table name and Fetch Xml Query parameters. But…
Dynamics 365 Customer Engagement
With Word templates in Dynamics 365 or a model-driven app, users can generate and download standardised documents automatically populated with data from a particular row. There is also a process action called…
Dynamics 365 Customer Engagement
In the form designer for Power Apps model-driven app (or Dynamics 365 app), there is no way to add some styling to the labels of the controls (field, tab, section, grid, etc.).…
Dynamics 365 Customer Engagement
Recently, I developed a plugin which triggers on pre-operation stage. As typical pre-operation plug-ins, the logic is to intercept the InputParameters and modify them based on custom logic. After deploying the plug-in to the…