Skip to content

Latest commit

 

History

History
814 lines (628 loc) · 24.7 KB

File metadata and controls

814 lines (628 loc) · 24.7 KB
title description ms.date ms.service ms.topic ms.assetid author ms.author search.audienceType
PlannerSyncAction table/entity reference (Microsoft Dataverse) | Microsoft Docs
Includes schema information and supported messages for the PlannerSyncAction table/entity.
06/04/2024
powerapps
reference
3948cc48-07c8-7f60-0608-71c37158ad7c
phecke
pehecke
developer

PlannerSyncAction table/entity reference

Note

Unsure about table vs. entity? See Developers: Understand terminology in Microsoft Dataverse.

The Planner Sync Action to be executed.

Added by: PlannerSync_Extensions Solution

Messages

Message Web API Operation SDK class or method
Assign PATCH /plannersyncactions(plannersyncactionid)
Update ownerid property.
xref:Microsoft.Crm.Sdk.Messages.AssignRequest
Create POST /plannersyncactions
See Create
xref:Microsoft.Xrm.Sdk.Messages.CreateRequest or
xref:Microsoft.Xrm.Sdk.IOrganizationService.Create*
CreateMultiple xref:Microsoft.Xrm.Sdk.Messages.CreateMultipleRequest
Delete DELETE /plannersyncactions(plannersyncactionid)
See Delete
xref:Microsoft.Xrm.Sdk.Messages.DeleteRequest or
xref:Microsoft.Xrm.Sdk.IOrganizationService.Delete*
GrantAccess <xref:Microsoft.Dynamics.CRM.GrantAccess?displayProperty=nameWithType /> xref:Microsoft.Crm.Sdk.Messages.GrantAccessRequest
IsValidStateTransition <xref:Microsoft.Dynamics.CRM.IsValidStateTransition?displayProperty=nameWithType /> xref:Microsoft.Crm.Sdk.Messages.IsValidStateTransitionRequest
ModifyAccess <xref:Microsoft.Dynamics.CRM.ModifyAccess?displayProperty=nameWithType /> xref:Microsoft.Crm.Sdk.Messages.ModifyAccessRequest
Retrieve GET /plannersyncactions(plannersyncactionid)
See Retrieve
xref:Microsoft.Xrm.Sdk.Messages.RetrieveRequest or
xref:Microsoft.Xrm.Sdk.IOrganizationService.Retrieve*
RetrieveMultiple GET /plannersyncactions
See Query Data
xref:Microsoft.Xrm.Sdk.Messages.RetrieveMultipleRequest or
xref:Microsoft.Xrm.Sdk.IOrganizationService.RetrieveMultiple*
RetrievePrincipalAccess <xref:Microsoft.Dynamics.CRM.RetrievePrincipalAccess?displayProperty=nameWithType /> xref:Microsoft.Crm.Sdk.Messages.RetrievePrincipalAccessRequest
RetrieveSharedPrincipalsAndAccess <xref:Microsoft.Dynamics.CRM.RetrieveSharedPrincipalsAndAccess?displayProperty=nameWithType /> xref:Microsoft.Crm.Sdk.Messages.RetrieveSharedPrincipalsAndAccessRequest
RevokeAccess <xref:Microsoft.Dynamics.CRM.RevokeAccess?displayProperty=nameWithType /> xref:Microsoft.Crm.Sdk.Messages.RevokeAccessRequest
SetState PATCH /plannersyncactions(plannersyncactionid)
Update statecode and statuscode properties.
xref:Microsoft.Crm.Sdk.Messages.SetStateRequest
Update PATCH /plannersyncactions(plannersyncactionid)
See Update
xref:Microsoft.Xrm.Sdk.Messages.UpdateRequest or
xref:Microsoft.Xrm.Sdk.IOrganizationService.Update*
UpdateMultiple xref:Microsoft.Xrm.Sdk.Messages.UpdateMultipleRequest

Properties

Property Value
CollectionSchemaName PlannerSyncActions
DisplayCollectionName Planner Sync Actions
DisplayName Planner Sync Action
EntitySetName plannersyncactions
IsBPFEntity False
LogicalCollectionName plannersyncactions
LogicalName plannersyncaction
OwnershipType UserOwned
PrimaryIdAttribute plannersyncactionid
PrimaryNameAttribute title
SchemaName PlannerSyncAction

Writable columns/attributes

These columns/attributes return true for either IsValidForCreate or IsValidForUpdate (usually both). Listed by SchemaName.

Assignments

Property Value
Description
DisplayName Assignments
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName assignments
MaxLength 1000
RequiredLevel None
Type String

DueDateTime

Property Value
DateTimeBehavior TimeZoneIndependent
Description Date and time when the planner task is due.
DisplayName Due Date Time
Format DateAndTime
IsValidForForm False
IsValidForRead True
LogicalName duedatetime
RequiredLevel None
Type DateTime

ExternalBucketId

Property Value
Description
DisplayName External Bucket Id
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName externalbucketid
MaxLength 100
RequiredLevel SystemRequired
Type String

ExternalReferences

Property Value
Description
DisplayName External References
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
IsValidForUpdate False
LogicalName externalreferences
MaxLength 2000
RequiredLevel SystemRequired
Type String

GroupId

Property Value
Description
DisplayName Group Id
IsValidForForm False
IsValidForRead True
IsValidForUpdate False
LogicalName groupid
RequiredLevel SystemRequired
Type Uniqueidentifier

ImportSequenceNumber

Property Value
Description Sequence number of the import that created this record.
DisplayName Import Sequence Number
Format None
IsValidForForm False
IsValidForRead True
IsValidForUpdate False
LogicalName importsequencenumber
MaxValue 2147483647
MinValue -2147483648
RequiredLevel None
Type Integer

LastAttemptedOn

Property Value
DateTimeBehavior TimeZoneIndependent
Description For internal use only. Date and time when the action was last attempted.
DisplayName Last Attempted On
Format DateAndTime
IsValidForForm False
IsValidForRead True
LogicalName lastattemptedon
RequiredLevel None
Type DateTime

LastSyncError

Property Value
Description
DisplayName Last Sync Error
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName lastsyncerror
MaxLength 2000
RequiredLevel None
Type String

Notes

Property Value
Description
DisplayName Notes
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName notes
MaxLength 2000
RequiredLevel None
Type String

OverriddenCreatedOn

Property Value
DateTimeBehavior UserLocal
Description Date and time that the record was migrated.
DisplayName Record Created On
Format DateOnly
IsValidForForm False
IsValidForRead True
IsValidForUpdate False
LogicalName overriddencreatedon
RequiredLevel None
Type DateTime

OwnerId

Added by: Active Solution Solution

Property Value
Description Owner Id
DisplayName Owner
IsValidForForm True
IsValidForRead True
LogicalName ownerid
RequiredLevel SystemRequired
Targets systemuser,team
Type Owner

OwnerIdType

Added by: Active Solution Solution

Property Value
Description Owner Id Type
DisplayName
IsValidForForm False
IsValidForRead True
LogicalName owneridtype
RequiredLevel SystemRequired
Type EntityName

PendingAttempts

Property Value
Description The attempts available for processing the planner sync action.
DisplayName Pending Attempts
Format None
IsValidForForm False
IsValidForRead True
LogicalName pendingattempts
MaxValue 5
MinValue 0
RequiredLevel None
Type Integer

PercentComplete

Property Value
Description The percentage of completion for the planner task.
DisplayName Percent Complete
Format None
IsValidForForm False
IsValidForRead True
LogicalName percentcomplete
MaxValue 100
MinValue 0
RequiredLevel None
Type Integer

PlannerBusinessScenarioId

Property Value
Description Id of the Business Scenario in Planner.
DisplayName Planner Business Scenario Id
IsValidForForm False
IsValidForRead True
IsValidForUpdate False
LogicalName plannerbusinessscenarioid
RequiredLevel SystemRequired
Targets plannerbusinessscenario
Type Lookup

PlannerSyncActionId

Property Value
Description Planner Sync Action Id
DisplayName Planner Sync Action Id
IsValidForForm False
IsValidForRead True
IsValidForUpdate False
LogicalName plannersyncactionid
RequiredLevel SystemRequired
Type Uniqueidentifier

Priority

Property Value
Description The priority of the planner task.
DisplayName Priority
Format None
IsValidForForm False
IsValidForRead True
LogicalName priority
MaxValue 10
MinValue 0
RequiredLevel None
Type Integer

QueuedOn

Property Value
DateTimeBehavior TimeZoneIndependent
Description For internal use only. Date and time when the action was queued.
DisplayName Queued On
Format DateAndTime
IsValidForForm False
IsValidForRead True
LogicalName queuedon
RequiredLevel None
Type DateTime

SourceRecordEntityLogicalName

Property Value
Description
DisplayName Source Record Entity Logical Name
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
IsValidForUpdate False
LogicalName sourcerecordentitylogicalname
MaxLength 50
RequiredLevel SystemRequired
Type String

SourceRecordId

Property Value
Description
DisplayName Source Record Id
IsValidForForm False
IsValidForRead True
IsValidForUpdate False
LogicalName sourcerecordid
RequiredLevel SystemRequired
Type Uniqueidentifier

StartDateTime

Property Value
DateTimeBehavior TimeZoneIndependent
Description Date and time when the planner task was started.
DisplayName Start Date Time
Format DateAndTime
IsValidForForm False
IsValidForRead True
LogicalName startdatetime
RequiredLevel None
Type DateTime

statecode

Property Value
Description Status of the Planner Sync Action
DisplayName Status
IsValidForCreate False
IsValidForForm True
IsValidForRead True
LogicalName statecode
RequiredLevel SystemRequired
Type State

statecode Choices/Options

Value Label DefaultStatus InvariantName
0 Active 1 Active
1 Inactive 2 Inactive

statuscode

Property Value
Description Reason for the status of the Planner Sync Action
DisplayName Status Reason
IsValidForForm True
IsValidForRead True
LogicalName statuscode
RequiredLevel None
Type Status

statuscode Choices/Options

Value Label State
1 Active 0
2 Inactive 1

TimeZoneRuleVersionNumber

Property Value
Description For internal use only.
DisplayName Time Zone Rule Version Number
Format None
IsValidForForm False
IsValidForRead True
LogicalName timezoneruleversionnumber
MaxValue 2147483647
MinValue -1
RequiredLevel None
Type Integer

Title

Property Value
Description
DisplayName Title
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName title
MaxLength 200
RequiredLevel SystemRequired
Type String

UTCConversionTimeZoneCode

Property Value
Description Time zone code that was in use when the record was created.
DisplayName UTC Conversion Time Zone Code
Format None
IsValidForForm False
IsValidForRead True
LogicalName utcconversiontimezonecode
MaxValue 2147483647
MinValue -1
RequiredLevel None
Type Integer

Read-only columns/attributes

These columns/attributes return false for both IsValidForCreate or IsValidForUpdate. Listed by SchemaName.

OwnerIdName

Added by: Active Solution Solution

Property Value
Description Name of the owner
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName owneridname
MaxLength 100
RequiredLevel SystemRequired
Type String

OwnerIdYomiName

Added by: Active Solution Solution

Property Value
Description Yomi name of the owner
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName owneridyominame
MaxLength 100
RequiredLevel SystemRequired
Type String

OwningBusinessUnit

Added by: Active Solution Solution

Property Value
Description Unique identifier for the business unit that owns the record
DisplayName Owning Business Unit
IsValidForForm True
IsValidForRead True
LogicalName owningbusinessunit
RequiredLevel SystemRequired
Targets businessunit
Type Lookup

OwningBusinessUnitName

Added by: Active Solution Solution

Property Value
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName owningbusinessunitname
MaxLength 100
RequiredLevel SystemRequired
Type String

OwningTeam

Added by: Active Solution Solution

Property Value
Description Unique identifier for the team that owns the record.
DisplayName Owning Team
IsValidForForm False
IsValidForRead True
LogicalName owningteam
RequiredLevel None
Targets team
Type Lookup

OwningUser

Added by: Active Solution Solution

Property Value
Description Unique identifier for the user that owns the record.
DisplayName Owning User
IsValidForForm False
IsValidForRead True
LogicalName owninguser
RequiredLevel None
Targets systemuser
Type Lookup

plannerbusinessscenarioidName

Property Value
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName plannerbusinessscenarioidname
MaxLength 50
RequiredLevel None
Type String

VersionNumber

Added by: Active Solution Solution

Property Value
Description Version Number
DisplayName Version Number
IsValidForForm False
IsValidForRead True
LogicalName versionnumber
MaxValue 9223372036854775807
MinValue -9223372036854775808
RequiredLevel None
Type BigInt

One-To-Many Relationships

Listed by SchemaName.

plannersyncaction_SyncErrors

Added by: System Solution Solution

Same as the plannersyncaction_SyncErrors many-to-one relationship for the syncerror table/entity.

Property Value
ReferencingEntity syncerror
ReferencingAttribute regardingobjectid
IsHierarchical False
IsCustomizable True
ReferencedEntityNavigationPropertyName plannersyncaction_SyncErrors
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: Cascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

plannersyncaction_AsyncOperations

Added by: System Solution Solution

Same as the plannersyncaction_AsyncOperations many-to-one relationship for the asyncoperation table/entity.

Property Value
ReferencingEntity asyncoperation
ReferencingAttribute regardingobjectid
IsHierarchical False
IsCustomizable True
ReferencedEntityNavigationPropertyName plannersyncaction_AsyncOperations
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

plannersyncaction_MailboxTrackingFolders

Added by: System Solution Solution

Same as the plannersyncaction_MailboxTrackingFolders many-to-one relationship for the mailboxtrackingfolder table/entity.

Property Value
ReferencingEntity mailboxtrackingfolder
ReferencingAttribute regardingobjectid
IsHierarchical False
IsCustomizable True
ReferencedEntityNavigationPropertyName plannersyncaction_MailboxTrackingFolders
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: Cascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

plannersyncaction_ProcessSession

Added by: System Solution Solution

Same as the plannersyncaction_ProcessSession many-to-one relationship for the processsession table/entity.

Property Value
ReferencingEntity processsession
ReferencingAttribute regardingobjectid
IsHierarchical False
IsCustomizable True
ReferencedEntityNavigationPropertyName plannersyncaction_ProcessSession
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

plannersyncaction_BulkDeleteFailures

Added by: System Solution Solution

Same as the plannersyncaction_BulkDeleteFailures many-to-one relationship for the bulkdeletefailure table/entity.

Property Value
ReferencingEntity bulkdeletefailure
ReferencingAttribute regardingobjectid
IsHierarchical False
IsCustomizable True
ReferencedEntityNavigationPropertyName plannersyncaction_BulkDeleteFailures
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: Cascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

plannersyncaction_PrincipalObjectAttributeAccesses

Added by: System Solution Solution

Same as the plannersyncaction_PrincipalObjectAttributeAccesses many-to-one relationship for the principalobjectattributeaccess table/entity.

Property Value
ReferencingEntity principalobjectattributeaccess
ReferencingAttribute objectid
IsHierarchical False
IsCustomizable True
ReferencedEntityNavigationPropertyName plannersyncaction_PrincipalObjectAttributeAccesses
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: Cascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

Many-To-One Relationships

Each Many-To-One relationship is defined by a corresponding One-To-Many relationship with the related table. Listed by SchemaName.

user_plannersyncaction

Added by: System Solution Solution

See the user_plannersyncaction one-to-many relationship for the systemuser table/entity.

team_plannersyncaction

Added by: System Solution Solution

See the team_plannersyncaction one-to-many relationship for the team table/entity.

business_unit_plannersyncaction

Added by: System Solution Solution

See the business_unit_plannersyncaction one-to-many relationship for the businessunit table/entity.

plannerbusinessscenario_plannersyncaction_plannerbusinessscenarioid

See the plannerbusinessscenario_plannersyncaction_plannerbusinessscenarioid one-to-many relationship for the plannerbusinessscenario table/entity.

See also

Dataverse table/entity reference
Web API Reference