solutioncomponent EntityType
A component of a CRM solution.
- Entity Set Path
- [organization URI]/api/data/v9.0/solutioncomponents
- Base Type
- crmbaseentity
- Display Name
- Solution Component
- Primary Key
- solutioncomponentid
- Operations Supported
- GET
Properties
Properties represent fields of data stored in the entity.Some properties are read-only.
| Name | Type | Details | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| componenttype | Edm.Int32 |
The object type code of the component. Display Name: Object Type Code Read Only
Default Options
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| createdon | Edm.DateTimeOffset |
Date and time when the solution was created. Display Name: Created On Read Only
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ismetadata | Edm.Boolean |
Indicates whether this component is metadata or data. Display Name: Is this component metadata Read Only
Default Options
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| modifiedon | Edm.DateTimeOffset |
Date and time when the solution was last modified. Display Name: Modified On Read Only
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| objectid | Edm.Guid |
Unique identifier of the object with which the component is associated. Display Name: Regarding Read Only
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| rootcomponentbehavior | Edm.Int32 |
Indicates the include behavior of the root component. Display Name: Root Component Behavior Read Only
Default Options
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| rootsolutioncomponentid | Edm.Guid |
The parent ID of the subcomponent, which will be a root Display Name: Root Solution Component ID Read Only
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| solutioncomponentid | Edm.Guid |
Unique identifier of the solution component. Display Name: Solution Component Identifier Read Only
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| versionnumber | Edm.Int64 |
Read Only
|
Lookup Properties
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
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 | systemuser | lk_solutioncomponentbase_createdonbehalfby |
| modifiedonbehalfby | systemuser | lk_solutioncomponentbase_modifiedonbehalfby |
| rootsolutioncomponentid_solutioncomponent | solutioncomponent | solutioncomponent_parent_solutioncomponent |
| solutionid | solution | 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 | solutioncomponent | rootsolutioncomponentid_solutioncomponent |
Operations
The following operations can be used with the solutioncomponent entity type.
| Name | Binding |
|---|---|
| AddSolutionComponent | Not Bound |
| IsComponentCustomizable | Not Bound |
| RemoveSolutionComponent | Not Bound |
| UpdateSolutionComponent | Not Bound |
Solutions
The following solutions include the solutioncomponent entity type.
| Name | Description |
|---|---|
| Solutions Framework Metadata |