translationprocess EntityType

Translation Process Business Process Flow

Entity Set Path
[organization URI]/api/data/v9.2/translationprocesses
Base Type
crmbaseentity
Display Name
Translation Process
Primary Key
businessprocessflowinstanceid
Primary Key Attribute
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
activestagestartedon Edm.DateTimeOffset

Date and time when current active stage is started.

Display Name: Active Stage Started On

businessprocessflowinstanceid Edm.Guid

Unique identifier for Translation Process bpf entity instances

Display Name: Translation Process Instance Id

completedon Edm.DateTimeOffset

Date and time when Business Process Flow instance is completed.

Display Name: Completed On

createdon Edm.DateTimeOffset

Shows the date and time when the record was created. The date and time are displayed in the time zone selected in Microsoft Dynamics CRM options.

Display Name: Created On

Read Only
duration Edm.Int32

Duration between completed on and started on, used by business process flow.

Display Name: Duration

Read Only
Is Computed
exchangerate Edm.Decimal

Shows the conversion rate of the record's currency. The exchange rate is used to convert all money fields in the record from the local currency to the system's default currency.

Display Name: Exchange Rate

Read Only
importsequencenumber Edm.Int32

Unique identifier of the data import or data migration that created this record.

Display Name: Import Sequence Number

modifiedon Edm.DateTimeOffset

Shows the date and time when the record was last updated. The date and time are displayed in the time zone selected in Microsoft Dynamics CRM options.

Display Name: Modified On

Read Only
name Edm.String

Process Name.

Display Name: Process Name

overriddencreatedon Edm.DateTimeOffset

Date and time that the record was migrated.

Display Name: Record Created On

statecode Edm.Int32

Shows whether the Delve action record is pending, completed, or tracking.

Display Name: Status

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

Select the delve action record status.

Display Name: Status Reason

Default Options
Values Label
1 Active
2 Finished
3 Aborted
traversedpath Edm.String

Traversed Path

Display Name: Comma delimited string of process stage ids that represent visited stages of the Business Process Flow instance.

versionnumber Edm.Int64

Version number of the business process instance.

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
_activestageid_value activestageid

Unique identifier of the active stage for the Business Process Flow instance.

_createdby_value createdbyname

Shows who created the record.

_createdonbehalfby_value createdonbehalfbyname

Shows who created the record on behalf of another user.

_knowledgearticleid_value knowledgearticleid

Unique identifier of the workflow associated to the Business Process Flow instance.

_modifiedby_value modifiedbyname

Shows who last updated the record.

_modifiedonbehalfby_value modifiedonbehalfbyname

Shows who last updated the record on behalf of another user.

_organizationid_value organizationid

Unique identifier of the organization with which the SDK message request is associated.

_processid_value processid

Unique identifier of the workflow associated to the Business Process Flow instance.

_transactioncurrencyid_value transactioncurrencyid

Choose the local currency for the record to make sure budgets are reported in the correct currency.

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
activestageid processstage processstage_translationprocess
createdbyname systemuser lk_translationprocess_createdby
createdonbehalfbyname systemuser lk_translationprocess_createdonbehalfby
knowledgearticleid knowledgearticle knowledgearticle_translationprocess
modifiedbyname systemuser lk_translationprocess_modifiedby
modifiedonbehalfbyname systemuser lk_translationprocess_modifiedonbehalfby
organizationid organization organization_translationprocess
processid workflow workflow_translationprocess
transactioncurrencyid transactioncurrency transactioncurrency_translationprocess

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
TranslationProcess_ProcessSessions processsession regardingobjectid_translationprocess
TranslationProcess_SyncErrors syncerror regardingobjectid_TranslationProcess_syncerror
workflowlogs_translationprocess workflowlog TranslationProcess_asyncoperationid

See also