Tag Archives: CRM 4.0
Deactivate a record to any custom or system entity in Microsoft Dynamics CRM 4.0 programmatically in a plugin using dynamic entity changing state code and status code
This is a quick post to show you a function that I used recently to activate and deactivate records programmatically using CRM API/SDK. The function allows you to set the state code (statuscode field) as active or inactive and set the status code field value (status code or status reason) to any value from the values you specify [...]
Creating, consuming and using Microsoft Dynamics CRM 4.0 Service, Using CRM API and CRM SDK to access CRM database via the webservice
Creating, consuming and using Microsoft Dynamics CRM 4.0 Service, Using CRM API and CRM SDK to access CRM database via the webservice. Custom .NET code to access CRM, create, update (edit), insert, delete, retrieve (return) and retrievemultiple records for system entities and custom entities using both entity objects and dynamic entities. This post is a collection of the [...]