Dynamics Tool: Promote Patch | Mage Series
Dynamics tool: Promote Patch, is an XrmToolBox plugin that promotes a patch to the top of the patch list for a given solution. Before I show you how this tool works, let’s start with...
I have finished uploading session videos as part of a short series (in the Arabic language only) about Dynamics CRM. The series introduces CRM to developers, allowing them to quickly start producing solutions in...
Issue Upon importing a solution containing a Sandbox plugin assembly, or registering an assembly in Sandbox mode, the following error is thrown: Exception retrieving custom activity info using SandboxPlugin – Unhandled exception: Exception type:...
Dynamics tool: Promote Patch, is an XrmToolBox plugin that promotes a patch to the top of the patch list for a given solution. Before I show you how this tool works, let’s start with...
Dynamics Custom Jobs is a robust engine that runs custom-scheduled jobs in CRM and provides a centralised view of all jobs. Introduction Dynamics has out-of-the-box recurring system jobs. It provides the ability to create...
Issue Upon importing a solution containing an elastic table, the following error is thrown: Solution “xyz” failed to import: The schema name KeyForNoSqlEntityWithPKPartitionId for type EntityKey is invalid or missing.Custom attribute, entity, entitykey, option...
Nearly all business solutions require sending a notification, one way or another. Microsoft Dynamics easily provides this functionality for emails: ‘send email’ workflow step or in a written code. Going a step further, when...
Issue Upon opening the advanced find view from within the lookup dropdown menu of a multi-table column, you might face the following issues: Data loading is very slow Switching to other table views shows...
Issue In CRM v8.x, calling an Action might fail with the error: ‘Object reference not set to an instance of an object’. The error provided no clues as to the source of the issue;...
The official client-side API reference for Dynamics is targeted at JavaScript (JS). Taking a quick peek at client-side programming’s history, we’ll notice so many attempts at working around JS’ tiresome limitations. One such attempt...
Controls added to forms have a single instance to manage their related attributes. It can be done by calling <form-context>.getAttribute(‘<attribute-name>’). This is pretty straightforward for setting requirement levels or getting their value; however, extra...
Issue For as far as I can remember (6+ years), workflows have had an issue with the custom-step assembly update process. I will explain the issue in more detail below. Let’s assume you registered...