CRMCustomization Class
The CRMCustomization class contains methods that you can use to manage application customization.
There are no properties for this class.
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Web.Services.Protocols.WebClientProtocol
System.Web.Services.Protocols.HttpWebClientProtocol
System.Web.Services.Protocols.SoapHttpClientProtocol
CRMCustomization
[Visual Basic .NET]
Public Class CRMCustomization
Inherits System.Web.Services.Protocols.SoapHttpClientProtocol
[C#]
public class CRMCustomization : System.Web.Services.Protocols.SoapHttpClientProtocol
[C++]
public __gc class CRMCustomization: public System.Web.Services.Protocols.SoapHttpClientProtocol
The CRMCustomization class exposes the following methods.
Method | Description |
CreateOrganizationUI | For internal use only.
Note: Access to the Organization UI object is through the tools that are provided with the Microsoft CRM application. |
RetrieveEntityXml | For internal use only. |
RetrieveLatestOrganizationUIByOrgId | For internal use only.
Note: Access to the Organization UI object is through the tools that are provided with the Microsoft CRM application. |
RetrieveOrganizationUI | For internal use only.
Note: Access to the Organization UI object is through the tools that are provided with the Microsoft CRM application. |
RetrieveOrganizationUIByOrgId | For internal use only.
Note: Access to the Organization UI object is through the tools that are provided with the Microsoft CRM application. |
RetrievePicklist | Retrieves the drop-down list (picklist) values and their associated names for the specified object type. |
RetrieveState | Retrieves the state codes and the state code names for the specified object type. |
RetrieveStatus | Retrieves the status codes for the object (and also the status code names if the status is the default status for the specified state). |
Transform | Generates the target object XML data from the source object. |
UpdateOrganizationUI | For internal use only.
Note: Access to the Organization UI object is through the tools that are provided with the Microsoft CRM application. |
Requirements
Namespace: Microsoft.Crm.Platform.Proxy
Assembly: Microsoft.Crm.Platform.Proxy.dll
See Also