Share via


msdyn_aidataprocessingevent EntityType

Events that are triggered by Data Processing.

Entity set path: 
[organization URI]/api/data/v9.2/msdyn_aidataprocessingevents
Base type: 
crmbaseentity
Display name: 
Data Processing Event
Primary key: 
msdyn_aidataprocessingeventid
Primary name column: 
msdyn_name
Operations supported: 
POST GET PATCH DELETE

Properties

Properties represent fields of data stored in the entity. Some properties are read-only.

Name Type Details
createdon Edm.DateTimeOffset

Date and time when the record was created.

Display name: Created On

Read only
importsequencenumber Edm.Int32

Sequence number of the import that created this record.

Display name: Import Sequence Number

modifiedon Edm.DateTimeOffset

Date and time when the record was modified.

Display name: Modified On

Read only
msdyn_aidataprocessingeventid Edm.Guid

Unique identifier for entity instances

Display name: Data Processing Event

msdyn_customdata Edm.String

Free area. Used for instructions to a reviewer, or JSON for cases where maker needs more customized info.

Display name: Custom Data

msdyn_inputdata Edm.Binary

Input data of the process (e.g. file content for Document Processing).

Display name: Input Data

Read only
msdyn_inputdata_name Edm.String
Read only
msdyn_inputdataformat Edm.String

Format of Input Data (JSON, XML, etc)

Display name: Input Data Format

msdyn_name Edm.String

Name of data source (e.g. file name on Document Processing)

Display name: Name

msdyn_processeddata Edm.String

Output of AI models for this data. (e.g. Extracted data from Documents in Doc. Processing)

Display name: Processed Data

msdyn_processingstatus Edm.Int32

Current processing status of data.

Display name: Processing Status

Default options
Values Label
375150000 New
375150001 Processed
375150002 Processing Failed
375150003 Validated
375150004 Manual Review
375150005 Exported
375150006 Exporting Failed
375150007 Rejected
msdyn_processorname Edm.String

Agent or Model processing this data.

Display name: Processor Name

msdyn_processortype Edm.String

Type of processor (e.g. bot or workflow)

Display name: Processor Type

msdyn_receiveddate Edm.DateTimeOffset

Date input data was received.

Display name: Received Date

msdyn_updateddate Edm.DateTimeOffset

Date the last update of Processing Status happened.

Display name: Updated Date

msdyn_validationresult Edm.String

Result of validation process when this data is handled by an agent or AI model.

Display name: Validation Result

overriddencreatedon Edm.DateTimeOffset

Date and time that the record was migrated.

Display name: Record Created On

statecode Edm.Int32

Status of the DataProcessingEvent

Display name: Status

Default options
Values Label
0 Active
1 Inactive
statuscode Edm.Int32

Reason for the status of the DataProcessingEvent

Display name: Status Reason

Default options
Values Label
1 Active
2 Inactive
timezoneruleversionnumber Edm.Int32

For internal use only.

Display name: Time Zone Rule Version Number

utcconversiontimezonecode Edm.Int32

Time zone code that was in use when the record was created.

Display name: UTC Conversion Time Zone Code

versionnumber Edm.Int64

Version Number

Display name: Version Number

Read only

Lookup properties

Lookup properties are read-only, computed properties which contain entity primary key Edm.Guid data for one or more corresponding single-valued navigation properties. More information: Lookup properties and Lookup property data.

Name Single-valued navigation property Description
_createdby_value createdby

Unique identifier of the user who created the record.

_createdonbehalfby_value createdonbehalfby

Unique identifier of the delegate user who created the record.

_modifiedby_value modifiedby

Unique identifier of the user who modified the record.

_modifiedonbehalfby_value modifiedonbehalfby

Unique identifier of the delegate user who modified the record.

_ownerid_value ownerid

Owner Id

_owningbusinessunit_value owningbusinessunit

Unique identifier for the business unit that owns the record

_owningteam_value owningteam

Unique identifier for the team that owns the record.

_owninguser_value owninguser

Unique identifier for the user that owns the record.

Single-valued navigation properties

Single-valued navigation properties represent lookup fields where a single entity can be referenced. Each single-valued navigation property has a corresponding partner collection-valued navigation property on the related entity.

Name Type Partner
createdby systemuser lk_msdyn_aidataprocessingevent_createdby
createdonbehalfby systemuser lk_msdyn_aidataprocessingevent_createdonbehalfby
modifiedby systemuser lk_msdyn_aidataprocessingevent_modifiedby
modifiedonbehalfby systemuser lk_msdyn_aidataprocessingevent_modifiedonbehalfby
ownerid principal owner_msdyn_aidataprocessingevent
owningbusinessunit businessunit business_unit_msdyn_aidataprocessingevent
owningteam team team_msdyn_aidataprocessingevent
owninguser systemuser user_msdyn_aidataprocessingevent

Collection-valued navigation properties

Collection-valued navigation properties represent collections of entities which may represent either a one-to-many (1:N) or many-to-many (N:N) relationship between the entities.

Name Type Partner
msdyn_aidataprocessingevent_AsyncOperations asyncoperation regardingobjectid_msdyn_aidataprocessingevent
msdyn_aidataprocessingevent_BulkDeleteFailures bulkdeletefailure regardingobjectid_msdyn_aidataprocessingevent
msdyn_aidataprocessingevent_FileAttachments fileattachment objectid_msdyn_aidataprocessingevent
msdyn_aidataprocessingevent_MailboxTrackingFolders mailboxtrackingfolder regardingobjectid_msdyn_aidataprocessingevent
msdyn_aidataprocessingevent_PrincipalObjectAttributeAccesses principalobjectattributeaccess objectid_msdyn_aidataprocessingevent
msdyn_aidataprocessingevent_ProcessSession processsession regardingobjectid_msdyn_aidataprocessingevent
msdyn_aidataprocessingevent_SyncErrors syncerror regardingobjectid_msdyn_aidataprocessingevent

Operations

The following operations can be used with the msdyn_aidataprocessingevent entity type.

Name Binding
CreateMultiple Not Bound
DeleteMultiple Not Bound
GrantAccess Not Bound
IsValidStateTransition Not Bound
ModifyAccess Not Bound
RetrievePrincipalAccess Not Bound
RetrieveSharedPrincipalsAndAccess Not Bound
RevokeAccess Not Bound
UpdateMultiple Not Bound

See also