Publishing State Transition Rule (mspp_publishingstatetransitionrule) table/entity reference
Messages
The following table lists the messages for the Publishing State Transition Rule (mspp_publishingstatetransitionrule) table. Messages represent operations that can be performed on the table. They may also be events.
Name Is Event? |
Web API Operation | SDK for .NET |
---|---|---|
Create Event: True |
POST /mspp_publishingstatetransitionrulesSee Create |
Create records |
CreateMultiple Event: True |
CreateMultiple | CreateMultipleRequest |
Delete Event: True |
DELETE /mspp_publishingstatetransitionrules(mspp_publishingstatetransitionruleid)See Delete |
Delete records |
Retrieve Event: True |
GET /mspp_publishingstatetransitionrules(mspp_publishingstatetransitionruleid)See Retrieve |
Retrieve records |
RetrieveEntityChanges Event: True |
RetrieveEntityChangesRequest | |
RetrieveMultiple Event: True |
GET /mspp_publishingstatetransitionrulesSee Query data |
Query data |
Update Event: True |
PATCH /mspp_publishingstatetransitionrules(mspp_publishingstatetransitionruleid)See Update |
Update records |
UpdateMultiple Event: True |
UpdateMultiple | UpdateMultipleRequest |
Upsert Event: False |
PATCH /mspp_publishingstatetransitionrules(mspp_publishingstatetransitionruleid)See Upsert a table row |
UpsertRequest |
UpsertMultiple Event: False |
UpsertMultiple | UpsertMultipleRequest |
Events
The following table lists the events for the Publishing State Transition Rule (mspp_publishingstatetransitionrule) table. Events are messages that exist so that you can subscribe to them. Unless you added the event, you shouldn't invoke the message, only subscribe to it.
Name | Web API Operation | SDK for .NET |
---|---|---|
BulkRetain |
BulkRetain | Learn to use messages with the SDK for .NET |
PurgeRetainedContent |
PurgeRetainedContent | Learn to use messages with the SDK for .NET |
Retain |
Retain | Learn to use messages with the SDK for .NET |
RollbackRetain |
RollbackRetain | Learn to use messages with the SDK for .NET |
ValidateRetentionConfig |
ValidateRetentionConfig | Learn to use messages with the SDK for .NET |
Properties
The following table lists selected properties for the Publishing State Transition Rule (mspp_publishingstatetransitionrule) table.
Property | Value |
---|---|
DisplayName | Publishing State Transition Rule |
DisplayCollectionName | Publishing State Transition Rules |
SchemaName | mspp_publishingstatetransitionrule |
CollectionSchemaName | mspp_publishingstatetransitionrules |
EntitySetName | mspp_publishingstatetransitionrules |
LogicalName | mspp_publishingstatetransitionrule |
LogicalCollectionName | mspp_publishingstatetransitionrules |
PrimaryIdAttribute | mspp_publishingstatetransitionruleid |
PrimaryNameAttribute | mspp_name |
TableType | Virtual |
OwnershipType | OrganizationOwned |
Writable columns/attributes
These columns/attributes return true for either IsValidForCreate or IsValidForUpdate (usually both). Listed by SchemaName.
- mspp_createdby
- mspp_createdon
- mspp_fromstate_publishingstateid
- mspp_modifiedby
- mspp_modifiedon
- mspp_name
- mspp_publishingstatetransitionruleId
- mspp_tostate_publishingstateid
- mspp_websiteid
- statecode
- statuscode
mspp_createdby
Property | Value |
---|---|
Description | Shows who created the record. |
DisplayName | Created By |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | mspp_createdby |
RequiredLevel | None |
Type | Lookup |
Targets | systemuser |
mspp_createdon
Property | Value |
---|---|
Description | Shows the date and time when the record was created. |
DisplayName | Created On |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | mspp_createdon |
RequiredLevel | None |
Type | DateTime |
CanChangeDateTimeBehavior | True |
DateTimeBehavior | UserLocal |
Format | DateAndTime |
ImeMode | Inactive |
SourceTypeMask | 0 |
mspp_fromstate_publishingstateid
Property | Value |
---|---|
Description | Unique identifier for Publishing State associated with Publishing State Transition Rule. |
DisplayName | From State |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | mspp_fromstate_publishingstateid |
RequiredLevel | ApplicationRequired |
Type | Lookup |
Targets | mspp_publishingstate |
mspp_modifiedby
Property | Value |
---|---|
Description | Shows who last updated the record. |
DisplayName | Modified By |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | mspp_modifiedby |
RequiredLevel | None |
Type | Lookup |
Targets | systemuser |
mspp_modifiedon
Property | Value |
---|---|
Description | Shows the date and time when the record was modified. |
DisplayName | Modified On |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | mspp_modifiedon |
RequiredLevel | None |
Type | DateTime |
CanChangeDateTimeBehavior | True |
DateTimeBehavior | UserLocal |
Format | DateAndTime |
ImeMode | Inactive |
SourceTypeMask | 0 |
mspp_name
Property | Value |
---|---|
Description | The name of the custom entity. |
DisplayName | Name |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | mspp_name |
RequiredLevel | ApplicationRequired |
Type | String |
Format | Text |
FormatName | Text |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 100 |
mspp_publishingstatetransitionruleId
Property | Value |
---|---|
Description | Unique identifier for entity instances |
DisplayName | Publishing State Transition Rule |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | mspp_publishingstatetransitionruleid |
RequiredLevel | SystemRequired |
Type | Uniqueidentifier |
mspp_tostate_publishingstateid
Property | Value |
---|---|
Description | Unique identifier for Publishing State associated with Publishing State Transition Rule. |
DisplayName | To State |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | mspp_tostate_publishingstateid |
RequiredLevel | ApplicationRequired |
Type | Lookup |
Targets | mspp_publishingstate |
mspp_websiteid
Property | Value |
---|---|
Description | Unique identifier for Website associated with Publishing State Transition Rule. |
DisplayName | Website |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | mspp_websiteid |
RequiredLevel | ApplicationRequired |
Type | Lookup |
Targets | mspp_website |
statecode
Property | Value |
---|---|
Description | Status of the Publishing State Transition Rule |
DisplayName | Status |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | statecode |
RequiredLevel | SystemRequired |
Type | State |
DefaultFormValue | |
GlobalChoiceName | mspp_publishingstatetransitionrule_statecode |
statecode Choices/Options
Value | Details |
---|---|
0 | Label: Active DefaultStatus: 1 InvariantName: Active |
1 | Label: Inactive DefaultStatus: 2 InvariantName: Inactive |
statuscode
Property | Value |
---|---|
Description | Reason for the status of the Publishing State Transition Rule |
DisplayName | Status Reason |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | statuscode |
RequiredLevel | None |
Type | Status |
DefaultFormValue | |
GlobalChoiceName | mspp_publishingstatetransitionrule_statuscode |
statuscode Choices/Options
Value | Details |
---|---|
1 | Label: Active State:0 TransitionData: None |
2 | Label: Inactive State:1 TransitionData: None |
Many-to-One relationships
These relationships are many-to-one. Listed by SchemaName.
- mspp_frompublishingstate_statetransition
- mspp_systemuser_mspp_publishingstatetransitionrule_createdby
- mspp_systemuser_mspp_publishingstatetransitionrule_modifiedby
- mspp_topublishingstate_statetransition
- mspp_website_publishingstatetransition
mspp_frompublishingstate_statetransition
One-To-Many Relationship: mspp_publishingstate mspp_frompublishingstate_statetransition
Property | Value |
---|---|
ReferencedEntity | mspp_publishingstate |
ReferencedAttribute | mspp_publishingstateid |
ReferencingAttribute | mspp_fromstate_publishingstateid |
ReferencingEntityNavigationPropertyName | mspp_FromState_PublishingStateId |
IsHierarchical | |
CascadeConfiguration | Archive: NoCascade Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade RollupView: NoCascade Share: NoCascade Unshare: NoCascade |
mspp_systemuser_mspp_publishingstatetransitionrule_createdby
One-To-Many Relationship: systemuser mspp_systemuser_mspp_publishingstatetransitionrule_createdby
Property | Value |
---|---|
ReferencedEntity | systemuser |
ReferencedAttribute | systemuserid |
ReferencingAttribute | mspp_createdby |
ReferencingEntityNavigationPropertyName | mspp_createdby |
IsHierarchical | |
CascadeConfiguration | Archive: NoCascade Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade RollupView: NoCascade Share: NoCascade Unshare: NoCascade |
mspp_systemuser_mspp_publishingstatetransitionrule_modifiedby
One-To-Many Relationship: systemuser mspp_systemuser_mspp_publishingstatetransitionrule_modifiedby
Property | Value |
---|---|
ReferencedEntity | systemuser |
ReferencedAttribute | systemuserid |
ReferencingAttribute | mspp_modifiedby |
ReferencingEntityNavigationPropertyName | mspp_modifiedby |
IsHierarchical | |
CascadeConfiguration | Archive: NoCascade Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade RollupView: NoCascade Share: NoCascade Unshare: NoCascade |
mspp_topublishingstate_statetransition
One-To-Many Relationship: mspp_publishingstate mspp_topublishingstate_statetransition
Property | Value |
---|---|
ReferencedEntity | mspp_publishingstate |
ReferencedAttribute | mspp_publishingstateid |
ReferencingAttribute | mspp_tostate_publishingstateid |
ReferencingEntityNavigationPropertyName | mspp_ToState_PublishingStateId |
IsHierarchical | |
CascadeConfiguration | Archive: NoCascade Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade RollupView: NoCascade Share: NoCascade Unshare: NoCascade |
mspp_website_publishingstatetransition
One-To-Many Relationship: mspp_website mspp_website_publishingstatetransition
Property | Value |
---|---|
ReferencedEntity | mspp_website |
ReferencedAttribute | mspp_websiteid |
ReferencingAttribute | mspp_websiteid |
ReferencingEntityNavigationPropertyName | mspp_WebsiteId |
IsHierarchical | |
CascadeConfiguration | Archive: NoCascade Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade RollupView: NoCascade Share: NoCascade Unshare: NoCascade |
One-to-Many relationships
These relationships are one-to-many. Listed by SchemaName.
- mspp_publishingstatetransitionrule_ActivityPointers
- mspp_publishingstatetransitionrule_adx_inviteredemptions
- mspp_publishingstatetransitionrule_adx_portalcomments
- mspp_publishingstatetransitionrule_Appointments
- mspp_publishingstatetransitionrule_chats
- mspp_publishingstatetransitionrule_connections1
- mspp_publishingstatetransitionrule_connections2
- mspp_publishingstatetransitionrule_Emails
- mspp_publishingstatetransitionrule_Faxes
- mspp_publishingstatetransitionrule_Letters
- mspp_publishingstatetransitionrule_PhoneCalls
- mspp_publishingstatetransitionrule_RecurringAppointmentMasters
- mspp_publishingstatetransitionrule_SocialActivities
- mspp_publishingstatetransitionrule_Tasks
mspp_publishingstatetransitionrule_ActivityPointers
Many-To-One Relationship: activitypointer mspp_publishingstatetransitionrule_ActivityPointers
Property | Value |
---|---|
ReferencingEntity | activitypointer |
ReferencingAttribute | regardingobjectid |
ReferencedEntityNavigationPropertyName | mspp_publishingstatetransitionrule_ActivityPointers |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: UseCollectionName Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
mspp_publishingstatetransitionrule_adx_inviteredemptions
Many-To-One Relationship: adx_inviteredemption mspp_publishingstatetransitionrule_adx_inviteredemptions
Property | Value |
---|---|
ReferencingEntity | adx_inviteredemption |
ReferencingAttribute | regardingobjectid |
ReferencedEntityNavigationPropertyName | mspp_publishingstatetransitionrule_adx_inviteredemptions |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
mspp_publishingstatetransitionrule_adx_portalcomments
Many-To-One Relationship: adx_portalcomment mspp_publishingstatetransitionrule_adx_portalcomments
Property | Value |
---|---|
ReferencingEntity | adx_portalcomment |
ReferencingAttribute | regardingobjectid |
ReferencedEntityNavigationPropertyName | mspp_publishingstatetransitionrule_adx_portalcomments |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
mspp_publishingstatetransitionrule_Appointments
Many-To-One Relationship: appointment mspp_publishingstatetransitionrule_Appointments
Property | Value |
---|---|
ReferencingEntity | appointment |
ReferencingAttribute | regardingobjectid |
ReferencedEntityNavigationPropertyName | mspp_publishingstatetransitionrule_Appointments |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
mspp_publishingstatetransitionrule_chats
Many-To-One Relationship: chat mspp_publishingstatetransitionrule_chats
Property | Value |
---|---|
ReferencingEntity | chat |
ReferencingAttribute | regardingobjectid |
ReferencedEntityNavigationPropertyName | mspp_publishingstatetransitionrule_chats |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
mspp_publishingstatetransitionrule_connections1
Many-To-One Relationship: connection mspp_publishingstatetransitionrule_connections1
Property | Value |
---|---|
ReferencingEntity | connection |
ReferencingAttribute | record1id |
ReferencedEntityNavigationPropertyName | mspp_publishingstatetransitionrule_connections1 |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: UseCollectionName Group: Details Label: MenuId: null Order: 100 QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
mspp_publishingstatetransitionrule_connections2
Many-To-One Relationship: connection mspp_publishingstatetransitionrule_connections2
Property | Value |
---|---|
ReferencingEntity | connection |
ReferencingAttribute | record2id |
ReferencedEntityNavigationPropertyName | mspp_publishingstatetransitionrule_connections2 |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
mspp_publishingstatetransitionrule_Emails
Many-To-One Relationship: email mspp_publishingstatetransitionrule_Emails
Property | Value |
---|---|
ReferencingEntity | email |
ReferencingAttribute | regardingobjectid |
ReferencedEntityNavigationPropertyName | mspp_publishingstatetransitionrule_Emails |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
mspp_publishingstatetransitionrule_Faxes
Many-To-One Relationship: fax mspp_publishingstatetransitionrule_Faxes
Property | Value |
---|---|
ReferencingEntity | fax |
ReferencingAttribute | regardingobjectid |
ReferencedEntityNavigationPropertyName | mspp_publishingstatetransitionrule_Faxes |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
mspp_publishingstatetransitionrule_Letters
Many-To-One Relationship: letter mspp_publishingstatetransitionrule_Letters
Property | Value |
---|---|
ReferencingEntity | letter |
ReferencingAttribute | regardingobjectid |
ReferencedEntityNavigationPropertyName | mspp_publishingstatetransitionrule_Letters |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
mspp_publishingstatetransitionrule_PhoneCalls
Many-To-One Relationship: phonecall mspp_publishingstatetransitionrule_PhoneCalls
Property | Value |
---|---|
ReferencingEntity | phonecall |
ReferencingAttribute | regardingobjectid |
ReferencedEntityNavigationPropertyName | mspp_publishingstatetransitionrule_PhoneCalls |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
mspp_publishingstatetransitionrule_RecurringAppointmentMasters
Many-To-One Relationship: recurringappointmentmaster mspp_publishingstatetransitionrule_RecurringAppointmentMasters
Property | Value |
---|---|
ReferencingEntity | recurringappointmentmaster |
ReferencingAttribute | regardingobjectid |
ReferencedEntityNavigationPropertyName | mspp_publishingstatetransitionrule_RecurringAppointmentMasters |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
mspp_publishingstatetransitionrule_SocialActivities
Many-To-One Relationship: socialactivity mspp_publishingstatetransitionrule_SocialActivities
Property | Value |
---|---|
ReferencingEntity | socialactivity |
ReferencingAttribute | regardingobjectid |
ReferencedEntityNavigationPropertyName | mspp_publishingstatetransitionrule_SocialActivities |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
mspp_publishingstatetransitionrule_Tasks
Many-To-One Relationship: task mspp_publishingstatetransitionrule_Tasks
Property | Value |
---|---|
ReferencingEntity | task |
ReferencingAttribute | regardingobjectid |
ReferencedEntityNavigationPropertyName | mspp_publishingstatetransitionrule_Tasks |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
Many-to-Many relationships
These relationships are many-to-many. Listed by SchemaName.
mspp_publishingstatetransitionrule_webrole
See mspp_webrole mspp_publishingstatetransitionrule_webrole Many-To-Many Relationship
Property | Value |
---|---|
IntersectEntityName | mspp_publishingstatetransitionrule_webrole |
IsCustomizable | False |
SchemaName | mspp_publishingstatetransitionrule_webrole |
IntersectAttribute | mspp_publishingstatetransitionruleid |
NavigationPropertyName | mspp_publishingstatetransitionrule_webrole |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: 10000 QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
See also
Dataverse table/entity reference
Dataverse Web API Reference
mspp_publishingstatetransitionrule