India’s Parul Chaudhary clocked a season’s best time in the qualification run but failed to make it to the women’s 3000m steeplechase final at the Paris 2024 Olympics on Sunday. At the Stade de France, Parul Chaudhary, a two-time Asian Games medallist, f…
Step-by-Step Guide to Install Updates to XrmToolBox Tools To maintain optimal performance and access new features, it’s important to install updates to XrmToolBox tools regularly. This guide will walk you through the process step by step. When you log into Xr…
Dynamic CRM 365 JavaScript best practice: These are the 5 refactorings I always do: Adding executionContext to functions; Passing the executionContext is the new way to access Xrm.Page. Make sure you flag ‘Pass execution context as first parameter’. Wai…
Continue ReadingHow to use Autonumber field in Model Driven Apps Autonumber fields are a type of field that automatically generates a unique, sequential number each time a new record is created in a Model-driven app. These fields are commonly used to assign unique identif…
Continue ReadingCalculated fields considerations You should be aware of certain conditions and limitations when working with calculated fields: Saved queries, charts, and visualizations can have a maximum of 10 unique calculated fields. The calculated field values are not…
Continue ReadingA Custom Workflow Activity Plugin is very similar to a Plugin exempt that it is executed from within a CRM Workflow, Whereas Plugins Are executed on Events that Occur on the Entity, So workflow Activities give you more control when the plugin will be execu…
Continue ReadingDifference Between Custom Workflow and Plugin: When we are using Plugin we have a number of triggers availble (called as Steps/Message) to trigger the plugin execution, Where Custom workflows are triggered by standard workflows available in CRM, that make …
Continue ReadingCustomer Journey In Dynamics 365 Marketing, a Customer Journey is an automated marketing campaign intended for a specific target audience. With a drag-and-drop journey designer, marketers create a customized pipeline or path consisting of steps to send per…
Continue ReadingWhat is Outbound Marketing? Outbound marketing is a broad term for messaging, advertisements, and other communications that attempt to attract sales lead prospects who might not be aware of your product, business, or service. Another distinction is that the…
Continue ReadingOn click of the Next/Submit button, a function named entityFormClientValidate is executed. You can extend this method to add custom validation logic. if (window.jQuery) { (function ($) { if (typeof (entityFormClientValidate) != ‘undefined’) { …
Continue ReadingI got used to work on a project that is implemented over Dynamics CRM online 2015. One of the main limitations that you will be exposed to in any dynamics CRM online project is the two-minute time limit for the Plugin to finish execution, which will be a prob…
Continue ReadingUnable to cast object of type ‘Microsoft.Xrm.Sdk.OptionSetValue’ to type ‘System.String’ if you facing OptionSetValue Cast error in your Plugin use this code to resolve the problem OptionSetValue learnerAggrementoptionSetValue = guids.GetAttributeValue<…
Continue ReadingHow to use Autonumber field in Model Driven Apps Autonumber fields are a type of field that automatically generates a unique, sequential number each time a new record is created in a Model-driven app. These fields are commonly used to assign unique identifier…
Continue ReadingPower Apps and Power Automate are both components of the Microsoft Power Platform, which is a suite of low-code development tools. They are designed to work together and complement each other in building business applications and automating workflows.…
Continue ReadingCustom HTML forms in Power Pages One of the features of Power Pages is the ability to use a model-driven app Dataverse form as a foundation to build create, edit, and read-only forms on Power Pages. The form designer in the Data workspace is actually the sa…
Continue ReadingIn this blog post , we will discuss the PowerApps lookup function, what is the lookup function, how to use?, and give some examples about the lookup function in PowerApps, such as the LookUp function with single condition, the LookUp function with multiple …
Continue Reading