#dynamicscrm
Posts tagged with this topic.
Nov 15, 2025
In Dynamics CRM products, I'm not sure why the Microsoft Product Team isn't enforcing the same UI languages across platforms. For example, in the Customer Insights - Journeys form, they decided to hide the Command and Navigation Bar. Because of this "initiative", it causes some...
Nov 1, 2025
Today, we will learn how to make a simple (a low-code approach) way to do prevention of uploading malicious files into Dataverse using SharePoint! Did you know that, by default, all the files that we upload to SharePoint will be scanned automatically using Microsoft Defender for...
Oct 25, 2025
In Customer Insight, if you enable audit capability for the Journey table, the only way to view the audit history is through a backend operation or by using the "/tools/audit/audit_details.aspx" page. This page was introduced so long ago, and it is tough to navigate, as we need...
Sep 20, 2025
DocuSign is a cloud-based electronic signature platform that lets individuals and businesses sign, send, and manage documents digitally. In the Power Platform, specifically Power Automate itself, DocuSign publishes 2 connectors: the DocuSign connector and the DocuSign Demo...
Sep 13, 2025
I got asked by a customer how to get the interaction details of the Journey. By default, in the Journey that is on the status of Going Live or Completed, we can click on the Delivery funnel button to see the drill-down of the information: Delivery funnel information Then, it will...
Sep 7, 2025
Have you ever used the default Customer Insights - Marketing Forms? If yes, you will notice that the default URL generated is random: https://{server-load}/{organizationid}/digitalassets/forms/{msdynmkt_marketingformid} In the eyes of us tech-savvy, we probably don't really think...
Aug 31, 2025
Today's blog post will focus on how to export form submissions for Customer Insights - Dynamics 365. When we publish an event in Customer Insights and want to export the registration list for internal use, the data format itself is not user-friendly. Usually, we prefer CSV or any...
Aug 23, 2025
The bigger your Contacts/Accounts (Customers) data, the more it also consumes your Dataverse Database Capacity. I had a client who had a database overage problem, and further checking, the CustomerAddress table was on the list. If you open the table, you will find lots of empty...
Aug 2, 2025
I'm fairly certain that all of us agree that we are performing mundane code to obtain input parameters when developing custom APIs. For populating the context.PluginExecutionContext.InputParameters, we need to extract each parameter and cast the value to the correct data type,...
Jul 20, 2025
Azure Durable Functions is an extension of Azure Functions that offers specialized capabilities, including statefulness, orchestration, handling retries, and support for running long-running operations. The orchestration functions can help us group multiple processes and bundle...