Dynamics 365 Customer Engagement
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap'); /* Base Component Styles */ #decision-matrix-component-container { font-family: 'Inter', sans-serif; background-color: #f8f7f4; color: #333; line-height: 1.5; } #decision-matrix-component-container h1, #decision-matrix-component-container h2, #decision-matrix-component-container h3 { margin: 0; padding: 0; } #decision-matrix-component-container…
Dynamics 365 Customer Engagement
Mayank Pujara’s AutoNumberUpdater plugin for the XrmToolBox is a great tool to add missing auto number values to an auto number field for an entity/table. In his blog…
📅 19 June 2024
👁 10 views
Dynamics 365 Customer Engagement
Mayank Pujara's AutoNumberUpdater plugin for the XrmToolBox is a great tool to add missing auto number values to an auto number field for an entity/table.In his blog you can find more details…
Dynamics 365 Customer Engagement
For data migration purposes I tried to copy files from one document library to another with the help of Power Automate's copy file action for SharePoint. At some point I realized that…
Dynamics 365 Customer Engagement
If you do not want to use the Apply to Each loop after a Dataverse List rows action you can use the following in a Dynamic Content / Expression box to directly…
Dynamics 365 Customer Engagement
In the customer service admin center app, if you open a "Record Creation and Update Rule" and go to Step two with the RCU items grid and you have more than 10…
Dynamics 365 Customer Engagement
As a developer or tester sometimes its really nice to have a direct way to update an attribute on the current record.To accomplish that you can simply bookmark a new page in…
Dynamics 365 Customer Engagement
Usually the Data Export Service (DES) automatically picks up changes on entities and creates new fields/columns in the Azure SQL database that is connected to your DES profile.Our experience was that this…
Dynamics 365 Customer Engagement
New Approach: Attention: Microsoft added this feature out of the box, so that the manual approach below is not required anymore. More to this can be found here:https://powerapps.microsoft.com/en-us/blog/power-bi-embedded-as-system-dashboard-in-model-driven-apps-preview/Old Approach: The general guideline…
Dynamics 365 Customer Engagement
Having read this nice tip from Ankita Chavan posted here https://crmtipoftheday.com/1351/flows-not-triggering-after-an-environment-copy/ it did not resolve our problem. Our instance was not in administration mode and it still did not work. This forced…