AsyncOperation entity reference
Note
Effective Nov 2020, Common Data Service has been renamed to 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 |
Entity 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 attributes
These 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 Options
Value | Label |
---|---|
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 |
201 | Provision language for user |
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,activitymimeattachment,activitypointer,annotation,annualfiscalcalendar,appelement,applicationuser,appmodulecomponentedge,appmodulecomponentnode,appointment,appsetting,attributeimageconfig,attributemap,bot,botcomponent,businessunit,businessunitnewsarticle,calendar,canvasappextendedmetadata,cascadegrantrevokeaccessrecordstracker,cascadegrantrevokeaccessversiontracker,catalog,catalogassignment,channelaccessprofile,channelaccessprofilerule,connection,connectionreference,connectionrole,connector,contact,conversationtranscript,convertrule,customapi,customapirequestparameter,customapiresponseproperty,customeraddress,customerrelationship,datalakefolder,datalakefolderpermission,datalakeworkspace,datalakeworkspacepermission,displaystring,email,emailserverprofile,entityanalyticsconfig,entityimageconfig,entitymap,environmentvariabledefinition,environmentvariablevalue,exportsolutionupload,externalparty,externalpartyitem,fax,fixedmonthlyfiscalcalendar,flowsession,goal,goalrollupquery,holidaywrapper,import,importdata,importfile,importlog,importmap,interactionforemail,internalcatalogassignment,isvconfig,kbarticle,kbarticlecomment,kbarticletemplate,knowledgearticle,knowledgebaserecord,letter,mailbox,mailmergetemplate,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_kmfederatedsearchconfig,msdyn_knowledgearticleimage,msdyn_knowledgearticletemplate,msdyn_knowledgeinteractioninsight,msdyn_knowledgesearchinsight,msdyn_richtextfile,msdyn_serviceconfiguration,msdyn_slakpi,msdyn_solutionhealthrule,msdyn_solutionhealthruleargument,msdyn_solutionhealthruleset,organization,package,pdfsetting,phonecall,position,post,postfollow,privilege,processstageparameter,provisionlanguageforuser,quarterlyfiscalcalendar,queue,queueitem,recurringappointmentmaster,relationshipattribute,relationshiprole,relationshiprolemap,report,role,rollupfield,routingrule,routingruleitem,savedquery,semiannualfiscalcalendar,serviceplan,settingdefinition,sharepointdocumentlocation,sharepointsite,similarityrule,sla,socialactivity,socialprofile,solutioncomponentattributeconfiguration,solutioncomponentconfiguration,solutioncomponentrelationshipconfiguration,stagesolutionupload,subject,systemform,systemuser,task,team,teammobileofflineprofilemembership,template,territory,theme,transactioncurrency,userform,usermapping,usermobileofflineprofilemembership,userquery,workflowbinary |
Type | Lookup |
RegardingObjectIdName
Property | Value |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
IsValidForUpdate | False |
LogicalName | regardingobjectidname |
MaxLength | 256 |
RequiredLevel | None |
Type | String |
RegardingObjectIdYomiName
Property | Value |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
IsValidForUpdate | False |
LogicalName | regardingobjectidyominame |
MaxLength | 160 |
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 Options
Value | Label |
---|---|
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 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 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 attributes
These 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 Options
Value | Label |
---|---|
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 Options
Value | Label |
---|---|
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 entity 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 entity 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 entity 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 entity 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 entity 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 entity 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 entity 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 entity. 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
- solutioncomponentconfiguration_AsyncOperations
- solutioncomponentrelationshipconfiguration_AsyncOperations
- package_AsyncOperations
- stagesolutionupload_AsyncOperations
- exportsolutionupload_AsyncOperations
- attributeimageconfig_AsyncOperations
- entityimageconfig_AsyncOperations
- provisionlanguageforuser_AsyncOperations
- serviceplan_AsyncOperations
- applicationuser_AsyncOperations
- connector_AsyncOperations
- environmentvariabledefinition_AsyncOperations
- environmentvariablevalue_AsyncOperations
- processstageparameter_AsyncOperations
- flowsession_AsyncOperations
- workflowbinary_AsyncOperations
- connectionreference_AsyncOperations
- msdyn_helppage_AsyncOperations
- msdynce_botcontent_AsyncOperations
- conversationtranscript_AsyncOperations
- bot_AsyncOperations
- botcomponent_AsyncOperations
- Territory_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_knowledgearticletemplate_AsyncOperations
- catalog_AsyncOperations
- catalogassignment_AsyncOperations
- customapi_AsyncOperations
- customapirequestparameter_AsyncOperations
- customapiresponseproperty_AsyncOperations
- entityanalyticsconfig_AsyncOperations
- datalakefolder_AsyncOperations
- datalakefolderpermission_AsyncOperations
- datalakeworkspace_AsyncOperations
- datalakeworkspacepermission_AsyncOperations
- msdyn_dataflow_AsyncOperations
- msdyn_richtextfile_AsyncOperations
- msdyn_aiconfiguration_AsyncOperations
- msdyn_aimodel_AsyncOperations
- msdyn_aitemplate_AsyncOperations
- msdyn_aibdataset_AsyncOperations
- msdyn_aibdatasetfile_AsyncOperations
- msdyn_aibdatasetrecord_AsyncOperations
- msdyn_aibdatasetscontainer_AsyncOperations
- msdyn_aibfile_AsyncOperations
- msdyn_aibfileattacheddata_AsyncOperations
- msdyn_aifptrainingdocument_AsyncOperations
- msdyn_aiodimage_AsyncOperations
- msdyn_aiodlabel_AsyncOperations
- msdyn_aiodtrainingboundingbox_AsyncOperations
- msdyn_aiodtrainingimage_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 Entity theme_AsyncOperations One-To-Many relationship.
usermapping_AsyncOperations
See usermapping Entity usermapping_AsyncOperations One-To-Many relationship.
interactionforemail_AsyncOperations
See interactionforemail Entity interactionforemail_AsyncOperations One-To-Many relationship.
knowledgearticle_AsyncOperations
See knowledgearticle Entity knowledgearticle_AsyncOperations One-To-Many relationship.
post_AsyncOperations
See post Entity post_AsyncOperations One-To-Many relationship.
position_AsyncOperations
See position Entity position_AsyncOperations One-To-Many relationship.
KnowledgeBaseRecord_AsyncOperations
See knowledgebaserecord Entity KnowledgeBaseRecord_AsyncOperations One-To-Many relationship.
lk_asyncoperation_createdby
See systemuser Entity lk_asyncoperation_createdby One-To-Many relationship.
MonthlyFiscalCalendar_AsyncOperations
See monthlyfiscalcalendar Entity MonthlyFiscalCalendar_AsyncOperations One-To-Many relationship.
lk_asyncoperation_workflowactivationid
See workflow Entity lk_asyncoperation_workflowactivationid One-To-Many relationship.
Report_AsyncOperations
See report Entity Report_AsyncOperations One-To-Many relationship.
SocialActivity_AsyncOperations
See socialactivity Entity SocialActivity_AsyncOperations One-To-Many relationship.
Connection_Role_AsyncOperations
See connectionrole Entity Connection_Role_AsyncOperations One-To-Many relationship.
Team_AsyncOperations
See team Entity Team_AsyncOperations One-To-Many relationship.
AnnualFiscalCalendar_AsyncOperations
See annualfiscalcalendar Entity AnnualFiscalCalendar_AsyncOperations One-To-Many relationship.
SharePointDocumentLocation_AsyncOperations
See sharepointdocumentlocation Entity SharePointDocumentLocation_AsyncOperations One-To-Many relationship.
PhoneCall_AsyncOperations
See phonecall Entity PhoneCall_AsyncOperations One-To-Many relationship.
mailbox_asyncoperations
See mailbox Entity mailbox_asyncoperations One-To-Many relationship.
PostFollow_AsyncOperations
See postfollow Entity PostFollow_AsyncOperations One-To-Many relationship.
Appointment_AsyncOperations
See appointment Entity Appointment_AsyncOperations One-To-Many relationship.
slabase_AsyncOperations
See sla Entity slabase_AsyncOperations One-To-Many relationship.
SavedQuery_AsyncOperations
See savedquery Entity SavedQuery_AsyncOperations One-To-Many relationship.
DisplayString_AsyncOperations
See displaystring Entity DisplayString_AsyncOperations One-To-Many relationship.
KbArticleComment_AsyncOperations
See kbarticlecomment Entity KbArticleComment_AsyncOperations One-To-Many relationship.
ActivityPointer_AsyncOperations
See activitypointer Entity ActivityPointer_AsyncOperations One-To-Many relationship.
Subject_AsyncOperations
See subject Entity Subject_AsyncOperations One-To-Many relationship.
goalrollupquery_AsyncOperations
See goalrollupquery Entity goalrollupquery_AsyncOperations One-To-Many relationship.
Role_AsyncOperations
See role Entity Role_AsyncOperations One-To-Many relationship.
SystemForm_AsyncOperations
See systemform Entity SystemForm_AsyncOperations One-To-Many relationship.
Annotation_AsyncOperations
See annotation Entity Annotation_AsyncOperations One-To-Many relationship.
Privilege_AsyncOperations
See privilege Entity Privilege_AsyncOperations One-To-Many relationship.
ActivityMimeAttachment_AsyncOperations
See activitymimeattachment Entity ActivityMimeAttachment_AsyncOperations One-To-Many relationship.
Goal_AsyncOperations
See goal Entity Goal_AsyncOperations One-To-Many relationship.
Fax_AsyncOperations
See fax Entity Fax_AsyncOperations One-To-Many relationship.
QuarterlyFiscalCalendar_AsyncOperations
See quarterlyfiscalcalendar Entity QuarterlyFiscalCalendar_AsyncOperations One-To-Many relationship.
SharePointSite_AsyncOperations
See sharepointsite Entity SharePointSite_AsyncOperations One-To-Many relationship.
UserQuery_AsyncOperations
See userquery Entity UserQuery_AsyncOperations One-To-Many relationship.
ImportMap_AsyncOperations
See importmap Entity ImportMap_AsyncOperations One-To-Many relationship.
BusinessUnit_AsyncOperations
See businessunit Entity BusinessUnit_AsyncOperations One-To-Many relationship.
Queue_AsyncOperations
See queue Entity Queue_AsyncOperations One-To-Many relationship.
QueueItem_AsyncOperations
See queueitem Entity QueueItem_AsyncOperations One-To-Many relationship.
team_asyncoperation
See team Entity team_asyncoperation One-To-Many relationship.
lk_asyncoperation_modifiedby
See systemuser Entity lk_asyncoperation_modifiedby One-To-Many relationship.
UserForm_AsyncOperations
See userform Entity UserForm_AsyncOperations One-To-Many relationship.
TransactionCurrency_AsyncOperations
See transactioncurrency Entity TransactionCurrency_AsyncOperations One-To-Many relationship.
rollupfield_AsyncOperations
See rollupfield Entity rollupfield_AsyncOperations One-To-Many relationship.
Letter_AsyncOperations
See letter Entity Letter_AsyncOperations One-To-Many relationship.
KbArticle_AsyncOperations
See kbarticle Entity KbArticle_AsyncOperations One-To-Many relationship.
RecurringAppointmentMaster_AsyncOperations
See recurringappointmentmaster Entity RecurringAppointmentMaster_AsyncOperations One-To-Many relationship.
Task_AsyncOperations
See task Entity Task_AsyncOperations One-To-Many relationship.
BusinessUnitNewsArticle_AsyncOperations
See businessunitnewsarticle Entity BusinessUnitNewsArticle_AsyncOperations One-To-Many relationship.
Connection_AsyncOperations
See connection Entity Connection_AsyncOperations One-To-Many relationship.
SystemUser_AsyncOperations
See systemuser Entity SystemUser_AsyncOperations One-To-Many relationship.
KbArticleTemplate_AsyncOperations
See kbarticletemplate Entity KbArticleTemplate_AsyncOperations One-To-Many relationship.
SdkMessageProcessingStep_AsyncOperations
See sdkmessageprocessingstep Entity SdkMessageProcessingStep_AsyncOperations One-To-Many relationship.
Template_AsyncOperations
See template Entity Template_AsyncOperations One-To-Many relationship.
CustomerAddress_AsyncOperations
See customeraddress Entity CustomerAddress_AsyncOperations One-To-Many relationship.
Contact_AsyncOperations
See contact Entity Contact_AsyncOperations One-To-Many relationship.
emailserverprofile_asyncoperations
See emailserverprofile Entity emailserverprofile_asyncoperations One-To-Many relationship.
lk_asyncoperation_createdonbehalfby
See systemuser Entity lk_asyncoperation_createdonbehalfby One-To-Many relationship.
Import_AsyncOperations
See import Entity Import_AsyncOperations One-To-Many relationship.
system_user_asyncoperation
See systemuser Entity system_user_asyncoperation One-To-Many relationship.
business_unit_asyncoperation
See businessunit Entity business_unit_asyncoperation One-To-Many relationship.
ImportLog_AsyncOperations
See importlog Entity ImportLog_AsyncOperations One-To-Many relationship.
metric_AsyncOperations
See metric Entity metric_AsyncOperations One-To-Many relationship.
SocialProfile_AsyncOperations
See socialprofile Entity SocialProfile_AsyncOperations One-To-Many relationship.
lk_asyncoperation_modifiedonbehalfby
See systemuser Entity lk_asyncoperation_modifiedonbehalfby One-To-Many relationship.
Account_AsyncOperations
See account Entity Account_AsyncOperations One-To-Many relationship.
Email_AsyncOperations
See email Entity Email_AsyncOperations One-To-Many relationship.
FixedMonthlyFiscalCalendar_AsyncOperations
See fixedmonthlyfiscalcalendar Entity FixedMonthlyFiscalCalendar_AsyncOperations One-To-Many relationship.
SemiAnnualFiscalCalendar_AsyncOperations
See semiannualfiscalcalendar Entity SemiAnnualFiscalCalendar_AsyncOperations One-To-Many relationship.
MailMergeTemplate_AsyncOperations
See mailmergetemplate Entity MailMergeTemplate_AsyncOperations One-To-Many relationship.
Organization_AsyncOperations
See organization Entity Organization_AsyncOperations One-To-Many relationship.
Calendar_AsyncOperations
See calendar Entity Calendar_AsyncOperations One-To-Many relationship.
ImportFile_AsyncOperations
See importfile Entity ImportFile_AsyncOperations One-To-Many relationship.
solutioncomponentattributeconfiguration_AsyncOperations
Added by: Solution Component Configuration Solution
See solutioncomponentattributeconfiguration Entity solutioncomponentattributeconfiguration_AsyncOperations One-To-Many relationship.
solutioncomponentconfiguration_AsyncOperations
Added by: Solution Component Configuration Solution
See solutioncomponentconfiguration Entity solutioncomponentconfiguration_AsyncOperations One-To-Many relationship.
solutioncomponentrelationshipconfiguration_AsyncOperations
Added by: Solution Component Configuration Solution
See solutioncomponentrelationshipconfiguration Entity solutioncomponentrelationshipconfiguration_AsyncOperations One-To-Many relationship.
package_AsyncOperations
Added by: msdyn_SolutionPackageMapping Solution
See package Entity package_AsyncOperations One-To-Many relationship.
stagesolutionupload_AsyncOperations
Added by: StageSolutionUpload Solution
See stagesolutionupload Entity stagesolutionupload_AsyncOperations One-To-Many relationship.
exportsolutionupload_AsyncOperations
Added by: ExportSolutionUpload Solution
See exportsolutionupload Entity exportsolutionupload_AsyncOperations One-To-Many relationship.
attributeimageconfig_AsyncOperations
Added by: Image Configuration Solution
See attributeimageconfig Entity attributeimageconfig_AsyncOperations One-To-Many relationship.
entityimageconfig_AsyncOperations
Added by: Image Configuration Solution
See entityimageconfig Entity entityimageconfig_AsyncOperations One-To-Many relationship.
provisionlanguageforuser_AsyncOperations
Added by: msft_LocalizationExtension Solution
See provisionlanguageforuser Entity provisionlanguageforuser_AsyncOperations One-To-Many relationship.
serviceplan_AsyncOperations
Added by: License Enforcement Solution
See serviceplan Entity serviceplan_AsyncOperations One-To-Many relationship.
applicationuser_AsyncOperations
Added by: ApplicationUserSolution Solution
See applicationuser Entity applicationuser_AsyncOperations One-To-Many relationship.
connector_AsyncOperations
Added by: Power Connector Solution Solution
See connector Entity connector_AsyncOperations One-To-Many relationship.
environmentvariabledefinition_AsyncOperations
Added by: Environment Variables Solution
See environmentvariabledefinition Entity environmentvariabledefinition_AsyncOperations One-To-Many relationship.
environmentvariablevalue_AsyncOperations
Added by: Environment Variables Solution
See environmentvariablevalue Entity environmentvariablevalue_AsyncOperations One-To-Many relationship.
processstageparameter_AsyncOperations
Added by: Microsoft Flow Extensions core package Solution
See processstageparameter Entity processstageparameter_AsyncOperations One-To-Many relationship.
flowsession_AsyncOperations
Added by: Microsoft Flow Extensions core package Solution
See flowsession Entity flowsession_AsyncOperations One-To-Many relationship.
workflowbinary_AsyncOperations
Added by: Microsoft Flow Extensions core package Solution
See workflowbinary Entity workflowbinary_AsyncOperations One-To-Many relationship.
connectionreference_AsyncOperations
Added by: Power Platform Connection References Solution
See connectionreference Entity connectionreference_AsyncOperations One-To-Many relationship.
msdyn_helppage_AsyncOperations
Added by: Contextual Help Solution
See msdyn_helppage Entity msdyn_helppage_AsyncOperations One-To-Many relationship.
msdynce_botcontent_AsyncOperations
Added by: Customer Care Intelligence Bots Solution
See msdynce_botcontent Entity msdynce_botcontent_AsyncOperations One-To-Many relationship.
conversationtranscript_AsyncOperations
Added by: Power Virtual Agents Common Solution
See conversationtranscript Entity conversationtranscript_AsyncOperations One-To-Many relationship.
bot_AsyncOperations
Added by: Power Virtual Agents Solution
See bot Entity bot_AsyncOperations One-To-Many relationship.
botcomponent_AsyncOperations
Added by: Power Virtual Agents Solution
See botcomponent Entity botcomponent_AsyncOperations One-To-Many relationship.
Territory_AsyncOperations
Added by: Application Common Solution
See territory Entity Territory_AsyncOperations One-To-Many relationship.
msdyn_serviceconfiguration_AsyncOperations
Added by: Service Level Agreement (SLA) Extension Solution
See msdyn_serviceconfiguration Entity msdyn_serviceconfiguration_AsyncOperations One-To-Many relationship.
msdyn_slakpi_AsyncOperations
Added by: Service Level Agreement (SLA) Extension Solution
See msdyn_slakpi Entity msdyn_slakpi_AsyncOperations One-To-Many relationship.
msdyn_federatedarticle_AsyncOperations
Added by: Knowledge Management Online Features Solution
See msdyn_federatedarticle Entity msdyn_federatedarticle_AsyncOperations One-To-Many relationship.
msdyn_federatedarticleincident_AsyncOperations
Added by: Knowledge Management Online Features Solution
See msdyn_federatedarticleincident Entity msdyn_federatedarticleincident_AsyncOperations One-To-Many relationship.
msdyn_kmfederatedsearchconfig_AsyncOperations
Added by: Knowledge Management Online Features Solution
See msdyn_kmfederatedsearchconfig Entity msdyn_kmfederatedsearchconfig_AsyncOperations One-To-Many relationship.
msdyn_knowledgearticleimage_AsyncOperations
Added by: Knowledge Management Online Features Solution
See msdyn_knowledgearticleimage Entity msdyn_knowledgearticleimage_AsyncOperations One-To-Many relationship.
msdyn_knowledgeinteractioninsight_AsyncOperations
Added by: Knowledge Management Online Features Solution
See msdyn_knowledgeinteractioninsight Entity msdyn_knowledgeinteractioninsight_AsyncOperations One-To-Many relationship.
msdyn_knowledgesearchinsight_AsyncOperations
Added by: Knowledge Management Online Features Solution
See msdyn_knowledgesearchinsight Entity msdyn_knowledgesearchinsight_AsyncOperations One-To-Many relationship.
msdyn_knowledgearticletemplate_AsyncOperations
Added by: Knowledge Management Features Solution
See msdyn_knowledgearticletemplate Entity msdyn_knowledgearticletemplate_AsyncOperations One-To-Many relationship.
catalog_AsyncOperations
Added by: CatalogFramework Solution
See catalog Entity catalog_AsyncOperations One-To-Many relationship.
catalogassignment_AsyncOperations
Added by: CatalogFramework Solution
See catalogassignment Entity catalogassignment_AsyncOperations One-To-Many relationship.
customapi_AsyncOperations
Added by: Custom API Framework Solution
See customapi Entity customapi_AsyncOperations One-To-Many relationship.
customapirequestparameter_AsyncOperations
Added by: Custom API Framework Solution
See customapirequestparameter Entity customapirequestparameter_AsyncOperations One-To-Many relationship.
customapiresponseproperty_AsyncOperations
Added by: Custom API Framework Solution
See customapiresponseproperty Entity customapiresponseproperty_AsyncOperations One-To-Many relationship.
entityanalyticsconfig_AsyncOperations
Added by: Advanced Analytics Infrastructure Solution
See entityanalyticsconfig Entity entityanalyticsconfig_AsyncOperations One-To-Many relationship.
datalakefolder_AsyncOperations
Added by: Data lake workspaces Solution
See datalakefolder Entity datalakefolder_AsyncOperations One-To-Many relationship.
datalakefolderpermission_AsyncOperations
Added by: Data lake workspaces Solution
See datalakefolderpermission Entity datalakefolderpermission_AsyncOperations One-To-Many relationship.
datalakeworkspace_AsyncOperations
Added by: Data lake workspaces Solution
See datalakeworkspace Entity datalakeworkspace_AsyncOperations One-To-Many relationship.
datalakeworkspacepermission_AsyncOperations
Added by: Data lake workspaces Solution
See datalakeworkspacepermission Entity datalakeworkspacepermission_AsyncOperations One-To-Many relationship.
msdyn_dataflow_AsyncOperations
Added by: Dataflow Solution Solution
See msdyn_dataflow Entity msdyn_dataflow_AsyncOperations One-To-Many relationship.
msdyn_richtextfile_AsyncOperations
Added by: Rich Text Editor Solution
See msdyn_richtextfile Entity msdyn_richtextfile_AsyncOperations One-To-Many relationship.
msdyn_aiconfiguration_AsyncOperations
Added by: AISolution Solution
See msdyn_aiconfiguration Entity msdyn_aiconfiguration_AsyncOperations One-To-Many relationship.
msdyn_aimodel_AsyncOperations
Added by: AISolution Solution
See msdyn_aimodel Entity msdyn_aimodel_AsyncOperations One-To-Many relationship.
msdyn_aitemplate_AsyncOperations
Added by: AISolution Solution
See msdyn_aitemplate Entity msdyn_aitemplate_AsyncOperations One-To-Many relationship.
msdyn_aibdataset_AsyncOperations
Added by: AI Solution default templates Solution
See msdyn_aibdataset Entity msdyn_aibdataset_AsyncOperations One-To-Many relationship.
msdyn_aibdatasetfile_AsyncOperations
Added by: AI Solution default templates Solution
See msdyn_aibdatasetfile Entity msdyn_aibdatasetfile_AsyncOperations One-To-Many relationship.
msdyn_aibdatasetrecord_AsyncOperations
Added by: AI Solution default templates Solution
See msdyn_aibdatasetrecord Entity msdyn_aibdatasetrecord_AsyncOperations One-To-Many relationship.
msdyn_aibdatasetscontainer_AsyncOperations
Added by: AI Solution default templates Solution
See msdyn_aibdatasetscontainer Entity msdyn_aibdatasetscontainer_AsyncOperations One-To-Many relationship.
msdyn_aibfile_AsyncOperations
Added by: AI Solution default templates Solution
See msdyn_aibfile Entity msdyn_aibfile_AsyncOperations One-To-Many relationship.
msdyn_aibfileattacheddata_AsyncOperations
Added by: AI Solution default templates Solution
See msdyn_aibfileattacheddata Entity msdyn_aibfileattacheddata_AsyncOperations One-To-Many relationship.
msdyn_aifptrainingdocument_AsyncOperations
Added by: AI Solution default templates Solution
See msdyn_aifptrainingdocument Entity msdyn_aifptrainingdocument_AsyncOperations One-To-Many relationship.
msdyn_aiodimage_AsyncOperations
Added by: AI Solution default templates Solution
See msdyn_aiodimage Entity msdyn_aiodimage_AsyncOperations One-To-Many relationship.
msdyn_aiodlabel_AsyncOperations
Added by: AI Solution default templates Solution
See msdyn_aiodlabel Entity msdyn_aiodlabel_AsyncOperations One-To-Many relationship.
msdyn_aiodtrainingboundingbox_AsyncOperations
Added by: AI Solution default templates Solution
See msdyn_aiodtrainingboundingbox Entity msdyn_aiodtrainingboundingbox_AsyncOperations One-To-Many relationship.
msdyn_aiodtrainingimage_AsyncOperations
Added by: AI Solution default templates Solution
See msdyn_aiodtrainingimage Entity msdyn_aiodtrainingimage_AsyncOperations One-To-Many relationship.
msdyn_analysiscomponent_AsyncOperations
Added by: Power Apps Checker Solution
See msdyn_analysiscomponent Entity msdyn_analysiscomponent_AsyncOperations One-To-Many relationship.
msdyn_analysisjob_AsyncOperations
Added by: Power Apps Checker Solution
See msdyn_analysisjob Entity msdyn_analysisjob_AsyncOperations One-To-Many relationship.
msdyn_analysisresult_AsyncOperations
Added by: Power Apps Checker Solution
See msdyn_analysisresult Entity msdyn_analysisresult_AsyncOperations One-To-Many relationship.
msdyn_analysisresultdetail_AsyncOperations
Added by: Power Apps Checker Solution
See msdyn_analysisresultdetail Entity msdyn_analysisresultdetail_AsyncOperations One-To-Many relationship.
msdyn_solutionhealthrule_AsyncOperations
Added by: Power Apps Checker Solution
See msdyn_solutionhealthrule Entity msdyn_solutionhealthrule_AsyncOperations One-To-Many relationship.
msdyn_solutionhealthruleargument_AsyncOperations
Added by: Power Apps Checker Solution
See msdyn_solutionhealthruleargument Entity msdyn_solutionhealthruleargument_AsyncOperations One-To-Many relationship.
msdyn_solutionhealthruleset_AsyncOperations
Added by: Power Apps Checker Solution
See msdyn_solutionhealthruleset Entity msdyn_solutionhealthruleset_AsyncOperations One-To-Many relationship.
See also
About entity reference
Web API reference
asyncoperation EntityType
Note
Can you tell us about your documentation language preferences? Take a short survey.
The survey will take about seven minutes. No personal data is collected (privacy statement).