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...
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...
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...
At the core of Microsoft’s tooling library (Microsoft.CrmSdk.XrmTooling.CoreAssembly), there resides the out-of-the-box CrmServiceClient class. It provides developers with the means to connect to CRM easily and the convenience of some helpers methods. On its...
Microsoft provides a tool within the Dynamics SDK called CrmSvcUtil. It generates early-bound entity code, which includes classes for each entity in CRM with properties for each field and relation. Microsoft’s Dynamics early-bound entity...
Microsoft introduced Business Process Flows (BPF) back in version 2013. Developers haven’t really faced critical issues when controlling the BPF through the UI, except for the rare bug here and there. However, it has...
Microsoft recently announced the Office365 AuthType deprecation used in connection strings. This AuthType was the popular choice when connecting to Dynamics Online deployments through the SDK. It was indeed very convenient and saved some headache...
In most engineering disciplines, there exists a set of guidelines in every field that ensures a high-quality delivery and the highest resistance to unexpected failure after going live. This is evident in our attempt...