System Job (AsyncOperation) table/entity reference
Note
Unsure about table vs. entity? See Developers: Understand terminology in Microsoft Dataverse.
Process whose execution can proceed independently or in the background.
Messages
| Message | Web API Operation | SDK Assembly |
|---|---|---|
| Create | POST [org URI]/api/data/v9.0/asyncoperations See Create |
CreateRequest or Create |
| Delete | DELETE [org URI]/api/data/v9.0/asyncoperations(asyncoperationid) See Delete |
DeleteRequest or Delete |
| Retrieve | GET [org URI]/api/data/v9.0/asyncoperations(asyncoperationid) See Retrieve |
RetrieveRequest or Retrieve |
| RetrieveMultiple | GET [org URI]/api/data/v9.0/asyncoperations See Query Data |
RetrieveMultipleRequest or RetrieveMultiple |
| RetrievePrincipalAccess | RetrievePrincipalAccess Function | RetrievePrincipalAccessRequest |
| Update | PATCH [org URI]/api/data/v9.0/asyncoperations(asyncoperationid) See Update |
UpdateRequest or Update |
Properties
| Property | Value |
|---|---|
| CollectionSchemaName | AsyncOperations |
| DisplayCollectionName | System Jobs |
| DisplayName | System Job |
| EntitySetName | asyncoperations |
| IsBPFEntity | False |
| LogicalCollectionName | asyncoperations |
| LogicalName | asyncoperation |
| OwnershipType | UserOwned |
| PrimaryIdAttribute | asyncoperationid |
| PrimaryNameAttribute | name |
| SchemaName | AsyncOperation |
Writable columns/attributes
These columns/attributes return true for either IsValidForCreate or IsValidForUpdate (usually both). Listed by SchemaName.
- AsyncOperationId
- BreadcrumbId
- CallerOrigin
- CorrelationId
- CorrelationUpdatedTime
- Data
- DependencyToken
- Depth
- ExpanderStartTime
- FriendlyMessage
- HostId
- MessageName
- Name
- OperationType
- OwnerId
- OwnerIdType
- OwningExtensionId
- OwningExtensionIdName
- OwningExtensionTypeCode
- ParentPluginExecutionId
- PostponeUntil
- PrimaryEntityType
- RecurrencePattern
- RecurrenceStartTime
- RegardingObjectId
- RegardingObjectIdName
- RegardingObjectIdYomiName
- RegardingObjectTypeCode
- RequestId
- RetainJobHistory
- RootExecutionContext
- StateCode
- StatusCode
- TimeZoneRuleVersionNumber
- UTCConversionTimeZoneCode
- WorkflowActivationId
- Workload
AsyncOperationId
| Property | Value |
|---|---|
| Description | Unique identifier of the system job. |
| DisplayName | System Job |
| IsValidForForm | False |
| IsValidForRead | True |
| IsValidForUpdate | False |
| LogicalName | asyncoperationid |
| RequiredLevel | SystemRequired |
| Type | Uniqueidentifier |
BreadcrumbId
| Property | Value |
|---|---|
| Description | The breadcrumb record ID. |
| DisplayName | Breadcrumb ID |
| IsValidForForm | True |
| IsValidForRead | True |
| IsValidForUpdate | False |
| LogicalName | breadcrumbid |
| RequiredLevel | None |
| Type | Uniqueidentifier |
CallerOrigin
| Property | Value |
|---|---|
| Description | The origin of the caller. |
| DisplayName | Caller Origin |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| IsValidForUpdate | False |
| LogicalName | callerorigin |
| MaxLength | 256 |
| RequiredLevel | None |
| Type | String |
CorrelationId
| Property | Value |
|---|---|
| Description | Unique identifier used to correlate between multiple SDK requests and system jobs. |
| DisplayName | Correlation Id |
| IsValidForForm | False |
| IsValidForRead | True |
| IsValidForUpdate | False |
| LogicalName | correlationid |
| RequiredLevel | SystemRequired |
| Type | Uniqueidentifier |
CorrelationUpdatedTime
| Property | Value |
|---|---|
| DateTimeBehavior | UserLocal |
| Description | Last time the correlation depth was updated. |
| DisplayName | Correlation Updated Time |
| Format | DateAndTime |
| IsValidForForm | False |
| IsValidForRead | True |
| IsValidForUpdate | False |
| LogicalName | correlationupdatedtime |
| RequiredLevel | SystemRequired |
| Type | DateTime |
Data
| Property | Value |
|---|---|
| Description | Unstructured data associated with the system job. |
| DisplayName | Data |
| Format | TextArea |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | data |
| MaxLength | 1073741823 |
| RequiredLevel | None |
| Type | Memo |
DependencyToken
| Property | Value |
|---|---|
| Description | Execution of all operations with the same dependency token is serialized. |
| DisplayName | Dependency Token |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| IsValidForUpdate | False |
| LogicalName | dependencytoken |
| MaxLength | 256 |
| RequiredLevel | None |
| Type | String |
Depth
| Property | Value |
|---|---|
| Description | Number of SDK calls made since the first call. |
| DisplayName | Depth |
| Format | None |
| IsValidForForm | False |
| IsValidForRead | True |
| IsValidForUpdate | False |
| LogicalName | depth |
| MaxValue | 2147483647 |
| MinValue | 0 |
| RequiredLevel | SystemRequired |
| Type | Integer |
ExpanderStartTime
| Property | Value |
|---|---|
| DateTimeBehavior | UserLocal |
| Description | The datetime when the Expander pipeline started. |
| DisplayName | Expander Start Time |
| Format | DateAndTime |
| IsValidForForm | True |
| IsValidForRead | True |
| IsValidForUpdate | False |
| LogicalName | expanderstarttime |
| RequiredLevel | None |
| Type | DateTime |
FriendlyMessage
| Property | Value |
|---|---|
| Description | Message provided by the system job. |
| DisplayName | Friendly message |
| Format | Text |
| IsLocalizable | False |
| IsValidForCreate | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | friendlymessage |
| MaxLength | 100000 |
| RequiredLevel | None |
| Type | Memo |
HostId
| Property | Value |
|---|---|
| Description | Unique identifier of the host that owns this system job. |
| DisplayName | Host |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| IsValidForUpdate | False |
| LogicalName | hostid |
| MaxLength | 256 |
| RequiredLevel | None |
| Type | String |
MessageName
| Property | Value |
|---|---|
| Description | Name of the message that started this system job. |
| DisplayName | Message Name |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| IsValidForUpdate | False |
| LogicalName | messagename |
| MaxLength | 160 |
| RequiredLevel | None |
| Type | String |
Name
| Property | Value |
|---|---|
| Description | Name of the system job. |
| DisplayName | System Job Name |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| IsValidForUpdate | False |
| LogicalName | name |
| MaxLength | 256 |
| RequiredLevel | None |
| Type | String |
OperationType
| Property | Value |
|---|---|
| Description | Type of the system job. |
| DisplayName | System Job Type |
| IsValidForForm | True |
| IsValidForRead | True |
| IsValidForUpdate | False |
| LogicalName | operationtype |
| RequiredLevel | None |
| Type | Picklist |
OperationType Choices/Options
| Value | Label | Description |
|---|---|---|
| 1 | System Event | |
| 2 | Bulk Email | |
| 3 | Import File Parse | |
| 4 | Transform Parse Data | |
| 5 | Import | |
| 6 | Activity Propagation | |
| 7 | Duplicate Detection Rule Publish | |
| 8 | Bulk Duplicate Detection | |
| 9 | SQM Data Collection | |
| 10 | Workflow | |
| 11 | Quick Campaign | |
| 12 | Matchcode Update | |
| 13 | Bulk Delete | |
| 14 | Deletion Service | |
| 15 | Index Management | |
| 16 | Collect Organization Statistics | |
| 17 | Import Subprocess | |
| 18 | Calculate Organization Storage Size | |
| 19 | Collect Organization Database Statistics | |
| 20 | Collection Organization Size Statistics | |
| 21 | Database Tuning | |
| 22 | Calculate Organization Maximum Storage Size | |
| 23 | Bulk Delete Subprocess | |
| 24 | Update Statistic Intervals | |
| 25 | Organization Full Text Catalog Index | |
| 26 | Database log backup | |
| 27 | Update Contract States | |
| 28 | DBCC SHRINKDATABASE maintenance job | |
| 29 | DBCC SHRINKFILE maintenance job | |
| 30 | Reindex all indices maintenance job | |
| 31 | Storage Limit Notification | |
| 32 | Cleanup inactive workflow assemblies | |
| 35 | Recurring Series Expansion | |
| 38 | Import Sample Data | |
| 40 | Goal Roll Up | |
| 41 | Audit Partition Creation | |
| 42 | Check For Language Pack Updates | |
| 43 | Provision Language Pack | |
| 44 | Update Organization Database | |
| 45 | Update Solution | |
| 46 | Regenerate Entity Row Count Snapshot Data | |
| 47 | Regenerate Read Share Snapshot Data | |
| 49 | Post to Yammer | |
| 50 | Outgoing Activity | |
| 51 | Incoming Email Processing | |
| 52 | Mailbox Test Access | |
| 53 | Encryption Health Check | |
| 54 | Execute Async Request | |
| 56 | Update Entitlement States | |
| 57 | Calculate Rollup Field | |
| 58 | Mass Calculate Rollup Field | |
| 59 | Import Translation | |
| 62 | Convert Date And Time Behavior | |
| 63 | EntityKey Index Creation | |
| 65 | Update Knowledge Article States | |
| 68 | Resource Booking Sync | |
| 69 | Relationship Assistant Cards | |
| 71 | Cleanup Solution Components | |
| 72 | App Module Metadata Operation | |
| 73 | ALM Anomaly Detection Operation | |
| 75 | Flow Notification | |
| 76 | Ribbon Client Metadata Operation | |
| 79 | CallbackRegistration Expander Operation | |
| 90 | CascadeAssign | |
| 91 | CascadeDelete | |
| 92 | Event Expander Operation | |
| 93 | Import Solution Metadata | |
| 94 | Bulk Delete File Attachment | |
| 95 | Refresh Business Unit for Records Owned By Principal | |
| 96 | Revoke Inherited Access | |
| 98 | Create Or Refresh Virtual Entity | |
| 100 | Cascade FlowSession Permissions Async Operation | |
| 101 | Update Modern Flow Async Operation | |
| 201 | Provision language for user | |
| 202 | Export Solution Async Operation | |
| 203 | Import Solution Async Operation | |
| 250 | Refresh Runtime Integration Components Async Operation | |
| 12801 | Cascade Grant or Revoke Access Version Tracking Async Operation | |
| 190690091 | AI Builder Training Events | |
| 190690092 | AI Builder Prediction Events |
OwnerId
| Property | Value |
|---|---|
| Description | Unique identifier of the user or team who owns the system job. |
| DisplayName | Owner |
| IsValidForForm | True |
| IsValidForRead | True |
| IsValidForUpdate | False |
| LogicalName | ownerid |
| RequiredLevel | SystemRequired |
| Targets | systemuser,team |
| Type | Owner |
OwnerIdType
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | owneridtype |
| RequiredLevel | SystemRequired |
| Type | EntityName |
OwningExtensionId
| Property | Value |
|---|---|
| Description | Unique identifier of the owning extension with which the system job is associated. |
| DisplayName | Owning Extension |
| IsValidForForm | True |
| IsValidForRead | True |
| IsValidForUpdate | False |
| LogicalName | owningextensionid |
| RequiredLevel | None |
| Targets | sdkmessageprocessingstep |
| Type | Lookup |
OwningExtensionIdName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| IsValidForUpdate | False |
| LogicalName | owningextensionidname |
| MaxLength | 256 |
| RequiredLevel | None |
| Type | String |
OwningExtensionTypeCode
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| IsValidForForm | False |
| IsValidForRead | True |
| IsValidForUpdate | False |
| LogicalName | owningextensiontypecode |
| RequiredLevel | None |
| Type | EntityName |
ParentPluginExecutionId
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| IsValidForForm | False |
| IsValidForRead | True |
| IsValidForUpdate | False |
| LogicalName | parentpluginexecutionid |
| RequiredLevel | None |
| Type | Uniqueidentifier |
PostponeUntil
| Property | Value |
|---|---|
| DateTimeBehavior | UserLocal |
| Description | Indicates whether the system job should run only after the specified date and time. |
| DisplayName | Postpone Until |
| Format | DateAndTime |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | postponeuntil |
| RequiredLevel | None |
| Type | DateTime |
PrimaryEntityType
| Property | Value |
|---|---|
| Description | Type of entity with which the system job is primarily associated. |
| DisplayName | Primary Entity Type |
| IsValidForForm | False |
| IsValidForRead | True |
| IsValidForUpdate | False |
| LogicalName | primaryentitytype |
| RequiredLevel | None |
| Type | EntityName |
RecurrencePattern
| Property | Value |
|---|---|
| Description | Pattern of the system job's recurrence. |
| DisplayName | Recurrence Pattern |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | recurrencepattern |
| MaxLength | 256 |
| RequiredLevel | None |
| Type | String |
RecurrenceStartTime
| Property | Value |
|---|---|
| DateTimeBehavior | UserLocal |
| Description | Starting time in UTC for the recurrence pattern. |
| DisplayName | Recurrence Start |
| Format | DateOnly |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | recurrencestarttime |
| RequiredLevel | None |
| Type | DateTime |
RegardingObjectId
| Property | Value |
|---|---|
| Description | Unique identifier of the object with which the system job is associated. |
| DisplayName | Regarding |
| IsValidForForm | True |
| IsValidForRead | True |
| IsValidForUpdate | False |
| LogicalName | regardingobjectid |
| RequiredLevel | None |
| Targets | account,activityfileattachment,activitymimeattachment,activitypointer,annotation,annualfiscalcalendar,appaction,appelement,applicationuser,appmodulecomponentedge,appmodulecomponentnode,appointment,appsetting,appusersetting,attributeimageconfig,attributemap,bot,botcomponent,businessunit,businessunitnewsarticle,calendar,canvasappextendedmetadata,cascadegrantrevokeaccessrecordstracker,cascadegrantrevokeaccessversiontracker,catalog,catalogassignment,channelaccessprofile,channelaccessprofilerule,comment,connection,connectionreference,connectionrole,connector,contact,conversationtranscript,convertrule,customapi,customapirequestparameter,customapiresponseproperty,customeraddress,customerrelationship,datalakefolder,datalakefolderpermission,datalakeworkspace,datalakeworkspacepermission,displaystring,email,emailserverprofile,entityanalyticsconfig,entityimageconfig,entityindex,entitymap,environmentvariabledefinition,environmentvariablevalue,exportsolutionupload,externalparty,externalpartyitem,fax,featurecontrolsetting,fixedmonthlyfiscalcalendar,flowmachine,flowmachinegroup,flowsession,goal,goalrollupquery,holidaywrapper,import,importdata,importfile,importlog,importmap,indexattributes,interactionforemail,internalcatalogassignment,isvconfig,kbarticle,kbarticlecomment,kbarticletemplate,keyvaultreference,knowledgearticle,knowledgebaserecord,letter,mailbox,mailmergetemplate,managedidentity,metric,monthlyfiscalcalendar,msdynce_botcontent,msdyn_aibdataset,msdyn_aibdatasetfile,msdyn_aibdatasetrecord,msdyn_aibdatasetscontainer,msdyn_aibfile,msdyn_aibfileattacheddata,msdyn_aiconfiguration,msdyn_aifptrainingdocument,msdyn_aimodel,msdyn_aiodimage,msdyn_aiodlabel,msdyn_aiodtrainingboundingbox,msdyn_aiodtrainingimage,msdyn_aitemplate,msdyn_analysiscomponent,msdyn_analysisjob,msdyn_analysisresult,msdyn_analysisresultdetail,msdyn_dataflow,msdyn_federatedarticle,msdyn_federatedarticleincident,msdyn_helppage,msdyn_kalanguagesetting,msdyn_kbattachment,msdyn_kmfederatedsearchconfig,msdyn_kmpersonalizationsetting,msdyn_knowledgearticleimage,msdyn_knowledgearticletemplate,msdyn_knowledgeinteractioninsight,msdyn_knowledgepersonalfilter,msdyn_knowledgesearchfilter,msdyn_knowledgesearchinsight,msdyn_pminferredtask,msdyn_pmrecording,msdyn_richtextfile,msdyn_serviceconfiguration,msdyn_slakpi,msdyn_solutionhealthrule,msdyn_solutionhealthruleargument,msdyn_solutionhealthruleset,msdyn_tour,organization,organizationdatasyncsubscription,organizationdatasyncsubscriptionentity,organizationsetting,package,pdfsetting,phonecall,pluginpackage,position,post,postfollow,privilege,processstageparameter,provisionlanguageforuser,quarterlyfiscalcalendar,queue,queueitem,recurringappointmentmaster,relationshipattribute,relationshiprole,relationshiprolemap,report,revokeinheritedaccessrecordstracker,role,rollupfield,routingrule,routingruleitem,savedquery,semiannualfiscalcalendar,serviceplan,serviceplanmapping,settingdefinition,sharepointdocumentlocation,sharepointsite,similarityrule,sla,socialactivity,socialprofile,solutioncomponentattributeconfiguration,solutioncomponentbatchconfiguration,solutioncomponentconfiguration,solutioncomponentrelationshipconfiguration,stagesolutionupload,subject,systemform,systemuser,systemuserauthorizationchangetracker,task,team,teammobileofflineprofilemembership,template,territory,theme,transactioncurrency,userform,usermapping,usermobileofflineprofilemembership,userquery,virtualentitymetadata,workflowbinary |
| Type | Lookup |
RegardingObjectIdName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| IsValidForUpdate | False |
| LogicalName | regardingobjectidname |
| MaxLength | 800 |
| RequiredLevel | None |
| Type | String |
RegardingObjectIdYomiName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| IsValidForUpdate | False |
| LogicalName | regardingobjectidyominame |
| MaxLength | 800 |
| RequiredLevel | None |
| Type | String |
RegardingObjectTypeCode
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| IsValidForForm | False |
| IsValidForRead | True |
| IsValidForUpdate | False |
| LogicalName | regardingobjecttypecode |
| RequiredLevel | None |
| Type | EntityName |
RequestId
| Property | Value |
|---|---|
| Description | Unique identifier of the request that generated the system job. |
| DisplayName | Request |
| IsValidForForm | False |
| IsValidForRead | True |
| IsValidForUpdate | False |
| LogicalName | requestid |
| RequiredLevel | None |
| Type | Uniqueidentifier |
RetainJobHistory
| Property | Value |
|---|---|
| Description | Retain job history. |
| DisplayName | Retain Job History |
| IsValidForForm | False |
| IsValidForRead | True |
| IsValidForUpdate | False |
| LogicalName | retainjobhistory |
| RequiredLevel | None |
| Type | Boolean |
RetainJobHistory Choices/Options
| Value | Label | Description |
|---|---|---|
| 1 | Yes | |
| 0 | No |
DefaultValue: False
RootExecutionContext
| Property | Value |
|---|---|
| Description | Root execution context of the job that trigerred async job. |
| DisplayName | RootExecutionContext |
| Format | TextArea |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | rootexecutioncontext |
| MaxLength | 1073741823 |
| RequiredLevel | None |
| Type | Memo |
StateCode
| Property | Value |
|---|---|
| Description | Status of the system job. |
| DisplayName | Status |
| IsValidForCreate | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | statecode |
| RequiredLevel | SystemRequired |
| Type | State |
StateCode Choices/Options
| Value | Label | DefaultStatus | InvariantName |
|---|---|---|---|
| 0 | Ready | 0 | Ready |
| 1 | Suspended | 10 | Suspended |
| 2 | Locked | 20 | Locked |
| 3 | Completed | 30 | Completed |
StatusCode
| Property | Value |
|---|---|
| Description | Reason for the status of the system job. |
| DisplayName | Status Reason |
| IsValidForCreate | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | statuscode |
| RequiredLevel | None |
| Type | Status |
StatusCode Choices/Options
| Value | Label | State |
|---|---|---|
| 0 | Waiting For Resources | 0 |
| 10 | Waiting | 1 |
| 20 | In Progress | 2 |
| 21 | Pausing | 2 |
| 22 | Canceling | 2 |
| 30 | Succeeded | 3 |
| 31 | Failed | 3 |
| 32 | Canceled | 3 |
TimeZoneRuleVersionNumber
| Property | Value |
|---|---|
| Description | For internal use only. |
| DisplayName | |
| Format | None |
| IsValidForForm | False |
| IsValidForRead | True |
| IsValidForUpdate | False |
| LogicalName | timezoneruleversionnumber |
| MaxValue | 2147483647 |
| MinValue | -1 |
| RequiredLevel | None |
| Type | Integer |
UTCConversionTimeZoneCode
| Property | Value |
|---|---|
| Description | Time zone code that was in use when the record was created. |
| DisplayName | |
| Format | None |
| IsValidForForm | False |
| IsValidForRead | True |
| IsValidForUpdate | False |
| LogicalName | utcconversiontimezonecode |
| MaxValue | 2147483647 |
| MinValue | -1 |
| RequiredLevel | None |
| Type | Integer |
WorkflowActivationId
| Property | Value |
|---|---|
| Description | Unique identifier of the workflow activation related to the system job. |
| DisplayName | Workflow Activation Id |
| IsValidForForm | False |
| IsValidForRead | True |
| IsValidForUpdate | False |
| LogicalName | workflowactivationid |
| RequiredLevel | None |
| Targets | workflow |
| Type | Lookup |
Workload
| Property | Value |
|---|---|
| Description | The workload name. |
| DisplayName | Workload |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| IsValidForUpdate | False |
| LogicalName | workload |
| MaxLength | 256 |
| RequiredLevel | None |
| Type | String |
Read-only columns/attributes
These columns/attributes return false for both IsValidForCreate or IsValidForUpdate. Listed by SchemaName.
- CompletedOn
- CreatedBy
- CreatedByName
- CreatedByYomiName
- CreatedOn
- CreatedOnBehalfBy
- CreatedOnBehalfByName
- CreatedOnBehalfByYomiName
- DataBlobId_Name
- ErrorCode
- ExecutionTimeSpan
- IsWaitingForEvent
- Message
- ModifiedBy
- ModifiedByName
- ModifiedByYomiName
- ModifiedOn
- ModifiedOnBehalfBy
- ModifiedOnBehalfByName
- ModifiedOnBehalfByYomiName
- OwnerIdName
- OwnerIdYomiName
- OwningBusinessUnit
- OwningTeam
- OwningUser
- RetryCount
- Sequence
- StartedOn
- Subtype
- WorkflowActivationIdName
- WorkflowIsBlocked
- WorkflowStageName
- WorkflowState
CompletedOn
| Property | Value |
|---|---|
| DateTimeBehavior | UserLocal |
| Description | Date and time when the system job was completed. |
| DisplayName | Completed On |
| Format | DateAndTime |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | completedon |
| RequiredLevel | None |
| Type | DateTime |
CreatedBy
| Property | Value |
|---|---|
| Description | Unique identifier of the user who created the system job. |
| DisplayName | Created By |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | createdby |
| RequiredLevel | SystemRequired |
| Targets | systemuser |
| Type | Lookup |
CreatedByName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | createdbyname |
| MaxLength | 160 |
| RequiredLevel | None |
| Type | String |
CreatedByYomiName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | createdbyyominame |
| MaxLength | 160 |
| RequiredLevel | None |
| Type | String |
CreatedOn
| Property | Value |
|---|---|
| DateTimeBehavior | UserLocal |
| Description | Date and time when the system job was created. |
| DisplayName | Created On |
| Format | DateAndTime |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | createdon |
| RequiredLevel | None |
| Type | DateTime |
CreatedOnBehalfBy
| Property | Value |
|---|---|
| Description | Unique identifier of the delegate user who created the asyncoperation. |
| DisplayName | Created By (Delegate) |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | createdonbehalfby |
| RequiredLevel | None |
| Targets | systemuser |
| Type | Lookup |
CreatedOnBehalfByName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | createdonbehalfbyname |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
CreatedOnBehalfByYomiName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | createdonbehalfbyyominame |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
DataBlobId_Name
Added by: Active Solution Solution
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | datablobid_name |
| MaxLength | 200 |
| RequiredLevel | None |
| Type | String |
ErrorCode
| Property | Value |
|---|---|
| Description | Error code returned from a canceled system job. |
| DisplayName | Error Code |
| Format | None |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | errorcode |
| MaxValue | 2147483647 |
| MinValue | -2147483648 |
| RequiredLevel | None |
| Type | Integer |
ExecutionTimeSpan
| Property | Value |
|---|---|
| Description | Time that the system job has taken to execute. |
| DisplayName | ExecutionTimeSpan |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | executiontimespan |
| MaxValue | 1000000000 |
| MinValue | 0 |
| Precision | 2 |
| RequiredLevel | SystemRequired |
| Type | Double |
IsWaitingForEvent
| Property | Value |
|---|---|
| Description | Indicates that the system job is waiting for an event. |
| DisplayName | Waiting for Event |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | iswaitingforevent |
| RequiredLevel | None |
| Type | Boolean |
IsWaitingForEvent Choices/Options
| Value | Label | Description |
|---|---|---|
| 1 | Yes | |
| 0 | No |
DefaultValue: False
Message
| Property | Value |
|---|---|
| Description | Message related to the system job. |
| DisplayName | Message |
| Format | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | message |
| MaxLength | 100000 |
| RequiredLevel | None |
| Type | Memo |
ModifiedBy
| Property | Value |
|---|---|
| Description | Unique identifier of the user who last modified the system job. |
| DisplayName | Modified By |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | modifiedby |
| RequiredLevel | SystemRequired |
| Targets | systemuser |
| Type | Lookup |
ModifiedByName
| Property | Value |
|---|---|
| Description | Name of the user who last modified the record. |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | modifiedbyname |
| MaxLength | 160 |
| RequiredLevel | None |
| Type | String |
ModifiedByYomiName
| Property | Value |
|---|---|
| Description | YomiName of the user who last modified the record. |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | modifiedbyyominame |
| MaxLength | 160 |
| RequiredLevel | None |
| Type | String |
ModifiedOn
| Property | Value |
|---|---|
| DateTimeBehavior | UserLocal |
| Description | Date and time when the system job was last modified. |
| DisplayName | Modified On |
| Format | DateAndTime |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | modifiedon |
| RequiredLevel | None |
| Type | DateTime |
ModifiedOnBehalfBy
| Property | Value |
|---|---|
| Description | Unique identifier of the delegate user who last modified the asyncoperation. |
| DisplayName | Modified By (Delegate) |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | modifiedonbehalfby |
| RequiredLevel | None |
| Targets | systemuser |
| Type | Lookup |
ModifiedOnBehalfByName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | modifiedonbehalfbyname |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
ModifiedOnBehalfByYomiName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | modifiedonbehalfbyyominame |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
OwnerIdName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | owneridname |
| MaxLength | 160 |
| RequiredLevel | SystemRequired |
| Type | String |
OwnerIdYomiName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | owneridyominame |
| MaxLength | 160 |
| RequiredLevel | SystemRequired |
| Type | String |
OwningBusinessUnit
| Property | Value |
|---|---|
| Description | Unique identifier of the business unit that owns the system job. |
| DisplayName | Owning Business Unit |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | owningbusinessunit |
| RequiredLevel | SystemRequired |
| Targets | businessunit |
| Type | Lookup |
OwningTeam
| Property | Value |
|---|---|
| Description | Unique identifier of the team who owns the record. |
| DisplayName | Owning Team |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | owningteam |
| RequiredLevel | None |
| Targets | team |
| Type | Lookup |
OwningUser
| Property | Value |
|---|---|
| Description | Unique identifier of the user who owns the record. |
| DisplayName | Owning User |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | owninguser |
| RequiredLevel | None |
| Targets | systemuser |
| Type | Lookup |
RetryCount
| Property | Value |
|---|---|
| Description | Number of times to retry the system job. |
| DisplayName | Retry Count |
| Format | None |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | retrycount |
| MaxValue | 2147483647 |
| MinValue | 0 |
| RequiredLevel | None |
| Type | Integer |
Sequence
| Property | Value |
|---|---|
| Description | Order in which operations were submitted. |
| DisplayName | Sequence |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | sequence |
| MaxValue | 9223372036854775807 |
| MinValue | -9223372036854775808 |
| RequiredLevel | SystemRequired |
| Type | BigInt |
StartedOn
| Property | Value |
|---|---|
| DateTimeBehavior | UserLocal |
| Description | Date and time when the system job was started. |
| DisplayName | Started On |
| Format | DateAndTime |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | startedon |
| RequiredLevel | None |
| Type | DateTime |
Subtype
| Property | Value |
|---|---|
| Description | The Subtype of the Async Job |
| DisplayName | Subtype |
| Format | None |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | subtype |
| MaxValue | 255 |
| MinValue | 0 |
| RequiredLevel | None |
| Type | Integer |
WorkflowActivationIdName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | workflowactivationidname |
| MaxLength | 160 |
| RequiredLevel | None |
| Type | String |
WorkflowIsBlocked
| Property | Value |
|---|---|
| Description | Indicates whether the workflow instance was blocked when it was persisted. |
| DisplayName | Workflow Is Blocked |
| IsValidForForm | False |
| IsValidForRead | False |
| LogicalName | workflowisblocked |
| RequiredLevel | None |
| Type | Boolean |
WorkflowIsBlocked Choices/Options
| Value | Label | Description |
|---|---|---|
| 1 | Yes | |
| 0 | No |
DefaultValue: False
WorkflowStageName
| Property | Value |
|---|---|
| Description | Name of a workflow stage. |
| DisplayName | Workflow Stage |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | workflowstagename |
| MaxLength | 256 |
| RequiredLevel | None |
| Type | String |
WorkflowState
| Property | Value |
|---|---|
| Description | State of the workflow job. |
| DisplayName | Workflow State |
| FormatName | TextArea |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | False |
| LogicalName | workflowstate |
| MaxLength | 1073741823 |
| RequiredLevel | None |
| Type | String |
One-To-Many Relationships
Listed by SchemaName.
- AsyncOperation_MailboxTrackingFolder
- AsyncOperation_BulkDeleteOperation
- lk_workflowlog_asyncoperation_childworkflow
- AsyncOperation_Emails
- AsyncOperation_DuplicateBaseRecord
- lk_workflowlog_asyncoperations
- AsyncOperation_SocialActivities
AsyncOperation_MailboxTrackingFolder
Same as mailboxtrackingfolder table AsyncOperation_MailboxTrackingFolder Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | mailboxtrackingfolder |
| ReferencingAttribute | regardingobjectid |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | AsyncOperation_MailboxTrackingFolder |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: Cascade Delete: Cascade Merge: Cascade Reparent: Cascade Share: Cascade Unshare: Cascade |
AsyncOperation_BulkDeleteOperation
Same as bulkdeleteoperation table AsyncOperation_BulkDeleteOperation Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | bulkdeleteoperation |
| ReferencingAttribute | asyncoperationid |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | AsyncOperation_BulkDeleteOperation |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: Cascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_workflowlog_asyncoperation_childworkflow
Same as workflowlog table lk_workflowlog_asyncoperation_childworkflow Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | workflowlog |
| ReferencingAttribute | childworkflowinstanceid |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_workflowlog_asyncoperation_childworkflow |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
AsyncOperation_Emails
Same as email table AsyncOperation_Emails Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | |
| ReferencingAttribute | regardingobjectid |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | AsyncOperation_Emails |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: Cascade Delete: Cascade Merge: Cascade Reparent: Cascade Share: Cascade Unshare: Cascade |
AsyncOperation_DuplicateBaseRecord
Same as duplicaterecord table AsyncOperation_DuplicateBaseRecord Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | duplicaterecord |
| ReferencingAttribute | asyncoperationid |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | AsyncOperation_DuplicateBaseRecord |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: Cascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_workflowlog_asyncoperations
Same as workflowlog table lk_workflowlog_asyncoperations Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | workflowlog |
| ReferencingAttribute | asyncoperationid |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_workflowlog_asyncoperations |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: Cascade Delete: Cascade Merge: Cascade Reparent: Cascade Share: Cascade Unshare: Cascade |
AsyncOperation_SocialActivities
Same as socialactivity table AsyncOperation_SocialActivities Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | socialactivity |
| ReferencingAttribute | regardingobjectid |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | AsyncOperation_SocialActivities |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: Cascade Delete: Cascade Merge: Cascade Reparent: Cascade Share: Cascade Unshare: Cascade |
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.
- theme_AsyncOperations
- usermapping_AsyncOperations
- interactionforemail_AsyncOperations
- knowledgearticle_AsyncOperations
- post_AsyncOperations
- position_AsyncOperations
- KnowledgeBaseRecord_AsyncOperations
- lk_asyncoperation_createdby
- MonthlyFiscalCalendar_AsyncOperations
- lk_asyncoperation_workflowactivationid
- Report_AsyncOperations
- SocialActivity_AsyncOperations
- Connection_Role_AsyncOperations
- Team_AsyncOperations
- AnnualFiscalCalendar_AsyncOperations
- SharePointDocumentLocation_AsyncOperations
- PhoneCall_AsyncOperations
- mailbox_asyncoperations
- PostFollow_AsyncOperations
- Appointment_AsyncOperations
- slabase_AsyncOperations
- SavedQuery_AsyncOperations
- DisplayString_AsyncOperations
- KbArticleComment_AsyncOperations
- ActivityPointer_AsyncOperations
- Subject_AsyncOperations
- goalrollupquery_AsyncOperations
- Role_AsyncOperations
- SystemForm_AsyncOperations
- Annotation_AsyncOperations
- Privilege_AsyncOperations
- ActivityMimeAttachment_AsyncOperations
- Goal_AsyncOperations
- Fax_AsyncOperations
- QuarterlyFiscalCalendar_AsyncOperations
- SharePointSite_AsyncOperations
- UserQuery_AsyncOperations
- ImportMap_AsyncOperations
- BusinessUnit_AsyncOperations
- Queue_AsyncOperations
- QueueItem_AsyncOperations
- team_asyncoperation
- lk_asyncoperation_modifiedby
- UserForm_AsyncOperations
- TransactionCurrency_AsyncOperations
- rollupfield_AsyncOperations
- Letter_AsyncOperations
- KbArticle_AsyncOperations
- RecurringAppointmentMaster_AsyncOperations
- Task_AsyncOperations
- BusinessUnitNewsArticle_AsyncOperations
- Connection_AsyncOperations
- SystemUser_AsyncOperations
- KbArticleTemplate_AsyncOperations
- SdkMessageProcessingStep_AsyncOperations
- Template_AsyncOperations
- CustomerAddress_AsyncOperations
- Contact_AsyncOperations
- emailserverprofile_asyncoperations
- lk_asyncoperation_createdonbehalfby
- Import_AsyncOperations
- system_user_asyncoperation
- business_unit_asyncoperation
- ImportLog_AsyncOperations
- metric_AsyncOperations
- SocialProfile_AsyncOperations
- lk_asyncoperation_modifiedonbehalfby
- Account_AsyncOperations
- Email_AsyncOperations
- FixedMonthlyFiscalCalendar_AsyncOperations
- SemiAnnualFiscalCalendar_AsyncOperations
- MailMergeTemplate_AsyncOperations
- Organization_AsyncOperations
- Calendar_AsyncOperations
- ImportFile_AsyncOperations
- solutioncomponentattributeconfiguration_AsyncOperations
- solutioncomponentbatchconfiguration_AsyncOperations
- solutioncomponentconfiguration_AsyncOperations
- solutioncomponentrelationshipconfiguration_AsyncOperations
- package_AsyncOperations
- stagesolutionupload_AsyncOperations
- exportsolutionupload_AsyncOperations
- featurecontrolsetting_AsyncOperations
- attributeimageconfig_AsyncOperations
- entityimageconfig_AsyncOperations
- relationshipattribute_AsyncOperations
- catalog_AsyncOperations
- catalogassignment_AsyncOperations
- customapi_AsyncOperations
- customapirequestparameter_AsyncOperations
- customapiresponseproperty_AsyncOperations
- provisionlanguageforuser_AsyncOperations
- entityanalyticsconfig_AsyncOperations
- datalakefolder_AsyncOperations
- datalakefolderpermission_AsyncOperations
- datalakeworkspace_AsyncOperations
- datalakeworkspacepermission_AsyncOperations
- msdyn_dataflow_AsyncOperations
- serviceplan_AsyncOperations
- serviceplanmapping_AsyncOperations
- applicationuser_AsyncOperations
- connector_AsyncOperations
- environmentvariabledefinition_AsyncOperations
- environmentvariablevalue_AsyncOperations
- flowmachine_AsyncOperations
- flowmachinegroup_AsyncOperations
- processstageparameter_AsyncOperations
- flowsession_AsyncOperations
- workflowbinary_AsyncOperations
- connectionreference_AsyncOperations
- msdyn_aiconfiguration_AsyncOperations
- msdyn_aimodel_AsyncOperations
- msdyn_aitemplate_AsyncOperations
- msdyn_aifptrainingdocument_AsyncOperations
- msdyn_aiodimage_AsyncOperations
- msdyn_aiodlabel_AsyncOperations
- msdyn_aiodtrainingboundingbox_AsyncOperations
- msdyn_aiodtrainingimage_AsyncOperations
- msdyn_aibdataset_AsyncOperations
- msdyn_aibdatasetfile_AsyncOperations
- msdyn_aibdatasetrecord_AsyncOperations
- msdyn_aibdatasetscontainer_AsyncOperations
- msdyn_aibfile_AsyncOperations
- msdyn_aibfileattacheddata_AsyncOperations
- msdyn_helppage_AsyncOperations
- msdyn_tour_AsyncOperations
- msdynce_botcontent_AsyncOperations
- conversationtranscript_AsyncOperations
- bot_AsyncOperations
- botcomponent_AsyncOperations
- Territory_AsyncOperations
- activityfileattachment_AsyncOperations
- msdyn_serviceconfiguration_AsyncOperations
- msdyn_slakpi_AsyncOperations
- msdyn_federatedarticle_AsyncOperations
- msdyn_federatedarticleincident_AsyncOperations
- msdyn_kmfederatedsearchconfig_AsyncOperations
- msdyn_knowledgearticleimage_AsyncOperations
- msdyn_knowledgeinteractioninsight_AsyncOperations
- msdyn_knowledgesearchinsight_AsyncOperations
- msdyn_kalanguagesetting_AsyncOperations
- msdyn_kbattachment_AsyncOperations
- msdyn_kmpersonalizationsetting_AsyncOperations
- msdyn_knowledgearticletemplate_AsyncOperations
- msdyn_knowledgepersonalfilter_AsyncOperations
- msdyn_knowledgesearchfilter_AsyncOperations
- pluginpackage_AsyncOperations
- keyvaultreference_AsyncOperations
- managedidentity_AsyncOperations
- virtualentitymetadata_AsyncOperations
- organizationdatasyncsubscription_AsyncOperations
- organizationdatasyncsubscriptionentity_AsyncOperations
- appaction_AsyncOperations
- msdyn_richtextfile_AsyncOperations
- msdyn_pminferredtask_AsyncOperations
- msdyn_pmrecording_AsyncOperations
- msdyn_analysiscomponent_AsyncOperations
- msdyn_analysisjob_AsyncOperations
- msdyn_analysisresult_AsyncOperations
- msdyn_analysisresultdetail_AsyncOperations
- msdyn_solutionhealthrule_AsyncOperations
- msdyn_solutionhealthruleargument_AsyncOperations
- msdyn_solutionhealthruleset_AsyncOperations
theme_AsyncOperations
See theme Table theme_AsyncOperations One-To-Many relationship.
usermapping_AsyncOperations
See usermapping Table usermapping_AsyncOperations One-To-Many relationship.
interactionforemail_AsyncOperations
See interactionforemail Table interactionforemail_AsyncOperations One-To-Many relationship.
knowledgearticle_AsyncOperations
See knowledgearticle Table knowledgearticle_AsyncOperations One-To-Many relationship.
post_AsyncOperations
See post Table post_AsyncOperations One-To-Many relationship.
position_AsyncOperations
See position Table position_AsyncOperations One-To-Many relationship.
KnowledgeBaseRecord_AsyncOperations
See knowledgebaserecord Table KnowledgeBaseRecord_AsyncOperations One-To-Many relationship.
lk_asyncoperation_createdby
See systemuser Table lk_asyncoperation_createdby One-To-Many relationship.
MonthlyFiscalCalendar_AsyncOperations
See monthlyfiscalcalendar Table MonthlyFiscalCalendar_AsyncOperations One-To-Many relationship.
lk_asyncoperation_workflowactivationid
See workflow Table lk_asyncoperation_workflowactivationid One-To-Many relationship.
Report_AsyncOperations
See report Table Report_AsyncOperations One-To-Many relationship.
SocialActivity_AsyncOperations
See socialactivity Table SocialActivity_AsyncOperations One-To-Many relationship.
Connection_Role_AsyncOperations
See connectionrole Table Connection_Role_AsyncOperations One-To-Many relationship.
Team_AsyncOperations
See team Table Team_AsyncOperations One-To-Many relationship.
AnnualFiscalCalendar_AsyncOperations
See annualfiscalcalendar Table AnnualFiscalCalendar_AsyncOperations One-To-Many relationship.
SharePointDocumentLocation_AsyncOperations
See sharepointdocumentlocation Table SharePointDocumentLocation_AsyncOperations One-To-Many relationship.
PhoneCall_AsyncOperations
See phonecall Table PhoneCall_AsyncOperations One-To-Many relationship.
mailbox_asyncoperations
See mailbox Table mailbox_asyncoperations One-To-Many relationship.
PostFollow_AsyncOperations
See postfollow Table PostFollow_AsyncOperations One-To-Many relationship.
Appointment_AsyncOperations
See appointment Table Appointment_AsyncOperations One-To-Many relationship.
slabase_AsyncOperations
See sla Table slabase_AsyncOperations One-To-Many relationship.
SavedQuery_AsyncOperations
See savedquery Table SavedQuery_AsyncOperations One-To-Many relationship.
DisplayString_AsyncOperations
See displaystring Table DisplayString_AsyncOperations One-To-Many relationship.
KbArticleComment_AsyncOperations
See kbarticlecomment Table KbArticleComment_AsyncOperations One-To-Many relationship.
ActivityPointer_AsyncOperations
See activitypointer Table ActivityPointer_AsyncOperations One-To-Many relationship.
Subject_AsyncOperations
See subject Table Subject_AsyncOperations One-To-Many relationship.
goalrollupquery_AsyncOperations
See goalrollupquery Table goalrollupquery_AsyncOperations One-To-Many relationship.
Role_AsyncOperations
See role Table Role_AsyncOperations One-To-Many relationship.
SystemForm_AsyncOperations
See systemform Table SystemForm_AsyncOperations One-To-Many relationship.
Annotation_AsyncOperations
See annotation Table Annotation_AsyncOperations One-To-Many relationship.
Privilege_AsyncOperations
See privilege Table Privilege_AsyncOperations One-To-Many relationship.
ActivityMimeAttachment_AsyncOperations
See activitymimeattachment Table ActivityMimeAttachment_AsyncOperations One-To-Many relationship.
Goal_AsyncOperations
See goal Table Goal_AsyncOperations One-To-Many relationship.
Fax_AsyncOperations
See fax Table Fax_AsyncOperations One-To-Many relationship.
QuarterlyFiscalCalendar_AsyncOperations
See quarterlyfiscalcalendar Table QuarterlyFiscalCalendar_AsyncOperations One-To-Many relationship.
SharePointSite_AsyncOperations
See sharepointsite Table SharePointSite_AsyncOperations One-To-Many relationship.
UserQuery_AsyncOperations
See userquery Table UserQuery_AsyncOperations One-To-Many relationship.
ImportMap_AsyncOperations
See importmap Table ImportMap_AsyncOperations One-To-Many relationship.
BusinessUnit_AsyncOperations
See businessunit Table BusinessUnit_AsyncOperations One-To-Many relationship.
Queue_AsyncOperations
See queue Table Queue_AsyncOperations One-To-Many relationship.
QueueItem_AsyncOperations
See queueitem Table QueueItem_AsyncOperations One-To-Many relationship.
team_asyncoperation
See team Table team_asyncoperation One-To-Many relationship.
lk_asyncoperation_modifiedby
See systemuser Table lk_asyncoperation_modifiedby One-To-Many relationship.
UserForm_AsyncOperations
See userform Table UserForm_AsyncOperations One-To-Many relationship.
TransactionCurrency_AsyncOperations
See transactioncurrency Table TransactionCurrency_AsyncOperations One-To-Many relationship.
rollupfield_AsyncOperations
See rollupfield Table rollupfield_AsyncOperations One-To-Many relationship.
Letter_AsyncOperations
See letter Table Letter_AsyncOperations One-To-Many relationship.
KbArticle_AsyncOperations
See kbarticle Table KbArticle_AsyncOperations One-To-Many relationship.
RecurringAppointmentMaster_AsyncOperations
See recurringappointmentmaster Table RecurringAppointmentMaster_AsyncOperations One-To-Many relationship.
Task_AsyncOperations
See task Table Task_AsyncOperations One-To-Many relationship.
BusinessUnitNewsArticle_AsyncOperations
See businessunitnewsarticle Table BusinessUnitNewsArticle_AsyncOperations One-To-Many relationship.
Connection_AsyncOperations
See connection Table Connection_AsyncOperations One-To-Many relationship.
SystemUser_AsyncOperations
See systemuser Table SystemUser_AsyncOperations One-To-Many relationship.
KbArticleTemplate_AsyncOperations
See kbarticletemplate Table KbArticleTemplate_AsyncOperations One-To-Many relationship.
SdkMessageProcessingStep_AsyncOperations
See sdkmessageprocessingstep Table SdkMessageProcessingStep_AsyncOperations One-To-Many relationship.
Template_AsyncOperations
See template Table Template_AsyncOperations One-To-Many relationship.
CustomerAddress_AsyncOperations
See customeraddress Table CustomerAddress_AsyncOperations One-To-Many relationship.
Contact_AsyncOperations
See contact Table Contact_AsyncOperations One-To-Many relationship.
emailserverprofile_asyncoperations
See emailserverprofile Table emailserverprofile_asyncoperations One-To-Many relationship.
lk_asyncoperation_createdonbehalfby
See systemuser Table lk_asyncoperation_createdonbehalfby One-To-Many relationship.
Import_AsyncOperations
See import Table Import_AsyncOperations One-To-Many relationship.
system_user_asyncoperation
See systemuser Table system_user_asyncoperation One-To-Many relationship.
business_unit_asyncoperation
See businessunit Table business_unit_asyncoperation One-To-Many relationship.
ImportLog_AsyncOperations
See importlog Table ImportLog_AsyncOperations One-To-Many relationship.
metric_AsyncOperations
See metric Table metric_AsyncOperations One-To-Many relationship.
SocialProfile_AsyncOperations
See socialprofile Table SocialProfile_AsyncOperations One-To-Many relationship.
lk_asyncoperation_modifiedonbehalfby
See systemuser Table lk_asyncoperation_modifiedonbehalfby One-To-Many relationship.
Account_AsyncOperations
See account Table Account_AsyncOperations One-To-Many relationship.
Email_AsyncOperations
See email Table Email_AsyncOperations One-To-Many relationship.
FixedMonthlyFiscalCalendar_AsyncOperations
See fixedmonthlyfiscalcalendar Table FixedMonthlyFiscalCalendar_AsyncOperations One-To-Many relationship.
SemiAnnualFiscalCalendar_AsyncOperations
See semiannualfiscalcalendar Table SemiAnnualFiscalCalendar_AsyncOperations One-To-Many relationship.
MailMergeTemplate_AsyncOperations
See mailmergetemplate Table MailMergeTemplate_AsyncOperations One-To-Many relationship.
Organization_AsyncOperations
See organization Table Organization_AsyncOperations One-To-Many relationship.
Calendar_AsyncOperations
See calendar Table Calendar_AsyncOperations One-To-Many relationship.
ImportFile_AsyncOperations
See importfile Table ImportFile_AsyncOperations One-To-Many relationship.
solutioncomponentattributeconfiguration_AsyncOperations
Added by: Solution Component Configuration Solution
See solutioncomponentattributeconfiguration Table solutioncomponentattributeconfiguration_AsyncOperations One-To-Many relationship.
solutioncomponentbatchconfiguration_AsyncOperations
Added by: Solution Component Configuration Solution
See solutioncomponentbatchconfiguration Table solutioncomponentbatchconfiguration_AsyncOperations One-To-Many relationship.
solutioncomponentconfiguration_AsyncOperations
Added by: Solution Component Configuration Solution
See solutioncomponentconfiguration Table solutioncomponentconfiguration_AsyncOperations One-To-Many relationship.
solutioncomponentrelationshipconfiguration_AsyncOperations
Added by: Solution Component Configuration Solution
See solutioncomponentrelationshipconfiguration Table solutioncomponentrelationshipconfiguration_AsyncOperations One-To-Many relationship.
package_AsyncOperations
Added by: msdyn_SolutionPackageMapping Solution
See package Table package_AsyncOperations One-To-Many relationship.
stagesolutionupload_AsyncOperations
Added by: StageSolutionUpload Solution
See stagesolutionupload Table stagesolutionupload_AsyncOperations One-To-Many relationship.
exportsolutionupload_AsyncOperations
Added by: ExportSolutionUpload Solution
See exportsolutionupload Table exportsolutionupload_AsyncOperations One-To-Many relationship.
featurecontrolsetting_AsyncOperations
Added by: msdyn_FeatureControlSetting Solution
See featurecontrolsetting Table featurecontrolsetting_AsyncOperations One-To-Many relationship.
attributeimageconfig_AsyncOperations
Added by: Image Configuration Solution
See attributeimageconfig Table attributeimageconfig_AsyncOperations One-To-Many relationship.
entityimageconfig_AsyncOperations
Added by: Image Configuration Solution
See entityimageconfig Table entityimageconfig_AsyncOperations One-To-Many relationship.
relationshipattribute_AsyncOperations
Added by: Metadata Extension Solution
See relationshipattribute Table relationshipattribute_AsyncOperations One-To-Many relationship.
catalog_AsyncOperations
Added by: CatalogFramework Solution
See catalog Table catalog_AsyncOperations One-To-Many relationship.
catalogassignment_AsyncOperations
Added by: CatalogFramework Solution
See catalogassignment Table catalogassignment_AsyncOperations One-To-Many relationship.
customapi_AsyncOperations
Added by: Custom API Framework Solution
See customapi Table customapi_AsyncOperations One-To-Many relationship.
customapirequestparameter_AsyncOperations
Added by: Custom API Framework Solution
See customapirequestparameter Table customapirequestparameter_AsyncOperations One-To-Many relationship.
customapiresponseproperty_AsyncOperations
Added by: Custom API Framework Solution
See customapiresponseproperty Table customapiresponseproperty_AsyncOperations One-To-Many relationship.
provisionlanguageforuser_AsyncOperations
Added by: msft_LocalizationExtension Solution
See provisionlanguageforuser Table provisionlanguageforuser_AsyncOperations One-To-Many relationship.
entityanalyticsconfig_AsyncOperations
Added by: Advanced Analytics Infrastructure Solution
See entityanalyticsconfig Table entityanalyticsconfig_AsyncOperations One-To-Many relationship.
datalakefolder_AsyncOperations
Added by: Data lake workspaces Solution
See datalakefolder Table datalakefolder_AsyncOperations One-To-Many relationship.
datalakefolderpermission_AsyncOperations
Added by: Data lake workspaces Solution
See datalakefolderpermission Table datalakefolderpermission_AsyncOperations One-To-Many relationship.
datalakeworkspace_AsyncOperations
Added by: Data lake workspaces Solution
See datalakeworkspace Table datalakeworkspace_AsyncOperations One-To-Many relationship.
datalakeworkspacepermission_AsyncOperations
Added by: Data lake workspaces Solution
See datalakeworkspacepermission Table datalakeworkspacepermission_AsyncOperations One-To-Many relationship.
msdyn_dataflow_AsyncOperations
Added by: Dataflow Solution Solution
See msdyn_dataflow Table msdyn_dataflow_AsyncOperations One-To-Many relationship.
serviceplan_AsyncOperations
Added by: License Enforcement Solution
See serviceplan Table serviceplan_AsyncOperations One-To-Many relationship.
serviceplanmapping_AsyncOperations
Added by: License Enforcement Solution
See serviceplanmapping Table serviceplanmapping_AsyncOperations One-To-Many relationship.
applicationuser_AsyncOperations
Added by: ApplicationUserSolution Solution
See applicationuser Table applicationuser_AsyncOperations One-To-Many relationship.
connector_AsyncOperations
Added by: Power Connector Solution Solution
See connector Table connector_AsyncOperations One-To-Many relationship.
environmentvariabledefinition_AsyncOperations
Added by: Environment Variables Solution
See environmentvariabledefinition Table environmentvariabledefinition_AsyncOperations One-To-Many relationship.
environmentvariablevalue_AsyncOperations
Added by: Environment Variables Solution
See environmentvariablevalue Table environmentvariablevalue_AsyncOperations One-To-Many relationship.
flowmachine_AsyncOperations
Added by: Power Automate Extensions core package Solution
See flowmachine Table flowmachine_AsyncOperations One-To-Many relationship.
flowmachinegroup_AsyncOperations
Added by: Power Automate Extensions core package Solution
See flowmachinegroup Table flowmachinegroup_AsyncOperations One-To-Many relationship.
processstageparameter_AsyncOperations
Added by: Power Automate Extensions core package Solution
See processstageparameter Table processstageparameter_AsyncOperations One-To-Many relationship.
flowsession_AsyncOperations
Added by: Power Automate Extensions core package Solution
See flowsession Table flowsession_AsyncOperations One-To-Many relationship.
workflowbinary_AsyncOperations
Added by: Power Automate Extensions core package Solution
See workflowbinary Table workflowbinary_AsyncOperations One-To-Many relationship.
connectionreference_AsyncOperations
Added by: Power Platform Connection References Solution
See connectionreference Table connectionreference_AsyncOperations One-To-Many relationship.
msdyn_aiconfiguration_AsyncOperations
Added by: AISolution Solution
See msdyn_aiconfiguration Table msdyn_aiconfiguration_AsyncOperations One-To-Many relationship.
msdyn_aimodel_AsyncOperations
Added by: AISolution Solution
See msdyn_aimodel Table msdyn_aimodel_AsyncOperations One-To-Many relationship.
msdyn_aitemplate_AsyncOperations
Added by: AISolution Solution
See msdyn_aitemplate Table msdyn_aitemplate_AsyncOperations One-To-Many relationship.
msdyn_aifptrainingdocument_AsyncOperations
Added by: AI Solution deprecated templates Solution
See msdyn_aifptrainingdocument Table msdyn_aifptrainingdocument_AsyncOperations One-To-Many relationship.
msdyn_aiodimage_AsyncOperations
Added by: AI Solution deprecated templates Solution
See msdyn_aiodimage Table msdyn_aiodimage_AsyncOperations One-To-Many relationship.
msdyn_aiodlabel_AsyncOperations
Added by: AI Solution deprecated templates Solution
See msdyn_aiodlabel Table msdyn_aiodlabel_AsyncOperations One-To-Many relationship.
msdyn_aiodtrainingboundingbox_AsyncOperations
Added by: AI Solution deprecated templates Solution
See msdyn_aiodtrainingboundingbox Table msdyn_aiodtrainingboundingbox_AsyncOperations One-To-Many relationship.
msdyn_aiodtrainingimage_AsyncOperations
Added by: AI Solution deprecated templates Solution
See msdyn_aiodtrainingimage Table msdyn_aiodtrainingimage_AsyncOperations One-To-Many relationship.
msdyn_aibdataset_AsyncOperations
Added by: AI Solution default templates Solution
See msdyn_aibdataset Table msdyn_aibdataset_AsyncOperations One-To-Many relationship.
msdyn_aibdatasetfile_AsyncOperations
Added by: AI Solution default templates Solution
See msdyn_aibdatasetfile Table msdyn_aibdatasetfile_AsyncOperations One-To-Many relationship.
msdyn_aibdatasetrecord_AsyncOperations
Added by: AI Solution default templates Solution
See msdyn_aibdatasetrecord Table msdyn_aibdatasetrecord_AsyncOperations One-To-Many relationship.
msdyn_aibdatasetscontainer_AsyncOperations
Added by: AI Solution default templates Solution
See msdyn_aibdatasetscontainer Table msdyn_aibdatasetscontainer_AsyncOperations One-To-Many relationship.
msdyn_aibfile_AsyncOperations
Added by: AI Solution default templates Solution
See msdyn_aibfile Table msdyn_aibfile_AsyncOperations One-To-Many relationship.
msdyn_aibfileattacheddata_AsyncOperations
Added by: AI Solution default templates Solution
See msdyn_aibfileattacheddata Table msdyn_aibfileattacheddata_AsyncOperations One-To-Many relationship.
msdyn_helppage_AsyncOperations
Added by: Contextual Help Solution
See msdyn_helppage Table msdyn_helppage_AsyncOperations One-To-Many relationship.
msdyn_tour_AsyncOperations
Added by: Contextual Help Solution
See msdyn_tour Table msdyn_tour_AsyncOperations One-To-Many relationship.
msdynce_botcontent_AsyncOperations
Added by: Customer Care Intelligence Bots Solution
See msdynce_botcontent Table msdynce_botcontent_AsyncOperations One-To-Many relationship.
conversationtranscript_AsyncOperations
Added by: Power Virtual Agents Common Solution
See conversationtranscript Table conversationtranscript_AsyncOperations One-To-Many relationship.
bot_AsyncOperations
Added by: Power Virtual Agents Solution
See bot Table bot_AsyncOperations One-To-Many relationship.
botcomponent_AsyncOperations
Added by: Power Virtual Agents Solution
See botcomponent Table botcomponent_AsyncOperations One-To-Many relationship.
Territory_AsyncOperations
Added by: Application Common Solution
See territory Table Territory_AsyncOperations One-To-Many relationship.
activityfileattachment_AsyncOperations
Added by: Activities Patch Solution
See activityfileattachment Table activityfileattachment_AsyncOperations One-To-Many relationship.
msdyn_serviceconfiguration_AsyncOperations
Added by: Service Level Agreement (SLA) Extension Solution
See msdyn_serviceconfiguration Table msdyn_serviceconfiguration_AsyncOperations One-To-Many relationship.
msdyn_slakpi_AsyncOperations
Added by: Service Level Agreement (SLA) Extension Solution
See msdyn_slakpi Table msdyn_slakpi_AsyncOperations One-To-Many relationship.
msdyn_federatedarticle_AsyncOperations
Added by: Knowledge Management Online Features Solution
See msdyn_federatedarticle Table msdyn_federatedarticle_AsyncOperations One-To-Many relationship.
msdyn_federatedarticleincident_AsyncOperations
Added by: Knowledge Management Online Features Solution
See msdyn_federatedarticleincident Table msdyn_federatedarticleincident_AsyncOperations One-To-Many relationship.
msdyn_kmfederatedsearchconfig_AsyncOperations
Added by: Knowledge Management Online Features Solution
See msdyn_kmfederatedsearchconfig Table msdyn_kmfederatedsearchconfig_AsyncOperations One-To-Many relationship.
msdyn_knowledgearticleimage_AsyncOperations
Added by: Knowledge Management Online Features Solution
See msdyn_knowledgearticleimage Table msdyn_knowledgearticleimage_AsyncOperations One-To-Many relationship.
msdyn_knowledgeinteractioninsight_AsyncOperations
Added by: Knowledge Management Online Features Solution
See msdyn_knowledgeinteractioninsight Table msdyn_knowledgeinteractioninsight_AsyncOperations One-To-Many relationship.
msdyn_knowledgesearchinsight_AsyncOperations
Added by: Knowledge Management Online Features Solution
See msdyn_knowledgesearchinsight Table msdyn_knowledgesearchinsight_AsyncOperations One-To-Many relationship.
msdyn_kalanguagesetting_AsyncOperations
Added by: Knowledge Management Features Solution
See msdyn_kalanguagesetting Table msdyn_kalanguagesetting_AsyncOperations One-To-Many relationship.
msdyn_kbattachment_AsyncOperations
Added by: Knowledge Management Features Solution
See msdyn_kbattachment Table msdyn_kbattachment_AsyncOperations One-To-Many relationship.
msdyn_kmpersonalizationsetting_AsyncOperations
Added by: Knowledge Management Features Solution
See msdyn_kmpersonalizationsetting Table msdyn_kmpersonalizationsetting_AsyncOperations One-To-Many relationship.
msdyn_knowledgearticletemplate_AsyncOperations
Added by: Knowledge Management Features Solution
See msdyn_knowledgearticletemplate Table msdyn_knowledgearticletemplate_AsyncOperations One-To-Many relationship.
msdyn_knowledgepersonalfilter_AsyncOperations
Added by: Knowledge Management Features Solution
See msdyn_knowledgepersonalfilter Table msdyn_knowledgepersonalfilter_AsyncOperations One-To-Many relationship.
msdyn_knowledgesearchfilter_AsyncOperations
Added by: Knowledge Management Features Solution
See msdyn_knowledgesearchfilter Table msdyn_knowledgesearchfilter_AsyncOperations One-To-Many relationship.
pluginpackage_AsyncOperations
Added by: Plugin Infrastructure Extension Solution
See pluginpackage Table pluginpackage_AsyncOperations One-To-Many relationship.
keyvaultreference_AsyncOperations
Added by: ManagedIdentityExtensions Solution
See keyvaultreference Table keyvaultreference_AsyncOperations One-To-Many relationship.
managedidentity_AsyncOperations
Added by: ManagedIdentityExtensions Solution
See managedidentity Table managedidentity_AsyncOperations One-To-Many relationship.
virtualentitymetadata_AsyncOperations
Added by: RuntimeIntegration Solution
See virtualentitymetadata Table virtualentitymetadata_AsyncOperations One-To-Many relationship.
organizationdatasyncsubscription_AsyncOperations
Added by: OrganizationDataSyncSolution Solution
See organizationdatasyncsubscription Table organizationdatasyncsubscription_AsyncOperations One-To-Many relationship.
organizationdatasyncsubscriptionentity_AsyncOperations
Added by: OrganizationDataSyncSolution Solution
See organizationdatasyncsubscriptionentity Table organizationdatasyncsubscriptionentity_AsyncOperations One-To-Many relationship.
appaction_AsyncOperations
Added by: Power Apps Actions Solution
See appaction Table appaction_AsyncOperations One-To-Many relationship.
msdyn_richtextfile_AsyncOperations
Added by: Rich Text Editor Solution
See msdyn_richtextfile Table msdyn_richtextfile_AsyncOperations One-To-Many relationship.
msdyn_pminferredtask_AsyncOperations
Added by: Process Mining Solution
See msdyn_pminferredtask Table msdyn_pminferredtask_AsyncOperations One-To-Many relationship.
msdyn_pmrecording_AsyncOperations
Added by: Process Mining Solution
See msdyn_pmrecording Table msdyn_pmrecording_AsyncOperations One-To-Many relationship.
msdyn_analysiscomponent_AsyncOperations
Added by: Power Apps Checker Solution
See msdyn_analysiscomponent Table msdyn_analysiscomponent_AsyncOperations One-To-Many relationship.
msdyn_analysisjob_AsyncOperations
Added by: Power Apps Checker Solution
See msdyn_analysisjob Table msdyn_analysisjob_AsyncOperations One-To-Many relationship.
msdyn_analysisresult_AsyncOperations
Added by: Power Apps Checker Solution
See msdyn_analysisresult Table msdyn_analysisresult_AsyncOperations One-To-Many relationship.
msdyn_analysisresultdetail_AsyncOperations
Added by: Power Apps Checker Solution
See msdyn_analysisresultdetail Table msdyn_analysisresultdetail_AsyncOperations One-To-Many relationship.
msdyn_solutionhealthrule_AsyncOperations
Added by: Power Apps Checker Solution
See msdyn_solutionhealthrule Table msdyn_solutionhealthrule_AsyncOperations One-To-Many relationship.
msdyn_solutionhealthruleargument_AsyncOperations
Added by: Power Apps Checker Solution
See msdyn_solutionhealthruleargument Table msdyn_solutionhealthruleargument_AsyncOperations One-To-Many relationship.
msdyn_solutionhealthruleset_AsyncOperations
Added by: Power Apps Checker Solution
See msdyn_solutionhealthruleset Table msdyn_solutionhealthruleset_AsyncOperations One-To-Many relationship.
See also
About the table reference
Web API Reference
asyncoperation EntityType