Organization UI Entity Capabilities
![]() |
[Applies to: Microsoft Dynamics CRM 4.0]
This entity represents application settings for an organization.
Note The organization UI entity will undergo significant changes in the next version of Microsoft Dynamics CRM. The ability to modify forms and icons will be available but different entities will be required. You should consider this entity and the organizationui class deprecated in Microsoft Dynamics CRM 4.0.
The class for this entity is organizationui. For this class, you can use the messages listed in the following table with the Execute method.
| Message | Description |
| Create | Use this message to create an organization UI.
The information that is needed to create the entity instance is specified in the TargetCreateOrganizationUI class. You can also call the Create method. |
| Retrieve | Use this message to retrieve an organization UI.
The entity instance to retrieve is specified in the TargetRetrieveOrganizationUI class. You can also call the Retrieve method. |
| Update | Use this message to update an organization UI.
The entity instance to update is specified in the TargetUpdateOrganizationUI class. You can also use the Update method. |
See Also
Concepts
Other Resources
© 2010 Microsoft Corporation. All rights reserved.
