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 | |
| 85 | Migrate notes to attachments job | |
| 86 | Migrate article content to file storage | |
| 87 | Updated Deactived On for Resolved Cases job | |
| 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 | |
| 102 | AsyncArchive Async Operation | |
| 201 | Provision language for user | |
| 202 | Export Solution Async Operation | |
| 203 | Import Solution Async Operation | |
| 204 | PublishAll Async Operation | |
| 239 | Denormalization Async Operation | |
| 250 | Refresh Runtime Integration Components Async Operation | |
| 300 | Bulk Archive Operation | |
| 301 | Archive Execution Async Operation | |
| 302 | FinOps Deployment Async Operation | |
| 304 | Purge Archived Content Operation | |
| 305 | Register Offering 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,appactionmigration,appactionrule,appelement,applicationuser,appmodulecomponentedge,appmodulecomponentnode,appointment,appsetting,appusersetting,attributeimageconfig,attributemap,bot,botcomponent,businessunit,businessunitnewsarticle,calendar,canvasappextendedmetadata,cascadegrantrevokeaccessrecordstracker,cascadegrantrevokeaccessversiontracker,catalog,catalogassignment,channelaccessprofile,channelaccessprofilerule,chat,comment,connection,connectionreference,connectionrole,connector,contact,conversationtranscript,convertrule,customapi,customapirequestparameter,customapiresponseproperty,customeraddress,customerrelationship,datalakefolder,datalakefolderpermission,datalakeworkspace,datalakeworkspacepermission,dataprocessingconfiguration,displaystring,email,emailserverprofile,entityanalyticsconfig,entityimageconfig,entityindex,entitymap,environmentvariabledefinition,environmentvariablevalue,exportsolutionupload,externalparty,externalpartyitem,fax,featurecontrolsetting,fixedmonthlyfiscalcalendar,flowmachine,flowmachinegroup,flowmachineimage,flowmachineimageversion,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_aibfeedbackloop,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_customcontrolextendedsettings,msdyn_dataflow,msdyn_dataflowrefreshhistory,msdyn_entityrefreshhistory,msdyn_federatedarticle,msdyn_federatedarticleincident,msdyn_helppage,msdyn_insightsstorevirtualentity,msdyn_kalanguagesetting,msdyn_kbattachment,msdyn_kmfederatedsearchconfig,msdyn_kmpersonalizationsetting,msdyn_knowledgearticleimage,msdyn_knowledgearticletemplate,msdyn_knowledgeinteractioninsight,msdyn_knowledgemanagementsetting,msdyn_knowledgepersonalfilter,msdyn_knowledgesearchfilter,msdyn_knowledgesearchinsight,msdyn_pmanalysishistory,msdyn_pminferredtask,msdyn_pmrecording,msdyn_pmtemplate,msdyn_richtextfile,msdyn_serviceconfiguration,msdyn_slakpi,msdyn_solutionhealthrule,msdyn_solutionhealthruleargument,msdyn_solutionhealthruleset,msdyn_tour,organization,organizationdatasyncstate,organizationdatasyncsubscription,organizationdatasyncsubscriptionentity,organizationsetting,package,pdfsetting,phonecall,pluginpackage,position,post,postfollow,privilege,privilegesremovalsetting,processstageparameter,provisionlanguageforuser,quarterlyfiscalcalendar,queue,queueitem,recurringappointmentmaster,relationshipattribute,relationshiprole,relationshiprolemap,report,revokeinheritedaccessrecordstracker,role,rollupfield,routingrule,routingruleitem,savedquery,semiannualfiscalcalendar,serviceplan,serviceplanmapping,settingdefinition,sharedlinksetting,sharedobject,sharedworkspace,sharepointdocumentlocation,sharepointsite,similarityrule,sla,socialactivity,socialprofile,solutioncomponentattributeconfiguration,solutioncomponentbatchconfiguration,solutioncomponentconfiguration,solutioncomponentrelationshipconfiguration,stagesolutionupload,subject,synapsedatabase,synapselinkexternaltablestate,synapselinkprofile,synapselinkprofileentity,synapselinkprofileentitystate,synapselinkschedule,systemform,systemuser,systemuserauthorizationchangetracker,task,team,teammobileofflineprofilemembership,template,territory,theme,transactioncurrency,userform,usermapping,usermobileofflineprofilemembership,userquery,userrating,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: 0
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
- OwningBusinessUnitName
- 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: 0
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 | True |
| IsValidForRead | True |
| LogicalName | owningbusinessunit |
| RequiredLevel | SystemRequired |
| Targets | businessunit |
| Type | Lookup |
OwningBusinessUnitName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | owningbusinessunitname |
| MaxLength | 160 |
| RequiredLevel | None |
| Type | String |
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: 0
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 the AsyncOperation_MailboxTrackingFolder many-to-one relationship for the mailboxtrackingfolder table/entity.
| 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 the AsyncOperation_BulkDeleteOperation many-to-one relationship for the bulkdeleteoperation table/entity.
| 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 the lk_workflowlog_asyncoperation_childworkflow many-to-one relationship for the workflowlog table/entity.
| 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 the AsyncOperation_Emails many-to-one relationship for the email table/entity.
| 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 the AsyncOperation_DuplicateBaseRecord many-to-one relationship for the duplicaterecord table/entity.
| 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 the lk_workflowlog_asyncoperations many-to-one relationship for the workflowlog table/entity.
| 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 the AsyncOperation_SocialActivities many-to-one relationship for the socialactivity table/entity.
| 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
- sharedobject_AsyncOperations
- sharedworkspace_AsyncOperations
- entityanalyticsconfig_AsyncOperations
- datalakefolder_AsyncOperations
- datalakefolderpermission_AsyncOperations
- datalakeworkspace_AsyncOperations
- datalakeworkspacepermission_AsyncOperations
- dataprocessingconfiguration_AsyncOperations
- synapsedatabase_AsyncOperations
- synapselinkexternaltablestate_AsyncOperations
- synapselinkprofile_AsyncOperations
- synapselinkprofileentity_AsyncOperations
- synapselinkprofileentitystate_AsyncOperations
- synapselinkschedule_AsyncOperations
- msdyn_dataflow_AsyncOperations
- msdyn_dataflowrefreshhistory_AsyncOperations
- msdyn_entityrefreshhistory_AsyncOperations
- sharedlinksetting_AsyncOperations
- serviceplan_AsyncOperations
- serviceplanmapping_AsyncOperations
- applicationuser_AsyncOperations
- connector_AsyncOperations
- environmentvariabledefinition_AsyncOperations
- environmentvariablevalue_AsyncOperations
- flowmachine_AsyncOperations
- flowmachinegroup_AsyncOperations
- flowmachineimage_AsyncOperations
- flowmachineimageversion_AsyncOperations
- processstageparameter_AsyncOperations
- flowsession_AsyncOperations
- workflowbinary_AsyncOperations
- connectionreference_AsyncOperations
- msdyn_aiconfiguration_AsyncOperations
- msdyn_aimodel_AsyncOperations
- msdyn_aitemplate_AsyncOperations
- msdyn_aibfeedbackloop_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
- chat_AsyncOperations
- msdyn_serviceconfiguration_AsyncOperations
- msdyn_slakpi_AsyncOperations
- msdyn_knowledgemanagementsetting_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
- organizationdatasyncstate_AsyncOperations
- userrating_AsyncOperations
- msdyn_insightsstorevirtualentity_AsyncOperations
- appaction_AsyncOperations
- appactionmigration_AsyncOperations
- appactionrule_AsyncOperations
- msdyn_richtextfile_AsyncOperations
- msdyn_customcontrolextendedsettings_AsyncOperations
- msdyn_pmanalysishistory_AsyncOperations
- msdyn_pminferredtask_AsyncOperations
- msdyn_pmrecording_AsyncOperations
- msdyn_pmtemplate_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 the theme_AsyncOperations one-to-many relationship for the theme table/entity.
usermapping_AsyncOperations
See the usermapping_AsyncOperations one-to-many relationship for the usermapping table/entity.
interactionforemail_AsyncOperations
See the interactionforemail_AsyncOperations one-to-many relationship for the interactionforemail table/entity.
knowledgearticle_AsyncOperations
See the knowledgearticle_AsyncOperations one-to-many relationship for the knowledgearticle table/entity.
post_AsyncOperations
See the post_AsyncOperations one-to-many relationship for the post table/entity.
position_AsyncOperations
See the position_AsyncOperations one-to-many relationship for the position table/entity.
KnowledgeBaseRecord_AsyncOperations
See the KnowledgeBaseRecord_AsyncOperations one-to-many relationship for the knowledgebaserecord table/entity.
lk_asyncoperation_createdby
See the lk_asyncoperation_createdby one-to-many relationship for the systemuser table/entity.
MonthlyFiscalCalendar_AsyncOperations
See the MonthlyFiscalCalendar_AsyncOperations one-to-many relationship for the monthlyfiscalcalendar table/entity.
lk_asyncoperation_workflowactivationid
See the lk_asyncoperation_workflowactivationid one-to-many relationship for the workflow table/entity.
Report_AsyncOperations
See the Report_AsyncOperations one-to-many relationship for the report table/entity.
SocialActivity_AsyncOperations
See the SocialActivity_AsyncOperations one-to-many relationship for the socialactivity table/entity.
Connection_Role_AsyncOperations
See the Connection_Role_AsyncOperations one-to-many relationship for the connectionrole table/entity.
Team_AsyncOperations
See the Team_AsyncOperations one-to-many relationship for the team table/entity.
AnnualFiscalCalendar_AsyncOperations
See the AnnualFiscalCalendar_AsyncOperations one-to-many relationship for the annualfiscalcalendar table/entity.
SharePointDocumentLocation_AsyncOperations
See the SharePointDocumentLocation_AsyncOperations one-to-many relationship for the sharepointdocumentlocation table/entity.
PhoneCall_AsyncOperations
See the PhoneCall_AsyncOperations one-to-many relationship for the phonecall table/entity.
mailbox_asyncoperations
See the mailbox_asyncoperations one-to-many relationship for the mailbox table/entity.
PostFollow_AsyncOperations
See the PostFollow_AsyncOperations one-to-many relationship for the postfollow table/entity.
Appointment_AsyncOperations
See the Appointment_AsyncOperations one-to-many relationship for the appointment table/entity.
slabase_AsyncOperations
See the slabase_AsyncOperations one-to-many relationship for the sla table/entity.
SavedQuery_AsyncOperations
See the SavedQuery_AsyncOperations one-to-many relationship for the savedquery table/entity.
DisplayString_AsyncOperations
See the DisplayString_AsyncOperations one-to-many relationship for the displaystring table/entity.
KbArticleComment_AsyncOperations
See the KbArticleComment_AsyncOperations one-to-many relationship for the kbarticlecomment table/entity.
ActivityPointer_AsyncOperations
See the ActivityPointer_AsyncOperations one-to-many relationship for the activitypointer table/entity.
Subject_AsyncOperations
See the Subject_AsyncOperations one-to-many relationship for the subject table/entity.
goalrollupquery_AsyncOperations
See the goalrollupquery_AsyncOperations one-to-many relationship for the goalrollupquery table/entity.
Role_AsyncOperations
See the Role_AsyncOperations one-to-many relationship for the role table/entity.
SystemForm_AsyncOperations
See the SystemForm_AsyncOperations one-to-many relationship for the systemform table/entity.
Annotation_AsyncOperations
See the Annotation_AsyncOperations one-to-many relationship for the annotation table/entity.
Privilege_AsyncOperations
See the Privilege_AsyncOperations one-to-many relationship for the privilege table/entity.
ActivityMimeAttachment_AsyncOperations
See the ActivityMimeAttachment_AsyncOperations one-to-many relationship for the activitymimeattachment table/entity.
Goal_AsyncOperations
See the Goal_AsyncOperations one-to-many relationship for the goal table/entity.
Fax_AsyncOperations
See the Fax_AsyncOperations one-to-many relationship for the fax table/entity.
QuarterlyFiscalCalendar_AsyncOperations
See the QuarterlyFiscalCalendar_AsyncOperations one-to-many relationship for the quarterlyfiscalcalendar table/entity.
SharePointSite_AsyncOperations
See the SharePointSite_AsyncOperations one-to-many relationship for the sharepointsite table/entity.
UserQuery_AsyncOperations
See the UserQuery_AsyncOperations one-to-many relationship for the userquery table/entity.
ImportMap_AsyncOperations
See the ImportMap_AsyncOperations one-to-many relationship for the importmap table/entity.
BusinessUnit_AsyncOperations
See the BusinessUnit_AsyncOperations one-to-many relationship for the businessunit table/entity.
Queue_AsyncOperations
See the Queue_AsyncOperations one-to-many relationship for the queue table/entity.
QueueItem_AsyncOperations
See the QueueItem_AsyncOperations one-to-many relationship for the queueitem table/entity.
team_asyncoperation
See the team_asyncoperation one-to-many relationship for the team table/entity.
lk_asyncoperation_modifiedby
See the lk_asyncoperation_modifiedby one-to-many relationship for the systemuser table/entity.
UserForm_AsyncOperations
See the UserForm_AsyncOperations one-to-many relationship for the userform table/entity.
TransactionCurrency_AsyncOperations
See the TransactionCurrency_AsyncOperations one-to-many relationship for the transactioncurrency table/entity.
rollupfield_AsyncOperations
See the rollupfield_AsyncOperations one-to-many relationship for the rollupfield table/entity.
Letter_AsyncOperations
See the Letter_AsyncOperations one-to-many relationship for the letter table/entity.
KbArticle_AsyncOperations
See the KbArticle_AsyncOperations one-to-many relationship for the kbarticle table/entity.
RecurringAppointmentMaster_AsyncOperations
See the RecurringAppointmentMaster_AsyncOperations one-to-many relationship for the recurringappointmentmaster table/entity.
Task_AsyncOperations
See the Task_AsyncOperations one-to-many relationship for the task table/entity.
BusinessUnitNewsArticle_AsyncOperations
See the BusinessUnitNewsArticle_AsyncOperations one-to-many relationship for the businessunitnewsarticle table/entity.
Connection_AsyncOperations
See the Connection_AsyncOperations one-to-many relationship for the connection table/entity.
SystemUser_AsyncOperations
See the SystemUser_AsyncOperations one-to-many relationship for the systemuser table/entity.
KbArticleTemplate_AsyncOperations
See the KbArticleTemplate_AsyncOperations one-to-many relationship for the kbarticletemplate table/entity.
SdkMessageProcessingStep_AsyncOperations
See the SdkMessageProcessingStep_AsyncOperations one-to-many relationship for the sdkmessageprocessingstep table/entity.
Template_AsyncOperations
See the Template_AsyncOperations one-to-many relationship for the template table/entity.
CustomerAddress_AsyncOperations
See the CustomerAddress_AsyncOperations one-to-many relationship for the customeraddress table/entity.
Contact_AsyncOperations
See the Contact_AsyncOperations one-to-many relationship for the contact table/entity.
emailserverprofile_asyncoperations
See the emailserverprofile_asyncoperations one-to-many relationship for the emailserverprofile table/entity.
lk_asyncoperation_createdonbehalfby
See the lk_asyncoperation_createdonbehalfby one-to-many relationship for the systemuser table/entity.
Import_AsyncOperations
See the Import_AsyncOperations one-to-many relationship for the import table/entity.
system_user_asyncoperation
See the system_user_asyncoperation one-to-many relationship for the systemuser table/entity.
business_unit_asyncoperation
See the business_unit_asyncoperation one-to-many relationship for the businessunit table/entity.
ImportLog_AsyncOperations
See the ImportLog_AsyncOperations one-to-many relationship for the importlog table/entity.
metric_AsyncOperations
See the metric_AsyncOperations one-to-many relationship for the metric table/entity.
SocialProfile_AsyncOperations
See the SocialProfile_AsyncOperations one-to-many relationship for the socialprofile table/entity.
lk_asyncoperation_modifiedonbehalfby
See the lk_asyncoperation_modifiedonbehalfby one-to-many relationship for the systemuser table/entity.
Account_AsyncOperations
See the Account_AsyncOperations one-to-many relationship for the account table/entity.
Email_AsyncOperations
See the Email_AsyncOperations one-to-many relationship for the email table/entity.
FixedMonthlyFiscalCalendar_AsyncOperations
See the FixedMonthlyFiscalCalendar_AsyncOperations one-to-many relationship for the fixedmonthlyfiscalcalendar table/entity.
SemiAnnualFiscalCalendar_AsyncOperations
See the SemiAnnualFiscalCalendar_AsyncOperations one-to-many relationship for the semiannualfiscalcalendar table/entity.
MailMergeTemplate_AsyncOperations
See the MailMergeTemplate_AsyncOperations one-to-many relationship for the mailmergetemplate table/entity.
Organization_AsyncOperations
See the Organization_AsyncOperations one-to-many relationship for the organization table/entity.
Calendar_AsyncOperations
See the Calendar_AsyncOperations one-to-many relationship for the calendar table/entity.
ImportFile_AsyncOperations
See the ImportFile_AsyncOperations one-to-many relationship for the importfile table/entity.
solutioncomponentattributeconfiguration_AsyncOperations
Added by: Solution Component Configuration Solution
See the solutioncomponentattributeconfiguration_AsyncOperations one-to-many relationship for the solutioncomponentattributeconfiguration table/entity.
solutioncomponentbatchconfiguration_AsyncOperations
Added by: Solution Component Configuration Solution
See the solutioncomponentbatchconfiguration_AsyncOperations one-to-many relationship for the solutioncomponentbatchconfiguration table/entity.
solutioncomponentconfiguration_AsyncOperations
Added by: Solution Component Configuration Solution
See the solutioncomponentconfiguration_AsyncOperations one-to-many relationship for the solutioncomponentconfiguration table/entity.
solutioncomponentrelationshipconfiguration_AsyncOperations
Added by: Solution Component Configuration Solution
See the solutioncomponentrelationshipconfiguration_AsyncOperations one-to-many relationship for the solutioncomponentrelationshipconfiguration table/entity.
package_AsyncOperations
Added by: msdyn_SolutionPackageMapping Solution
See the package_AsyncOperations one-to-many relationship for the package table/entity.
stagesolutionupload_AsyncOperations
Added by: StageSolutionUpload Solution
See the stagesolutionupload_AsyncOperations one-to-many relationship for the stagesolutionupload table/entity.
exportsolutionupload_AsyncOperations
Added by: ExportSolutionUpload Solution
See the exportsolutionupload_AsyncOperations one-to-many relationship for the exportsolutionupload table/entity.
featurecontrolsetting_AsyncOperations
Added by: msdyn_FeatureControlSetting Solution
See the featurecontrolsetting_AsyncOperations one-to-many relationship for the featurecontrolsetting table/entity.
attributeimageconfig_AsyncOperations
Added by: Image Configuration Solution
See the attributeimageconfig_AsyncOperations one-to-many relationship for the attributeimageconfig table/entity.
entityimageconfig_AsyncOperations
Added by: Image Configuration Solution
See the entityimageconfig_AsyncOperations one-to-many relationship for the entityimageconfig table/entity.
relationshipattribute_AsyncOperations
Added by: Metadata Extension Solution
See the relationshipattribute_AsyncOperations one-to-many relationship for the relationshipattribute table/entity.
catalog_AsyncOperations
Added by: CatalogFramework Solution
See the catalog_AsyncOperations one-to-many relationship for the catalog table/entity.
catalogassignment_AsyncOperations
Added by: CatalogFramework Solution
See the catalogassignment_AsyncOperations one-to-many relationship for the catalogassignment table/entity.
customapi_AsyncOperations
Added by: Custom API Framework Solution
See the customapi_AsyncOperations one-to-many relationship for the customapi table/entity.
customapirequestparameter_AsyncOperations
Added by: Custom API Framework Solution
See the customapirequestparameter_AsyncOperations one-to-many relationship for the customapirequestparameter table/entity.
customapiresponseproperty_AsyncOperations
Added by: Custom API Framework Solution
See the customapiresponseproperty_AsyncOperations one-to-many relationship for the customapiresponseproperty table/entity.
provisionlanguageforuser_AsyncOperations
Added by: msft_LocalizationExtension Solution
See the provisionlanguageforuser_AsyncOperations one-to-many relationship for the provisionlanguageforuser table/entity.
sharedobject_AsyncOperations
Added by: Real-time Collaboration App Solution
See the sharedobject_AsyncOperations one-to-many relationship for the sharedobject table/entity.
sharedworkspace_AsyncOperations
Added by: Real-time Collaboration App Solution
See the sharedworkspace_AsyncOperations one-to-many relationship for the sharedworkspace table/entity.
entityanalyticsconfig_AsyncOperations
Added by: Advanced Analytics Infrastructure Solution
See the entityanalyticsconfig_AsyncOperations one-to-many relationship for the entityanalyticsconfig table/entity.
datalakefolder_AsyncOperations
Added by: Data lake workspaces Solution
See the datalakefolder_AsyncOperations one-to-many relationship for the datalakefolder table/entity.
datalakefolderpermission_AsyncOperations
Added by: Data lake workspaces Solution
See the datalakefolderpermission_AsyncOperations one-to-many relationship for the datalakefolderpermission table/entity.
datalakeworkspace_AsyncOperations
Added by: Data lake workspaces Solution
See the datalakeworkspace_AsyncOperations one-to-many relationship for the datalakeworkspace table/entity.
datalakeworkspacepermission_AsyncOperations
Added by: Data lake workspaces Solution
See the datalakeworkspacepermission_AsyncOperations one-to-many relationship for the datalakeworkspacepermission table/entity.
dataprocessingconfiguration_AsyncOperations
Added by: Data lake workspaces Solution
See the dataprocessingconfiguration_AsyncOperations one-to-many relationship for the dataprocessingconfiguration table/entity.
synapsedatabase_AsyncOperations
Added by: Data lake workspaces Solution
See the synapsedatabase_AsyncOperations one-to-many relationship for the synapsedatabase table/entity.
synapselinkexternaltablestate_AsyncOperations
Added by: Synapse Link Solution
See the synapselinkexternaltablestate_AsyncOperations one-to-many relationship for the synapselinkexternaltablestate table/entity.
synapselinkprofile_AsyncOperations
Added by: Synapse Link Solution
See the synapselinkprofile_AsyncOperations one-to-many relationship for the synapselinkprofile table/entity.
synapselinkprofileentity_AsyncOperations
Added by: Synapse Link Solution
See the synapselinkprofileentity_AsyncOperations one-to-many relationship for the synapselinkprofileentity table/entity.
synapselinkprofileentitystate_AsyncOperations
Added by: Synapse Link Solution
See the synapselinkprofileentitystate_AsyncOperations one-to-many relationship for the synapselinkprofileentitystate table/entity.
synapselinkschedule_AsyncOperations
Added by: Synapse Link Solution
See the synapselinkschedule_AsyncOperations one-to-many relationship for the synapselinkschedule table/entity.
msdyn_dataflow_AsyncOperations
Added by: Dataflow Solution Solution
See the msdyn_dataflow_AsyncOperations one-to-many relationship for the msdyn_dataflow table/entity.
msdyn_dataflowrefreshhistory_AsyncOperations
Added by: Dataflow Solution Solution
See the msdyn_dataflowrefreshhistory_AsyncOperations one-to-many relationship for the msdyn_dataflowrefreshhistory table/entity.
msdyn_entityrefreshhistory_AsyncOperations
Added by: Dataflow Solution Solution
See the msdyn_entityrefreshhistory_AsyncOperations one-to-many relationship for the msdyn_entityrefreshhistory table/entity.
sharedlinksetting_AsyncOperations
Added by: Access Team Solution
See the sharedlinksetting_AsyncOperations one-to-many relationship for the sharedlinksetting table/entity.
serviceplan_AsyncOperations
Added by: License Enforcement Solution
See the serviceplan_AsyncOperations one-to-many relationship for the serviceplan table/entity.
serviceplanmapping_AsyncOperations
Added by: License Enforcement Solution
See the serviceplanmapping_AsyncOperations one-to-many relationship for the serviceplanmapping table/entity.
applicationuser_AsyncOperations
Added by: ApplicationUserSolution Solution
See the applicationuser_AsyncOperations one-to-many relationship for the applicationuser table/entity.
connector_AsyncOperations
Added by: Power Connector Solution Solution
See the connector_AsyncOperations one-to-many relationship for the connector table/entity.
environmentvariabledefinition_AsyncOperations
Added by: Environment Variables Solution
See the environmentvariabledefinition_AsyncOperations one-to-many relationship for the environmentvariabledefinition table/entity.
environmentvariablevalue_AsyncOperations
Added by: Environment Variables Solution
See the environmentvariablevalue_AsyncOperations one-to-many relationship for the environmentvariablevalue table/entity.
flowmachine_AsyncOperations
Added by: Power Automate Extensions core package Solution
See the flowmachine_AsyncOperations one-to-many relationship for the flowmachine table/entity.
flowmachinegroup_AsyncOperations
Added by: Power Automate Extensions core package Solution
See the flowmachinegroup_AsyncOperations one-to-many relationship for the flowmachinegroup table/entity.
flowmachineimage_AsyncOperations
Added by: Power Automate Extensions core package Solution
See the flowmachineimage_AsyncOperations one-to-many relationship for the flowmachineimage table/entity.
flowmachineimageversion_AsyncOperations
Added by: Power Automate Extensions core package Solution
See the flowmachineimageversion_AsyncOperations one-to-many relationship for the flowmachineimageversion table/entity.
processstageparameter_AsyncOperations
Added by: Power Automate Extensions core package Solution
See the processstageparameter_AsyncOperations one-to-many relationship for the processstageparameter table/entity.
flowsession_AsyncOperations
Added by: Power Automate Extensions core package Solution
See the flowsession_AsyncOperations one-to-many relationship for the flowsession table/entity.
workflowbinary_AsyncOperations
Added by: Power Automate Extensions core package Solution
See the workflowbinary_AsyncOperations one-to-many relationship for the workflowbinary table/entity.
connectionreference_AsyncOperations
Added by: Power Platform Connection References Solution
See the connectionreference_AsyncOperations one-to-many relationship for the connectionreference table/entity.
msdyn_aiconfiguration_AsyncOperations
Added by: AISolution Solution
See the msdyn_aiconfiguration_AsyncOperations one-to-many relationship for the msdyn_aiconfiguration table/entity.
msdyn_aimodel_AsyncOperations
Added by: AISolution Solution
See the msdyn_aimodel_AsyncOperations one-to-many relationship for the msdyn_aimodel table/entity.
msdyn_aitemplate_AsyncOperations
Added by: AISolution Solution
See the msdyn_aitemplate_AsyncOperations one-to-many relationship for the msdyn_aitemplate table/entity.
msdyn_aibfeedbackloop_AsyncOperations
Added by: AISolutionFullAdditions Solution
See the msdyn_aibfeedbackloop_AsyncOperations one-to-many relationship for the msdyn_aibfeedbackloop table/entity.
msdyn_aifptrainingdocument_AsyncOperations
Added by: AI Solution deprecated templates Solution
See the msdyn_aifptrainingdocument_AsyncOperations one-to-many relationship for the msdyn_aifptrainingdocument table/entity.
msdyn_aiodimage_AsyncOperations
Added by: AI Solution deprecated templates Solution
See the msdyn_aiodimage_AsyncOperations one-to-many relationship for the msdyn_aiodimage table/entity.
msdyn_aiodlabel_AsyncOperations
Added by: AI Solution deprecated templates Solution
See the msdyn_aiodlabel_AsyncOperations one-to-many relationship for the msdyn_aiodlabel table/entity.
msdyn_aiodtrainingboundingbox_AsyncOperations
Added by: AI Solution deprecated templates Solution
See the msdyn_aiodtrainingboundingbox_AsyncOperations one-to-many relationship for the msdyn_aiodtrainingboundingbox table/entity.
msdyn_aiodtrainingimage_AsyncOperations
Added by: AI Solution deprecated templates Solution
See the msdyn_aiodtrainingimage_AsyncOperations one-to-many relationship for the msdyn_aiodtrainingimage table/entity.
msdyn_aibdataset_AsyncOperations
Added by: AI Solution default templates Solution
See the msdyn_aibdataset_AsyncOperations one-to-many relationship for the msdyn_aibdataset table/entity.
msdyn_aibdatasetfile_AsyncOperations
Added by: AI Solution default templates Solution
See the msdyn_aibdatasetfile_AsyncOperations one-to-many relationship for the msdyn_aibdatasetfile table/entity.
msdyn_aibdatasetrecord_AsyncOperations
Added by: AI Solution default templates Solution
See the msdyn_aibdatasetrecord_AsyncOperations one-to-many relationship for the msdyn_aibdatasetrecord table/entity.
msdyn_aibdatasetscontainer_AsyncOperations
Added by: AI Solution default templates Solution
See the msdyn_aibdatasetscontainer_AsyncOperations one-to-many relationship for the msdyn_aibdatasetscontainer table/entity.
msdyn_aibfile_AsyncOperations
Added by: AI Solution default templates Solution
See the msdyn_aibfile_AsyncOperations one-to-many relationship for the msdyn_aibfile table/entity.
msdyn_aibfileattacheddata_AsyncOperations
Added by: AI Solution default templates Solution
See the msdyn_aibfileattacheddata_AsyncOperations one-to-many relationship for the msdyn_aibfileattacheddata table/entity.
msdyn_helppage_AsyncOperations
Added by: Contextual Help Solution
See the msdyn_helppage_AsyncOperations one-to-many relationship for the msdyn_helppage table/entity.
msdyn_tour_AsyncOperations
Added by: Contextual Help Solution
See the msdyn_tour_AsyncOperations one-to-many relationship for the msdyn_tour table/entity.
msdynce_botcontent_AsyncOperations
Added by: Customer Care Intelligence Bots Solution
See the msdynce_botcontent_AsyncOperations one-to-many relationship for the msdynce_botcontent table/entity.
conversationtranscript_AsyncOperations
Added by: Power Virtual Agents Common Solution
See the conversationtranscript_AsyncOperations one-to-many relationship for the conversationtranscript table/entity.
bot_AsyncOperations
Added by: Power Virtual Agents Solution
See the bot_AsyncOperations one-to-many relationship for the bot table/entity.
botcomponent_AsyncOperations
Added by: Power Virtual Agents Solution
See the botcomponent_AsyncOperations one-to-many relationship for the botcomponent table/entity.
Territory_AsyncOperations
Added by: Application Common Solution
See the Territory_AsyncOperations one-to-many relationship for the territory table/entity.
activityfileattachment_AsyncOperations
Added by: Activities Patch Solution
See the activityfileattachment_AsyncOperations one-to-many relationship for the activityfileattachment table/entity.
chat_AsyncOperations
Added by: Activities Patch Solution
See the chat_AsyncOperations one-to-many relationship for the chat table/entity.
msdyn_serviceconfiguration_AsyncOperations
Added by: Service Level Agreement (SLA) Extension Solution
See the msdyn_serviceconfiguration_AsyncOperations one-to-many relationship for the msdyn_serviceconfiguration table/entity.
msdyn_slakpi_AsyncOperations
Added by: Service Level Agreement (SLA) Extension Solution
See the msdyn_slakpi_AsyncOperations one-to-many relationship for the msdyn_slakpi table/entity.
msdyn_knowledgemanagementsetting_AsyncOperations
Added by: Knowledge Management Patch Solution
See the msdyn_knowledgemanagementsetting_AsyncOperations one-to-many relationship for the msdyn_knowledgemanagementsetting table/entity.
msdyn_federatedarticle_AsyncOperations
Added by: Knowledge Management Online Features Solution
See the msdyn_federatedarticle_AsyncOperations one-to-many relationship for the msdyn_federatedarticle table/entity.
msdyn_federatedarticleincident_AsyncOperations
Added by: Knowledge Management Online Features Solution
See the msdyn_federatedarticleincident_AsyncOperations one-to-many relationship for the msdyn_federatedarticleincident table/entity.
msdyn_kmfederatedsearchconfig_AsyncOperations
Added by: Knowledge Management Online Features Solution
See the msdyn_kmfederatedsearchconfig_AsyncOperations one-to-many relationship for the msdyn_kmfederatedsearchconfig table/entity.
msdyn_knowledgearticleimage_AsyncOperations
Added by: Knowledge Management Online Features Solution
See the msdyn_knowledgearticleimage_AsyncOperations one-to-many relationship for the msdyn_knowledgearticleimage table/entity.
msdyn_knowledgeinteractioninsight_AsyncOperations
Added by: Knowledge Management Online Features Solution
See the msdyn_knowledgeinteractioninsight_AsyncOperations one-to-many relationship for the msdyn_knowledgeinteractioninsight table/entity.
msdyn_knowledgesearchinsight_AsyncOperations
Added by: Knowledge Management Online Features Solution
See the msdyn_knowledgesearchinsight_AsyncOperations one-to-many relationship for the msdyn_knowledgesearchinsight table/entity.
msdyn_kalanguagesetting_AsyncOperations
Added by: Knowledge Management Features Solution
See the msdyn_kalanguagesetting_AsyncOperations one-to-many relationship for the msdyn_kalanguagesetting table/entity.
msdyn_kbattachment_AsyncOperations
Added by: Knowledge Management Features Solution
See the msdyn_kbattachment_AsyncOperations one-to-many relationship for the msdyn_kbattachment table/entity.
msdyn_kmpersonalizationsetting_AsyncOperations
Added by: Knowledge Management Features Solution
See the msdyn_kmpersonalizationsetting_AsyncOperations one-to-many relationship for the msdyn_kmpersonalizationsetting table/entity.
msdyn_knowledgearticletemplate_AsyncOperations
Added by: Knowledge Management Features Solution
See the msdyn_knowledgearticletemplate_AsyncOperations one-to-many relationship for the msdyn_knowledgearticletemplate table/entity.
msdyn_knowledgepersonalfilter_AsyncOperations
Added by: Knowledge Management Features Solution
See the msdyn_knowledgepersonalfilter_AsyncOperations one-to-many relationship for the msdyn_knowledgepersonalfilter table/entity.
msdyn_knowledgesearchfilter_AsyncOperations
Added by: Knowledge Management Features Solution
See the msdyn_knowledgesearchfilter_AsyncOperations one-to-many relationship for the msdyn_knowledgesearchfilter table/entity.
pluginpackage_AsyncOperations
Added by: Plugin Infrastructure Extension Solution
See the pluginpackage_AsyncOperations one-to-many relationship for the pluginpackage table/entity.
keyvaultreference_AsyncOperations
Added by: ManagedIdentityExtensions Solution
See the keyvaultreference_AsyncOperations one-to-many relationship for the keyvaultreference table/entity.
managedidentity_AsyncOperations
Added by: ManagedIdentityExtensions Solution
See the managedidentity_AsyncOperations one-to-many relationship for the managedidentity table/entity.
virtualentitymetadata_AsyncOperations
Added by: RuntimeIntegration Solution
See the virtualentitymetadata_AsyncOperations one-to-many relationship for the virtualentitymetadata table/entity.
organizationdatasyncsubscription_AsyncOperations
Added by: OrganizationDataSyncSolution Solution
See the organizationdatasyncsubscription_AsyncOperations one-to-many relationship for the organizationdatasyncsubscription table/entity.
organizationdatasyncsubscriptionentity_AsyncOperations
Added by: OrganizationDataSyncSolution Solution
See the organizationdatasyncsubscriptionentity_AsyncOperations one-to-many relationship for the organizationdatasyncsubscriptionentity table/entity.
organizationdatasyncstate_AsyncOperations
Added by: DataSyncState Solution
See the organizationdatasyncstate_AsyncOperations one-to-many relationship for the organizationdatasyncstate table/entity.
userrating_AsyncOperations
Added by: User Rating Solution
See the userrating_AsyncOperations one-to-many relationship for the userrating table/entity.
msdyn_insightsstorevirtualentity_AsyncOperations
Added by: Insights Store Data Provider Solution
See the msdyn_insightsstorevirtualentity_AsyncOperations one-to-many relationship for the msdyn_insightsstorevirtualentity table/entity.
appaction_AsyncOperations
Added by: Power Apps Actions Solution
See the appaction_AsyncOperations one-to-many relationship for the appaction table/entity.
appactionmigration_AsyncOperations
Added by: Power Apps Actions Solution
See the appactionmigration_AsyncOperations one-to-many relationship for the appactionmigration table/entity.
appactionrule_AsyncOperations
Added by: Power Apps Actions Solution
See the appactionrule_AsyncOperations one-to-many relationship for the appactionrule table/entity.
msdyn_richtextfile_AsyncOperations
Added by: Rich Text Editor Solution
See the msdyn_richtextfile_AsyncOperations one-to-many relationship for the msdyn_richtextfile table/entity.
msdyn_customcontrolextendedsettings_AsyncOperations
Added by: User Experiences Extended Settings Solution
See the msdyn_customcontrolextendedsettings_AsyncOperations one-to-many relationship for the msdyn_customcontrolextendedsettings table/entity.
msdyn_pmanalysishistory_AsyncOperations
Added by: Process Mining Solution
See the msdyn_pmanalysishistory_AsyncOperations one-to-many relationship for the msdyn_pmanalysishistory table/entity.
msdyn_pminferredtask_AsyncOperations
Added by: Process Mining Solution
See the msdyn_pminferredtask_AsyncOperations one-to-many relationship for the msdyn_pminferredtask table/entity.
msdyn_pmrecording_AsyncOperations
Added by: Process Mining Solution
See the msdyn_pmrecording_AsyncOperations one-to-many relationship for the msdyn_pmrecording table/entity.
msdyn_pmtemplate_AsyncOperations
Added by: Process Mining Solution
See the msdyn_pmtemplate_AsyncOperations one-to-many relationship for the msdyn_pmtemplate table/entity.
msdyn_analysiscomponent_AsyncOperations
Added by: Power Apps Checker Solution
See the msdyn_analysiscomponent_AsyncOperations one-to-many relationship for the msdyn_analysiscomponent table/entity.
msdyn_analysisjob_AsyncOperations
Added by: Power Apps Checker Solution
See the msdyn_analysisjob_AsyncOperations one-to-many relationship for the msdyn_analysisjob table/entity.
msdyn_analysisresult_AsyncOperations
Added by: Power Apps Checker Solution
See the msdyn_analysisresult_AsyncOperations one-to-many relationship for the msdyn_analysisresult table/entity.
msdyn_analysisresultdetail_AsyncOperations
Added by: Power Apps Checker Solution
See the msdyn_analysisresultdetail_AsyncOperations one-to-many relationship for the msdyn_analysisresultdetail table/entity.
msdyn_solutionhealthrule_AsyncOperations
Added by: Power Apps Checker Solution
See the msdyn_solutionhealthrule_AsyncOperations one-to-many relationship for the msdyn_solutionhealthrule table/entity.
msdyn_solutionhealthruleargument_AsyncOperations
Added by: Power Apps Checker Solution
See the msdyn_solutionhealthruleargument_AsyncOperations one-to-many relationship for the msdyn_solutionhealthruleargument table/entity.
msdyn_solutionhealthruleset_AsyncOperations
Added by: Power Apps Checker Solution
See the msdyn_solutionhealthruleset_AsyncOperations one-to-many relationship for the msdyn_solutionhealthruleset table/entity.
See also
Dataverse table/entity reference
Web API Reference
asyncoperation EntityType
Зворотний зв’язок
Надіслати й переглянути відгук про