solution EntityType
A solution which contains CRM customizations.
- Entity Set Path
- [organization URI]/api/data/v9.0/solutions
- Base Type
- crmbaseentity
- Display Name
- Solution
- Primary Key
- solutionid
- Primary Key Attribute
- friendlyname
- Operations Supported
- POST GET PATCH DELETE
Properties
Properties represent fields of data stored in the entity.Some properties are read-only.
| Name | Type | Details | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| createdon | Edm.DateTimeOffset |
Date and time when the solution was created. Display Name: Created On Read Only
|
||||||||
| description | Edm.String |
Description of the solution. Display Name: Description |
||||||||
| friendlyname | Edm.String |
User display name for the solution. Display Name: Display Name |
||||||||
| installedon | Edm.DateTimeOffset |
Date and time when the solution was installed/upgraded. Display Name: Installed On Read Only
|
||||||||
| isapimanaged | Edm.Boolean |
Information about whether the solution is api managed. Display Name: Is Api Managed Solution Read Only
Default Options
|
||||||||
| ismanaged | Edm.Boolean |
Indicates whether the solution is managed or unmanaged. Display Name: Package Type Read Only
Default Options
|
||||||||
| isvisible | Edm.Boolean |
Indicates whether the solution is visible outside of the platform. Display Name: Is Visible Outside Platform Read Only
Default Options
|
||||||||
| modifiedon | Edm.DateTimeOffset |
Date and time when the solution was last modified. Display Name: Modified On Read Only
|
||||||||
| pinpointassetid | Edm.String |
Read Only
|
||||||||
| pinpointpublisherid | Edm.Int64 |
Identifier of the publisher of this solution in Microsoft Pinpoint. Read Only
|
||||||||
| pinpointsolutiondefaultlocale | Edm.String |
Default locale of the solution in Microsoft Pinpoint. Read Only
|
||||||||
| pinpointsolutionid | Edm.Int64 |
Identifier of the solution in Microsoft Pinpoint. Read Only
|
||||||||
| solutionid | Edm.Guid |
Unique identifier of the solution. Display Name: Solution Identifier |
||||||||
| solutionpackageversion | Edm.String |
Solution package source organization version Display Name: Solution Package Version |
||||||||
| solutiontype | Edm.Int32 |
Solution Type Display Name: Solution Type
Default Options
|
||||||||
| templatesuffix | Edm.String |
The template suffix of this solution Display Name: Suffix |
||||||||
| thumbprint | Edm.String |
thumbprint of the solution signature Display Name: Thumbprint |
||||||||
| uniquename | Edm.String |
The unique name of this solution Display Name: Name |
||||||||
| updatedon | Edm.DateTimeOffset |
Date and time when the solution was updated. Display Name: Updated On Read Only
|
||||||||
| upgradeinfo | Edm.String |
Contains component info for the solution upgrade operation Read Only
|
||||||||
| version | Edm.String |
Solution version, used to identify a solution for upgrades and hotfixes. Display Name: Version |
||||||||
| 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 |
|---|---|---|
| _configurationpageid_value | configurationpageid |
A link to an optional configuration page for this solution. |
| _createdby_value | createdby |
Unique identifier of the user who created the solution. |
| _createdonbehalfby_value | createdonbehalfby |
Unique identifier of the delegate user who created the solution. |
| _modifiedby_value | modifiedby |
Unique identifier of the user who last modified the solution. |
| _modifiedonbehalfby_value | modifiedonbehalfby |
Unique identifier of the delegate user who modified the solution. |
| _organizationid_value | organizationid |
Unique identifier of the organization associated with the solution. |
| _parentsolutionid_value | parentsolutionid |
Unique identifier of the parent solution. Should only be non-null if this solution is a patch. |
| _publisherid_value | publisherid |
Unique identifier of the publisher. |
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 |
|---|---|---|
| configurationpageid | webresource | solution_configuration_webresource |
| createdby | systemuser | lk_solution_createdby |
| createdonbehalfby | systemuser | lk_solutionbase_createdonbehalfby |
| fileid | fileattachment | solution_fileid |
| modifiedby | systemuser | lk_solution_modifiedby |
| modifiedonbehalfby | systemuser | lk_solutionbase_modifiedonbehalfby |
| organizationid | organization | organization_solution |
| parentsolutionid | solution | solution_parent_solution |
| publisherid | publisher | publisher_solution |
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 |
|---|---|---|
| FK_CanvasApp_Solution | canvasapp | FK_CanvasApp_Solution |
| package_solution | package | package_solution |
| regardingobjectid_fileattachment_solution | fileattachment | FileAttachment_Solution |
| solution_fieldpermission | fieldpermission | solution_fieldpermission |
| solution_fieldsecurityprofile | fieldsecurityprofile | solution_fieldsecurityprofile |
| solution_parent_solution | solution | parentsolutionid |
| solution_privilege | privilege | solution_privilege |
| solution_role | role | solution_role |
| solution_solutioncomponent | solutioncomponent | solutionid |
| Solution_SyncErrors | syncerror | regardingobjectid_solution_syncerror |
Operations
The following operations can be used with the solution entity type.
| Name | Binding |
|---|---|
| CloneAsPatch | Not Bound |
| CloneAsSolution | Not Bound |
| DeleteAndPromote | Not Bound |
| ExportTranslation | Collection |
Solutions
The following solutions include the solution entity type.
| Name | Description |
|---|---|
| System Solution | Internal CRM System Solution |
| Solutions Framework Metadata | |
| msdyn_SolutionPackageMapping |