solutioncomponent EntityType
Description: A component of a CRM solution.
Entity Set path: [organization URI]/api/data/v8.0/solutioncomponents
Base Type: crmbaseentity EntityType
Display Name: Solution Component
Primary Key: solutioncomponentid
Properties
Single-valued navigation properties
Collection-valued navigation properties
Operations using the solutioncomponent entity type.
Properties
Properties represent fields of data stored in the entity. Some properties are not writable.
Name | Type | Details |
---|---|---|
_createdby_value |
Edm.Guid |
Description: Unique identifier of the user who created the solution Computed property Read-only property |
_createdonbehalfby_value |
Edm.Guid |
Description: Unique identifier of the delegate user who created the solution. Computed property Read-only property |
_modifiedby_value |
Edm.Guid |
Description: Unique identifier of the user who last modified the solution. Computed property Read-only property |
_modifiedonbehalfby_value |
Edm.Guid |
Description: Unique identifier of the delegate user who modified the solution. Computed property Read-only property |
_solutionid_value |
Edm.Guid |
Description: Unique identifier of the solution. Computed property Read-only property |
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 |
Single-valued navigation properties
Single-valued navigation properties represent lookup fields where a single entity can be referenced.
Name | Type | Partner |
---|---|---|
createdonbehalfby |
lk_solutioncomponentbase_createdonbehalfby |
|
modifiedonbehalfby |
lk_solutioncomponentbase_modifiedonbehalfby |
|
rootsolutioncomponentid_solutioncomponent |
solutioncomponent_parent_solutioncomponent |
|
solutionid |
solution_solutioncomponent |
Collection-valued navigation properties
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 |
Operations using the solutioncomponent entity type.
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. |
関連項目
他のリソース
Web API Action Reference
Web API Function Reference
Web API Query Function Reference
Web API EnumType Reference
Web API ComplexType Reference
Web API Metadata EntityType Reference
Microsoft Dynamics CRM 2016 and Microsoft Dynamics CRM Online
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.