Organization entities

 

Applies To: Dynamics CRM 2013

An organization entity is internal to the customer relationship management process. The organization is the top level of the Microsoft Dynamics CRM business hierarchy. The organization can be a specific business, a holding company, a corporation, and so on. An organization is divided into business units. Schema customization is done at this level.

A deployment is a single installation of Microsoft Dynamics CRM. For more information about writing code for a deployment, see Administer the deployment using the deployment web service.

An announcement is a message that appears to all users on the home page of the web application. Announcements are owned by the organization and are represented by the BusinessUnitNewsArticle entity.

You can call the WhoAmIRequest message to find out the organization for the currently logged on or impersonated user.

Actions on the organization entity

An organization record is created when an organization is created in a deployment of Microsoft Dynamics CRM. To create, import, or delete an organization programmatically, you must use the deployment web service. This advanced operation is described in Administer the deployment using the deployment web service. After an organization is created, you can use the organization web service to retrieve or update the organization. The methods to do this programmatically are described in Organization entity messages and methods.

An organization can own records as defined in the ownership type in the metadata definition for an entity. More information: Entity ownership

See Also

Administration and security entities
Organization entity messages and methods
BusinessUnitNewsArticle (announcement) entity messages and methods
Organization entity privileges
BusinessUnitNewsArticle (announcement) entity privileges