Referenz zur Tabelle/Entität Publishing State (mspp_publishingstate)
Hinweis
Unsicher bei Tabelle vs. Entität? Siehe Entwickler: Terminologie in Microsoft Dataverse verstehen.
Hinzugefügt von: Power Pages Apps-Lösung
Nachrichten
Nachricht | Web-API-Vorgang | SDK-Klasse oder -Methode |
---|---|---|
BulkRetain | BulkRetain Action | <xref:Microsoft.Crm.Sdk.Messages.BulkRetainRequest> |
Create | POST [org URI]/api/data/v9.0/mspp_publishingstates Weitere Informationen finden Sie unter Erstellen |
CreateRequest oder Create |
CreateMultiple | CreateMultiple Action | CreateMultipleRequest |
Delete | DELETE [org URI]/api/data/v9.0/mspp_publishingstates(mspp_publishingstateid) Weitere Informationen finden Sie unter Löschen |
DeleteRequest oder Delete |
PurgeRetainedContent | PurgeRetainedContent Action | <xref:Microsoft.Crm.Sdk.Messages.PurgeRetainedContentRequest> |
Retain | Retain Action | <xref:Microsoft.Crm.Sdk.Messages.RetainRequest> |
Retrieve | GET [org URI]/api/data/v9.0/mspp_publishingstates(mspp_publishingstateid) Weitere Informationen finden Sie unter Abrufen |
RetrieveRequest oder Retrieve |
RetrieveEntityChanges | RetrieveEntityChangesRequest | |
RetrieveMultiple | GET [org URI]/api/data/v9.0/mspp_publishingstates Weitere Informationen finden Sie unter Daten abfragen |
RetrieveMultipleRequest oder RetrieveMultiple |
RollbackRetain | RollbackRetain Action | <xref:Microsoft.Crm.Sdk.Messages.RollbackRetainRequest> |
Update | PATCH [org URI]/api/data/v9.0/mspp_publishingstates(mspp_publishingstateid) Weitere Informationen finden Sie unter Aktualisieren |
UpdateRequest oder Update |
UpdateMultiple | UpdateMultiple Action | UpdateMultipleRequest |
ValidateRetentionConfig | ValidateRetentionConfig Action | <xref:Microsoft.Crm.Sdk.Messages.ValidateRetentionConfigRequest> |
Eigenschaften
Eigenschaft | Wert |
---|---|
CollectionSchemaName | mspp_publishingstates |
DisplayCollectionName | Publishing States |
DisplayName | Publishing State |
EntitySetName | mspp_publishingstates |
IsBPFEntity | False |
LogicalCollectionName | mspp_publishingstates |
LogicalName | mspp_publishingstate |
OwnershipType | OrganizationOwned |
PrimaryIdAttribute | mspp_publishingstateid |
PrimaryNameAttribute | mspp_name |
SchemaName | mspp_publishingstate |
Schreibbare Spalten/Attribute
Diese Spalten/Attribute geben entweder für IsValidForCreate oder IsValidForUpdate (normalerweise beides) true zurück. Aufgelistet durch SchemaName.
- mspp_createdby
- mspp_createdon
- mspp_displayorder
- mspp_isdefault
- mspp_isvisible
- mspp_modifiedby
- mspp_modifiedon
- mspp_name
- mspp_publishingstateId
- mspp_websiteid
- statecode
- statuscode
mspp_createdby
Eigenschaft | Wert |
---|---|
Description | Shows who created the record. |
DisplayName | Created By |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | mspp_createdby |
RequiredLevel | None |
Targets | systemuser |
Type | Lookup |
mspp_createdon
Eigenschaft | Wert |
---|---|
DateTimeBehavior | UserLocal |
Description | Shows the date and time when the record was created. |
DisplayName | Created On |
Format | DateAndTime |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | mspp_createdon |
RequiredLevel | None |
Type | DateTime |
mspp_displayorder
Eigenschaft | Wert |
---|---|
Description | |
DisplayName | Display Order |
Format | None |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | mspp_displayorder |
MaxValue | 2147483647 |
MinValue | -2147483648 |
RequiredLevel | ApplicationRequired |
Type | Integer |
mspp_isdefault
Eigenschaft | Wert |
---|---|
Description | |
DisplayName | Is Default |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | mspp_isdefault |
RequiredLevel | ApplicationRequired |
Type | Boolean |
mspp_isdefault Auswahlen/Optionen
Wert | Etikett | Beschreibung |
---|---|---|
1 | Yes | |
0 | No |
Standardwert: 0
mspp_isvisible
Eigenschaft | Wert |
---|---|
Description | |
DisplayName | Select whether the publishing state is visible. |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | mspp_isvisible |
RequiredLevel | ApplicationRequired |
Type | Boolean |
mspp_isvisible Auswahlen/Optionen
Wert | Etikett | Beschreibung |
---|---|---|
1 | Yes | |
0 | No |
Standardwert: 0
mspp_modifiedby
Eigenschaft | Wert |
---|---|
Description | Shows who last updated the record. |
DisplayName | Modified By |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | mspp_modifiedby |
RequiredLevel | None |
Targets | systemuser |
Type | Lookup |
mspp_modifiedon
Eigenschaft | Wert |
---|---|
DateTimeBehavior | UserLocal |
Description | Shows the date and time when the record was modified. |
DisplayName | Modified On |
Format | DateAndTime |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | mspp_modifiedon |
RequiredLevel | None |
Type | DateTime |
mspp_name
Eigenschaft | Wert |
---|---|
Description | The name of the custom entity. |
DisplayName | Name |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | mspp_name |
MaxLength | 100 |
RequiredLevel | ApplicationRequired |
Type | String |
mspp_publishingstateId
Eigenschaft | Wert |
---|---|
Description | Unique identifier for entity instances |
DisplayName | Publishing State |
IsValidForForm | False |
IsValidForRead | True |
IsValidForUpdate | False |
LogicalName | mspp_publishingstateid |
RequiredLevel | SystemRequired |
Type | Uniqueidentifier |
mspp_websiteid
Eigenschaft | Wert |
---|---|
Description | Unique identifier for Website associated with Publishing State. |
DisplayName | Website |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | mspp_websiteid |
RequiredLevel | ApplicationRequired |
Targets | mspp_website |
Type | Lookup |
statecode
Eigenschaft | Wert |
---|---|
Description | Status of the Publishing State |
DisplayName | Status |
IsValidForCreate | False |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | statecode |
RequiredLevel | SystemRequired |
Type | State |
statecode Auswahlen/Optionen
Wert | Etikett | Standardstatuswert | Invariante Name |
---|---|---|---|
0 | Active | 1 | Active |
1 | Inactive | 2 | Inactive |
statuscode
Eigenschaft | Wert |
---|---|
Description | Reason for the status of the Publishing State |
DisplayName | Status Reason |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | statuscode |
RequiredLevel | None |
Type | Status |
statuscode Auswahlen/Optionen
Wert | Etikett | Status |
---|---|---|
1 | Active | 0 |
2 | Inactive | 1 |
Schreibgeschützt Spalten/Attribute
Diese Spalten/Attribute geben false zurück für sowohl IsValidForCreate als auch IsValidForUpdate. Aufgelistet durch SchemaName.
- mspp_createdbyName
- mspp_createdbyYomiName
- mspp_modifiedbyName
- mspp_modifiedbyYomiName
- mspp_websiteidName
mspp_createdbyName
Eigenschaft | Wert |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | mspp_createdbyname |
MaxLength | 200 |
RequiredLevel | None |
Type | String |
mspp_createdbyYomiName
Eigenschaft | Wert |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | mspp_createdbyyominame |
MaxLength | 200 |
RequiredLevel | None |
Type | String |
mspp_modifiedbyName
Eigenschaft | Wert |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | mspp_modifiedbyname |
MaxLength | 200 |
RequiredLevel | None |
Type | String |
mspp_modifiedbyYomiName
Eigenschaft | Wert |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | mspp_modifiedbyyominame |
MaxLength | 200 |
RequiredLevel | None |
Type | String |
mspp_websiteidName
Eigenschaft | Wert |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | mspp_websiteidname |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
Eins-zu-Viele-Beziehungen
Aufgelistet durch SchemaName.
- mspp_frompublishingstate_statetransition
- mspp_mspp_publishingstate_mspp_websitelanguage_PublishingState
- mspp_publishingstate_webfile
- mspp_publishingstate_weblink
- mspp_publishingstate_weblinkset
- mspp_publishingstate_webpage
- mspp_topublishingstate_statetransition
mspp_frompublishingstate_statetransition
Wie die mspp_frompublishingstate_statetransition-Viele-zu-Eins-Beziehung für die mspp_publishingstatetransitionrule-Tabelle/-Entität.
Eigenschaft | Wert |
---|---|
ReferencingEntity | mspp_publishingstatetransitionrule |
ReferencingAttribute | mspp_fromstate_publishingstateid |
IsHierarchical | False |
IsCustomizable | False |
ReferencedEntityNavigationPropertyName | mspp_frompublishingstate_statetransition |
AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: 10000 |
CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
mspp_mspp_publishingstate_mspp_websitelanguage_PublishingState
Wie die mspp_mspp_publishingstate_mspp_websitelanguage_PublishingState-Viele-zu-Eins-Beziehung für die mspp_websitelanguage-Tabelle/-Entität.
Eigenschaft | Wert |
---|---|
ReferencingEntity | mspp_websitelanguage |
ReferencingAttribute | mspp_publishingstate |
IsHierarchical | False |
IsCustomizable | False |
ReferencedEntityNavigationPropertyName | mspp_mspp_publishingstate_mspp_websitelanguage_PublishingState |
AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: 10000 |
CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
mspp_publishingstate_webfile
Wie die mspp_publishingstate_webfile-Viele-zu-Eins-Beziehung für die mspp_webfile-Tabelle/-Entität.
Eigenschaft | Wert |
---|---|
ReferencingEntity | mspp_webfile |
ReferencingAttribute | mspp_publishingstateid |
IsHierarchical | False |
IsCustomizable | False |
ReferencedEntityNavigationPropertyName | mspp_publishingstate_webfile |
AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: 10000 |
CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
mspp_publishingstate_weblink
Wie die mspp_publishingstate_weblink-Viele-zu-Eins-Beziehung für die mspp_weblink-Tabelle/-Entität.
Eigenschaft | Wert |
---|---|
ReferencingEntity | mspp_weblink |
ReferencingAttribute | mspp_publishingstateid |
IsHierarchical | False |
IsCustomizable | False |
ReferencedEntityNavigationPropertyName | mspp_publishingstate_weblink |
AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: 10000 |
CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
mspp_publishingstate_weblinkset
Wie die mspp_publishingstate_weblinkset-Viele-zu-Eins-Beziehung für die mspp_weblinkset-Tabelle/-Entität.
Eigenschaft | Wert |
---|---|
ReferencingEntity | mspp_weblinkset |
ReferencingAttribute | mspp_publishingstateid |
IsHierarchical | False |
IsCustomizable | False |
ReferencedEntityNavigationPropertyName | mspp_publishingstate_weblinkset |
AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: 10000 |
CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
mspp_publishingstate_webpage
Wie die mspp_publishingstate_webpage-Viele-zu-Eins-Beziehung für die mspp_webpage-Tabelle/-Entität.
Eigenschaft | Wert |
---|---|
ReferencingEntity | mspp_webpage |
ReferencingAttribute | mspp_publishingstateid |
IsHierarchical | False |
IsCustomizable | False |
ReferencedEntityNavigationPropertyName | mspp_publishingstate_webpage |
AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: 10000 |
CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
mspp_topublishingstate_statetransition
Wie die mspp_topublishingstate_statetransition-Viele-zu-Eins-Beziehung für die mspp_publishingstatetransitionrule-Tabelle/-Entität.
Eigenschaft | Wert |
---|---|
ReferencingEntity | mspp_publishingstatetransitionrule |
ReferencingAttribute | mspp_tostate_publishingstateid |
IsHierarchical | False |
IsCustomizable | False |
ReferencedEntityNavigationPropertyName | mspp_topublishingstate_statetransition |
AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: 10000 |
CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
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.
- mspp_systemuser_mspp_publishingstate_createdby
- mspp_systemuser_mspp_publishingstate_modifiedby
- mspp_website_publishingstate
mspp_systemuser_mspp_publishingstate_createdby
Hinzugefügt von: System Solution-Lösung
Siehe die mspp_systemuser_mspp_publishingstate_createdby-Eins-zu-Viele-Beziehung für die systemuser-Tabelle/-Entität.
mspp_systemuser_mspp_publishingstate_modifiedby
Hinzugefügt von: System Solution-Lösung
Siehe die mspp_systemuser_mspp_publishingstate_modifiedby-Eins-zu-Viele-Beziehung für die systemuser-Tabelle/-Entität.
mspp_website_publishingstate
Siehe die mspp_website_publishingstate-Eins-zu-Viele-Beziehung für die mspp_website-Tabelle/-Entität.
Viele-zu-Viele-Beziehungen
Beziehungsdetails, bei denen die Tabelle mspp_publishingstate die erste Tabelle in der Beziehung ist. Aufgelistet durch SchemaName.
mspp_accesscontrolrule_publishingstate
Siehe die mspp_accesscontrolrule_publishingstate-Viele-zu-Viele-Beziehung für die mspp_webpageaccesscontrolrule-Tabelle/-Entität.
Siehe auch
Dataverse-Tabelle/-Entitätsreferenz Web-API-Referenz mspp_publishingstate EntityType