solution EntityType
Updated: November 29, 2016
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Description: A solution which contains CRM customizations.
Entity Set path:[organization URI]/api/data/v8.2/solutions
Base Type: crmbaseentity EntityType
Display Name: Solution
Primary Key: solutionid
Primary Name Attribute: friendlyname
Single-valued navigation properties
Properties represent fields of data stored in the entity. Some properties are read-only.
Name | Type | Details |
|---|---|---|
createdon | Edm.DateTimeOffset | Description: Date and time when the solution was created. Display Name: Created On Read-only property |
description | Edm.String | Description: Description of the solution. Display Name: Description |
friendlyname | Edm.String | Description: User display name for the solution. Display Name: Display Name |
installedon | Edm.DateTimeOffset | Description: Date and time when the solution was installed/upgraded. Display Name: Installed On Read-only property |
ismanaged | Edm.Boolean | Description: Indicates whether the solution is managed or unmanaged. Default Options: 1 : Managed Display Name: Package Type Read-only property |
isvisible | Edm.Boolean | Description: Indicates whether the solution is visible outside of the platform. Default Options: 1 : Yes Display Name: Is Visible Outside Platform Read-only property |
modifiedon | Edm.DateTimeOffset | Description: Date and time when the solution was last modified. Display Name: Modified On Read-only property |
pinpointassetid | Edm.String | Description: Read-only property |
pinpointpublisherid | Edm.Int64 | Description: Identifier of the publisher of this solution in Microsoft Pinpoint. Read-only property |
pinpointsolutiondefaultlocale | Edm.String | Description: Default locale of the solution in Microsoft Pinpoint. Read-only property |
pinpointsolutionid | Edm.Int64 | Description: Identifier of the solution in Microsoft Pinpoint. Read-only property |
solutionid | Edm.Guid | Description: Unique identifier of the solution. Display Name: Solution Identifier |
solutionpackageversion | Edm.String | Description: Solution package source organization version Display Name: Solution Package Version |
solutiontype | Edm.Int32 | Description: Solution Type Default Options: 0 : None Display Name: Solution Type |
uniquename | Edm.String | Description: The unique name of this solution Display Name: Name |
version | Edm.String | Description: Solution version, used to identify a solution for upgrades and hotfixes. Display Name: Version |
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 |
|---|---|---|
_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 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 | solution_configuration_webresource | |
createdby | lk_solution_createdby | |
createdonbehalfby | lk_solutionbase_createdonbehalfby | |
modifiedby | lk_solution_modifiedby | |
modifiedonbehalfby | lk_solutionbase_modifiedonbehalfby | |
organizationid | organization_solution | |
parentsolutionid | solution_parent_solution | |
publisherid | publisher_solution |
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 |
|---|---|---|
solution_parent_solution | parentsolutionid | |
solution_solutioncomponent | solutionid | |
Solution_SyncErrors | regardingobjectid_solution_syncerror |
The following operations are bound to the solution entity type.
Name | Bound to |
|---|---|
Collection |
The following operations use the solution entity type in a parameter or return type.
Name | How used | Description |
|---|---|---|
entityset Parameter | Exports all translations for a specific solution to a compressed file. |
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright