References & Glossary for Proving practical ...

References

[1] CRM Error or Exception of type “Microsoft.Xrm.Sdk.OrganizationServiceFault”

[2] CRM Error or Exception of type “Microsoft.Xrm.Sdk.OrganizationServiceFault”

[3] CRM Error or Exception of type “Microsoft.Xrm.Sdk.OrganizationServiceFault”

[4] Dynamics CRM service provides way to trace the details and display it whenever plug-in fails and throws an exception. Log file is created with technical details.

 

Glossary

Jet Brains dotPeek : Free .NET Decompiler and Assembly Browser tool (https://www.jetbrains.com/decompiler/ )

 OrganizationService : “A wrapper class around the IOrganizationService that manages the details of setting up an OrganizationServiceProxy or other arbitrary IOrganizationService objects. When paired with an OrganizationServiceCache object, becomes a cached service.” (https://docs.microsoft.com/en-us/previous-versions/dynamicscrm-2015/developers-guide/gg670587(v=crm.7) )

 StackTrace : “a stack trace is a representation of a call stack at a certain point in time, with each element representing a method invocation. The stack trace contains all invocations from the start of a thread until the point it’s generated. This is usually a position at which an exception takes place.” (https://stackify.com/java-stack-trace/ )

 Troubleshooting : “Troubleshooting is a process that helps people identify issues or problems occurring in a system.”  ( )