ARTICLES

Latest Articles

Practical guides, tutorials, and insights on AI, agents, Microsoft technologies, enterprise applications, and communication.

XMLHttpRequest Explained
Services / Web Services / Internet · Jul 6, 2016

XMLHttpRequest Explained

The XMLHttpRequest is an API used in modern web browsers. It contains methods that allow communication between the web browser and a…

Read article →
Dynamics 365 Accessing the Plugin Trace Log
Dynamics 365 Customer Engagement (CRM) · Jun 30, 2016

Dynamics 365 Accessing the Plugin Trace Log

The Dynamics 365 Plugin Trace Log settings are located in Settings->Administration->System Settings: And then accessed under the Settings->Customization menu: Records will be created here:…

Read article →
Dynamics 365 Raise Error in Plugin
Dynamics 365 Customer Engagement (CRM) · Jun 28, 2016

Dynamics 365 Raise Error in Plugin

To raise an error in the plugin code, we use InvalidPluginExecutionException. For example: throw new InvalidPluginExecutionException("Plugin has run. Code will stop executing."); The code runs in the Execute function of the…

Read article →