Trump govt considers imposing travel ban on 43 nations, Pakistan is one of them: Report US diplomatic and security officials laid out a draft list recommending the list of countries whose nationals will be under the radar. This list is divided into three cat…
Talha Manzoor
Continue Reading
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…
Talha Manzoor
Continue Reading
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…
Talha Manzoor
Continue Reading
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…
Talha Manzoor
Continue Reading
How 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…
Talha Manzoor
Continue Reading
Calculated 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…
Talha Manzoor
Continue Reading
A 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…
Talha Manzoor
Continue Reading
Difference 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 …
Talha Manzoor
Continue Reading
Customer 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…
Talha Manzoor
Continue Reading
What 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…
Talha Manzoor
Continue Reading
On 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’) { …
Talha Manzoor
Continue Reading
I 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…
Talha Manzoor
Continue Reading
Unable 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<…
Talha Manzoor
Continue Reading
How 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…
Talha Manzoor
Continue Reading
Power 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.…
Talha Manzoor
Continue Reading