solutioncomponent EntityType
A component of a CRM solution.
- Entity set path:
- [organization URI]/api/data/v9.2/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 Lookup property data.
| Name | Single-valued navigation property | Description |
|---|---|---|
| _createdonbehalfby_value | createdonbehalfby |
Unique identifier of the delegate user who created 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 |