Recently, I encountered a frustrating error while trying to modify the length of a text field in Dataverse. The error message was: "Sql error: Generic SQL error. CRM ErrorCode: -2147204784 Sql ErrorCode: -2146232060 Sql Number: 5074" Initially, I checked for any dependencies related to my field but found none. After several hours of investigation, I … Continue reading Resolving the Generic SQL Error on Column Definition Update in Dataverse
Uncategorized
Dynamics 365 Developer Toolkit reborn as Power Platform Tools for Visual Studio 2019
Integrate the approval center into a model driven app/Dynamics 365 CE
Power Automate provides a standard solution to manage approvals in a Dataverse environment. Approval requests can be easily generated from cloud flows. Users have the ability to view and respond to approval requests from email, teams or the approval center which is accessible from the power automate website only. Today, I will present a way … Continue reading Integrate the approval center into a model driven app/Dynamics 365 CE
How to set up complex conditions for business process flow ?
Business Process Flow (BPF) is a very useful tool to standardize data entry on a model driven app. In simple cases, a linear BPF is a good option. However, in more complex scenarios, a BPF can be enhanced by using branching. I will discuss on this blog the limitations and workarounds concerning branching conditions.I was … Continue reading How to set up complex conditions for business process flow ?
How do I know what permissions a user’s security role requires to perform an operation?
The problem: A member of the community recently asked what privilege should be added to a security role in order to revise a quote. In effect, it explains that the role seems to have sufficient privileges to perform this action, but an error message shows up when the quote is revised. Below is the security … Continue reading How do I know what permissions a user’s security role requires to perform an operation?
Default legacy app can be hidden for end users but is still accessible through direct URL (workaround)
The legacy web client app, also known as Dynamics 365 - custom, can be hidden from end users. Documentation: https://docs.microsoft.com/en-us/power-platform/admin/enable-unified-interface-only#dynamics-365---custom On the other hand I noticed that the application is still accessible via the following URL:https://orgname.crm4.dynamics.com/main.aspx?app=d365default&forceUCI=1 By contacting Microsoft support, I've been confirmed that this is by design, as of now there are no plans to … Continue reading Default legacy app can be hidden for end users but is still accessible through direct URL (workaround)