Customizing Business Process Flows: Stage Validation Using JavaScript (Dynamics 365 / Dataverse)
Business Process Flows (BPF) in Dynamics 365 offer a structured way to guide users through a defined process. However, there are scenarios whe...
Business Process Flows (BPF) in Dynamics 365 offer a structured way to guide users through a defined process. However, there are scenarios whe...
The new Smart Grid Preview feature allows us to find, filter, and sort data with natural language. To enable it navigate to Environment >&...
Recently while trying to invoke the HTTP Request trigger, on passing the token we got the below error from the Postman Turned out that we miss...
Below is our final Power Automate Cloud Flow which uses the HTTP request trigger followed by Response action. The Allows Users = Specific user...
Recently we observed that our plugin registered on the Delete message of appointment on the PreValidation stage was not getting triggered when...
The Case Handling Time widget (preview) can be added to the Case Form, giving a focused way to track case resolution efficiency. By using this...
We might get the below error while using LINQ to query Dataverse – System.NotSupportedException: ‘The method ‘GroupJoin’ can...
We might get the below error while using LINQ to query Dataverse – “System.NotSupportedException: ‘Invalid ‘where’ condition...
Recently we migrated the Real-time marketing forms from our Dev environment to UAT environment using the Configuration Migration Tool. Here wh...
We can use the setIsValid method for validating field values in Model-driven apps. This method helps ensure that the data entered by users mee...