Referenz zur Tabelle/Entität SolutionComponent
Hinweis
Unsicher bei Tabelle vs. Entität? Siehe Entwickler: Terminologie in Microsoft Dataverse verstehen.
A component of a CRM solution.
Nachrichten
Nachricht | Web-API-Vorgang | SDK-Klasse oder -Methode |
---|---|---|
AddSolutionComponent | AddSolutionComponent Action | AddSolutionComponentRequest |
IsComponentCustomizable | IsComponentCustomizable Function | IsComponentCustomizableRequest |
RemoveSolutionComponent | RemoveSolutionComponent Action | RemoveSolutionComponentRequest |
Retrieve | GET [org URI]/api/data/v9.0/solutioncomponents(solutioncomponentid) Weitere Informationen finden Sie unter Abrufen |
RetrieveRequest oder Retrieve |
RetrieveMultiple | GET [org URI]/api/data/v9.0/solutioncomponents Weitere Informationen finden Sie unter Daten abfragen |
RetrieveMultipleRequest oder RetrieveMultiple |
UpdateSolutionComponent | UpdateSolutionComponent Action | UpdateSolutionComponentRequest |
Eigenschaften
Eigenschaft | Wert |
---|---|
CollectionSchemaName | SolutionComponents |
DisplayCollectionName | Solution Components |
DisplayName | Solution Component |
EntitySetName | solutioncomponents |
IsBPFEntity | False |
LogicalCollectionName | solutioncomponentss |
LogicalName | solutioncomponent |
OwnershipType | None |
PrimaryIdAttribute | solutioncomponentid |
PrimaryNameAttribute | |
SchemaName | SolutionComponent |
Schreibgeschützt Spalten/Attribute
Diese Spalten/Attribute geben false zurück für sowohl IsValidForCreate als auch IsValidForUpdate. Aufgelistet durch SchemaName.
- ComponentType
- CreatedBy
- CreatedOn
- CreatedOnBehalfBy
- CreatedOnBehalfByName
- CreatedOnBehalfByYomiName
- IsMetadata
- ModifiedBy
- ModifiedOn
- ModifiedOnBehalfBy
- ModifiedOnBehalfByName
- ModifiedOnBehalfByYomiName
- ObjectId
- RootComponentBehavior
- RootSolutionComponentId
- SolutionComponentId
- SolutionId
- SolutionIdName
- VersionNumber
ComponentType
Eigenschaft | Wert |
---|---|
Description | The object type code of the component. |
DisplayName | Object Type Code |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | componenttype |
RequiredLevel | SystemRequired |
Type | Picklist |
ComponentType Auswahlen/Optionen
Wert | Etikett | Beschreibung |
---|---|---|
1 | Entity | |
2 | Attribute | |
3 | Relationship | |
4 | Attribute Picklist Value | |
5 | Attribute Lookup Value | |
6 | View Attribute | |
7 | Localized Label | |
8 | Relationship Extra Condition | |
9 | Option Set | |
10 | Entity Relationship | |
11 | Entity Relationship Role | |
12 | Entity Relationship Relationships | |
13 | Managed Property | |
14 | Entity Key | |
16 | Privilege | |
17 | PrivilegeObjectTypeCode | |
18 | Index | |
20 | Role | |
21 | Role Privilege | |
22 | Display String | |
23 | Display String Map | |
24 | Form | |
25 | Organization | |
26 | Saved Query | |
29 | Workflow | |
31 | Report | |
32 | Report Entity | |
33 | Report Category | |
34 | Report Visibility | |
35 | Attachment | |
36 | Email Template | |
37 | Contract Template | |
38 | KB Article Template | |
39 | Mail Merge Template | |
44 | Duplicate Rule | |
45 | Duplicate Rule Condition | |
46 | Entity Map | |
47 | Attribute Map | |
48 | Ribbon Command | |
49 | Ribbon Context Group | |
50 | Ribbon Customization | |
52 | Ribbon Rule | |
53 | Ribbon Tab To Command Map | |
55 | Ribbon Diff | |
59 | Saved Query Visualization | |
60 | System Form | |
61 | Web Resource | |
62 | Site Map | |
63 | Connection Role | |
64 | Complex Control | |
65 | Hierarchy Rule | |
66 | Custom Control | |
68 | Custom Control Default Config | |
70 | Field Security Profile | |
71 | Field Permission | |
90 | Plugin Type | |
91 | Plugin Assembly | |
92 | SDK Message Processing Step | |
93 | SDK Message Processing Step Image | |
95 | Service Endpoint | |
150 | Routing Rule | |
151 | Routing Rule Item | |
152 | SLA | |
153 | SLA Item | |
154 | Convert Rule | |
155 | Convert Rule Item | |
161 | Mobile Offline Profile | |
162 | Mobile Offline Profile Item | |
165 | Similarity Rule | |
166 | Data Source Mapping | |
201 | SDKMessage | |
202 | SDKMessageFilter | |
203 | SdkMessagePair | |
204 | SdkMessageRequest | |
205 | SdkMessageRequestField | |
206 | SdkMessageResponse | |
207 | SdkMessageResponseField | |
208 | Import Map | |
210 | WebWizard | |
300 | Canvas App | |
371 | Connector | |
372 | Connector | |
380 | Environment Variable Definition | |
381 | Environment Variable Value | |
400 | AI Project Type | |
401 | AI Project | |
402 | AI Configuration | |
430 | Entity Analytics Configuration | |
431 | Attribute Image Configuration | |
432 | Entity Image Configuration |
CreatedBy
Eigenschaft | Wert |
---|---|
Description | Unique identifier of the user who created the solution |
DisplayName | Created By |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | createdby |
RequiredLevel | None |
Targets | systemuser |
Type | Lookup |
CreatedOn
Eigenschaft | Wert |
---|---|
DateTimeBehavior | UserLocal |
Description | Date and time when the solution was created. |
DisplayName | Created On |
Format | DateAndTime |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | createdon |
RequiredLevel | None |
Type | DateTime |
CreatedOnBehalfBy
Eigenschaft | Wert |
---|---|
Description | Unique identifier of the delegate user who created the solution. |
DisplayName | Created By (Delegate) |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | createdonbehalfby |
RequiredLevel | None |
Targets | systemuser |
Type | Lookup |
CreatedOnBehalfByName
Eigenschaft | Wert |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | createdonbehalfbyname |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
CreatedOnBehalfByYomiName
Eigenschaft | Wert |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | createdonbehalfbyyominame |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
IsMetadata
Eigenschaft | Wert |
---|---|
Description | Indicates whether this component is metadata or data. |
DisplayName | Is this component metadata |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | ismetadata |
RequiredLevel | None |
Type | Boolean |
IsMetadata Auswahlen/Optionen
Wert | Etikett | Beschreibung |
---|---|---|
1 | Metadata | |
0 | Data |
Standardwert: 1
ModifiedBy
Eigenschaft | Wert |
---|---|
Description | Unique identifier of the user who last modified the solution. |
DisplayName | Modified By |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | modifiedby |
RequiredLevel | None |
Targets | systemuser |
Type | Lookup |
ModifiedOn
Eigenschaft | Wert |
---|---|
DateTimeBehavior | UserLocal |
Description | Date and time when the solution was last modified. |
DisplayName | Modified On |
Format | DateAndTime |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | modifiedon |
RequiredLevel | None |
Type | DateTime |
ModifiedOnBehalfBy
Eigenschaft | Wert |
---|---|
Description | Unique identifier of the delegate user who modified the solution. |
DisplayName | Modified By (Delegate) |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | modifiedonbehalfby |
RequiredLevel | None |
Targets | systemuser |
Type | Lookup |
ModifiedOnBehalfByName
Eigenschaft | Wert |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | modifiedonbehalfbyname |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
ModifiedOnBehalfByYomiName
Eigenschaft | Wert |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | modifiedonbehalfbyyominame |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
ObjectId
Eigenschaft | Wert |
---|---|
Description | Unique identifier of the object with which the component is associated. |
DisplayName | Regarding |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | objectid |
RequiredLevel | None |
Type | Uniqueidentifier |
RootComponentBehavior
Eigenschaft | Wert |
---|---|
Description | Indicates the include behavior of the root component. |
DisplayName | Root Component Behavior |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | rootcomponentbehavior |
RequiredLevel | None |
Type | Picklist |
RootComponentBehavior Auswahlen/Optionen
Wert | Etikett | Beschreibung |
---|---|---|
0 | Include Subcomponents | |
1 | Do not include subcomponents | |
2 | Include As Shell Only |
RootSolutionComponentId
Eigenschaft | Wert |
---|---|
Description | The parent ID of the subcomponent, which will be a root |
DisplayName | Root Solution Component ID |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | rootsolutioncomponentid |
RequiredLevel | None |
Type | Uniqueidentifier |
SolutionComponentId
Eigenschaft | Wert |
---|---|
Description | Unique identifier of the solution component. |
DisplayName | Solution Component Identifier |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | solutioncomponentid |
RequiredLevel | SystemRequired |
Type | Uniqueidentifier |
SolutionId
Eigenschaft | Wert |
---|---|
Description | Unique identifier of the solution. |
DisplayName | Solution |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | solutionid |
RequiredLevel | None |
Targets | solution |
Type | Lookup |
SolutionIdName
Eigenschaft | Wert |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | solutionidname |
MaxLength | 256 |
RequiredLevel | None |
Type | String |
VersionNumber
Eigenschaft | Wert |
---|---|
Description | |
DisplayName | |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | versionnumber |
MaxValue | 9223372036854775807 |
MinValue | -9223372036854775808 |
RequiredLevel | None |
Type | BigInt |
Eins-zu-Viele-Beziehungen
Aufgelistet durch SchemaName.
solutioncomponent_parent_solutioncomponent
Wie die solutioncomponent_parent_solutioncomponent-Viele-zu-Eins-Beziehung für die solutioncomponent-Tabelle/-Entität.
Eigenschaft | Wert |
---|---|
ReferencingEntity | solutioncomponent |
ReferencingAttribute | rootsolutioncomponentid |
IsHierarchical | False |
IsCustomizable | False |
ReferencedEntityNavigationPropertyName | solutioncomponent_parent_solutioncomponent |
AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
CascadeConfiguration | Assign: Cascade Delete: Cascade Merge: NoCascade Reparent: Cascade Share: Cascade Unshare: Cascade |
Viele-zu-Eins-Beziehungen
Jede Viele-zu-Eins-Beziehung wird durch eine entsprechende Viele-zu-Viele-Beziehungen mit der zugehörigen Tabelle definiert. Aufgelistet durch SchemaName.
- lk_solutioncomponentbase_modifiedonbehalfby
- lk_solutioncomponentbase_createdonbehalfby
- solution_solutioncomponent
- solutioncomponent_parent_solutioncomponent
lk_solutioncomponentbase_modifiedonbehalfby
Siehe die lk_solutioncomponentbase_modifiedonbehalfby-Eins-zu-Viele-Beziehung für die systemuser-Tabelle/-Entität.
lk_solutioncomponentbase_createdonbehalfby
Siehe die lk_solutioncomponentbase_createdonbehalfby-Eins-zu-Viele-Beziehung für die systemuser-Tabelle/-Entität.
solution_solutioncomponent
Siehe die solution_solutioncomponent-Eins-zu-Viele-Beziehung für die solution-Tabelle/-Entität.
solutioncomponent_parent_solutioncomponent
Siehe die solutioncomponent_parent_solutioncomponent-Eins-zu-Viele-Beziehung für die solutioncomponent-Tabelle/-Entität.
Siehe auch
Dataverse-Tabelle/-Entitätsreferenz Web-API-Referenz solutioncomponent EntityType