solutioncomponent EntityType
Updated: November 29, 2016
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Description: A component of a CRM solution.
Entity Set path:[organization URI]/api/data/v8.2/solutioncomponents
Base Type: crmbaseentity EntityType
Display Name: Solution Component
Primary Key: solutioncomponentid
Single-valued navigation properties
Properties represent fields of data stored in the entity. Some properties are read-only.
Name | Type | Details |
|---|---|---|
componenttype | Edm.Int32 | Description: The object type code of the component. Default Options: 1 : Entity Display Name: Object Type Code Read-only property |
createdon | Edm.DateTimeOffset | Description: Date and time when the solution was created. Display Name: Created On Read-only property |
ismetadata | Edm.Boolean | Description: Indicates whether this component is metadata or data. Default Options: 1 : Metadata Display Name: Is this component metadata Read-only property |
modifiedon | Edm.DateTimeOffset | Description: Date and time when the solution was last modified. Display Name: Modified On Read-only property |
objectid | Edm.Guid | Description: Unique identifier of the object with which the component is associated. Display Name: Regarding Read-only property |
rootcomponentbehavior | Edm.Int32 | Description: Indicates the include behavior of the root component. Default Options: 0 : Include Subcomponents Display Name: Root Component Behavior Read-only property |
rootsolutioncomponentid | Edm.Guid | Description: The parent ID of the subcomponent, which will be a root Display Name: Root Solution Component ID Read-only property |
solutioncomponentid | Edm.Guid | Description: Unique identifier of the solution component. Display Name: Solution Component Identifier Read-only property |
versionnumber | Edm.Int64 | Description: Read-only property |
Lookup properties are read-only, computed properties which contain entity primary key Edm.Guid data for one or more corresponding single-valued navigation properties. More information: Lookup properties and Retrieve data about lookup properties
Name | Single-valued navigation property | Description |
|---|---|---|
_createdby_value | Unique identifier of the user who created the solution | |
_createdonbehalfby_value | createdonbehalfby | Unique identifier of the delegate user who created the solution. |
_modifiedby_value | Unique identifier of the user who last modified the solution. | |
_modifiedonbehalfby_value | modifiedonbehalfby | Unique identifier of the delegate user who modified the solution. |
_solutionid_value | solutionid | Unique identifier of the solution. |
Single-valued navigation properties represent lookup fields where a single entity can be referenced. Each single-valued navigation property has a corresponding partner collection-valued navigation property on the related entity.
Name | Type | Partner |
|---|---|---|
createdonbehalfby | lk_solutioncomponentbase_createdonbehalfby | |
modifiedonbehalfby | lk_solutioncomponentbase_modifiedonbehalfby | |
rootsolutioncomponentid_solutioncomponent | solutioncomponent_parent_solutioncomponent | |
solutionid | solution_solutioncomponent |
Collection-valued navigation properties represent collections of entities which may represent either a one-to-many (1:N) or many-to-many (N:N) relationship between the entities.
Name | Type | Partner |
|---|---|---|
solutioncomponent_parent_solutioncomponent | rootsolutioncomponentid_solutioncomponent |
The following operations use the solutioncomponent entity type in a parameter or return type.
Name | How used | Description |
|---|---|---|
SolutionComponent Parameter | Removes a component from an unmanaged solution. |
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright