Referenz zur Tabelle/Entität Process (Workflow)

Hinweis

Unsicher bei Tabelle vs. Entität? Siehe Entwickler: Terminologie in Microsoft Dataverse verstehen.

Set of logical rules that define the steps necessary to automate a specific business process, task, or set of actions to be performed.

Nachrichten

Nachricht Web-API-Vorgang SDK-Klasse oder -Methode
AddRequiredDesktopFlowComponentsToSolutions AddRequiredDesktopFlowComponentsToSolutions Action Typ, der von CrmSvcUtil.exe generiert wird oder verwenden Sie OrganizationRequest, um die erforderlichen Parameter für die Nachricht festzulegen.
Assign PATCH [org URI]/api/data/v9.0/workflows(workflowid)
Aktualisieren die Eigenschaft ownerid.
AssignRequest
Create POST [org URI]/api/data/v9.0/workflows
Weitere Informationen finden Sie unter Erstellen
CreateRequest oder
Create
CreateWorkflowFromTemplate CreateWorkflowFromTemplate Action CreateWorkflowFromTemplateRequest
Delete DELETE [org URI]/api/data/v9.0/workflows(workflowid)
Weitere Informationen finden Sie unter Löschen
DeleteRequest oder
Delete
ExecuteWorkflow ExecuteWorkflow Action ExecuteWorkflowRequest
GrantAccess GrantAccess Action GrantAccessRequest
InitializeModernFlowFromAsyncWorkflow InitializeModernFlowFromAsyncWorkflow Action InitializeModernFlowFromAsyncWorkflowRequest
install install Action Typ, der von CrmSvcUtil.exe generiert wird oder verwenden Sie OrganizationRequest, um die erforderlichen Parameter für die Nachricht festzulegen.
ListConnectionReferences ListConnectionReferences Action Typ, der von CrmSvcUtil.exe generiert wird oder verwenden Sie OrganizationRequest, um die erforderlichen Parameter für die Nachricht festzulegen.
ModifyAccess ModifyAccess Action ModifyAccessRequest
Retrieve GET [org URI]/api/data/v9.0/workflows(workflowid)
Weitere Informationen finden Sie unter Abrufen
RetrieveRequest oder
Retrieve
RetrieveMultiple GET [org URI]/api/data/v9.0/workflows
Weitere Informationen finden Sie unter Daten abfragen
RetrieveMultipleRequest oder
RetrieveMultiple
RetrievePrincipalAccess RetrievePrincipalAccess Function RetrievePrincipalAccessRequest
RetrieveSharedPrincipalsAndAccess RetrieveSharedPrincipalsAndAccess Function RetrieveSharedPrincipalsAndAccessRequest
RetrieveUnpublished RetrieveUnpublished Function RetrieveUnpublishedRequest
RetrieveUnpublishedMultiple RetrieveUnpublishedMultiple Function RetrieveUnpublishedMultipleRequest
RevokeAccess RevokeAccess Action RevokeAccessRequest
RunDesktopFlow RunDesktopFlow Action Typ, der von CrmSvcUtil.exe generiert wird oder verwenden Sie OrganizationRequest, um die erforderlichen Parameter für die Nachricht festzulegen.
SaveAsDesktopFlow SaveAsDesktopFlow Action Typ, der von CrmSvcUtil.exe generiert wird oder verwenden Sie OrganizationRequest, um die erforderlichen Parameter für die Nachricht festzulegen.
SetState PATCH [org URI]/api/data/v9.0/workflows(workflowid)
Aktualisieren der Eigenschaften statecode und statuscode.
SetStateRequest
Update PATCH [org URI]/api/data/v9.0/workflows(workflowid)
Weitere Informationen finden Sie unter Aktualisieren
UpdateRequest oder
Update

Eigenschaften

Eigenschaft Wert
CollectionSchemaName Workflows
DisplayCollectionName Processes
DisplayName Process
EntitySetName workflows
IsBPFEntity False
LogicalCollectionName workflows
LogicalName workflow
OwnershipType UserOwned
PrimaryIdAttribute workflowid
PrimaryNameAttribute name
SchemaName Workflow

Schreibbare Spalten/Attribute

Diese Spalten/Attribute geben entweder für IsValidForCreate oder IsValidForUpdate (normalerweise beides) true zurück. Aufgelistet durch SchemaName.

AsyncAutoDelete

Eigenschaft Wert
Description Indicates whether the asynchronous system job is automatically deleted on completion.
DisplayName Delete Job On Completion
IsValidForForm False
IsValidForRead True
LogicalName asyncautodelete
RequiredLevel SystemRequired
Type Boolean

AsyncAutoDelete Auswahlen/Optionen

Wert Etikett Beschreibung
1 Yes
0 No

Standardwert: 0

BillingContext

Hinzugefügt von: Power Automate Workflow Table Extensions-Lösung

Eigenschaft Wert
Description Billing context this flow is in.
DisplayName BillingContext
Format Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName billingcontext
MaxLength 100000
RequiredLevel None
Type Memo

BusinessProcessType

Eigenschaft Wert
Description Business Process Type.
DisplayName Business Process Type
IsValidForForm True
IsValidForRead True
IsValidForUpdate False
LogicalName businessprocesstype
RequiredLevel None
Type Picklist

BusinessProcessType Auswahlen/Optionen

Wert Etikett Beschreibung
0 Business Flow
1 Task Flow

Category

Eigenschaft Wert
Description Category of the process.
DisplayName Category
IsValidForForm True
IsValidForRead True
IsValidForUpdate False
LogicalName category
RequiredLevel SystemRequired
Type Picklist

Category Auswahlen/Optionen

Wert Etikett Beschreibung
0 Workflow
1 Dialog
2 Business Rule
3 Action
4 Business Process Flow
5 Modern Flow
6 Desktop Flow

ClientData

Eigenschaft Wert
Description Business logic converted into client data
DisplayName Client Data
Format TextArea
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName clientdata
MaxLength 1073741823
RequiredLevel None
Type Memo

ConnectionReferences

Hinzugefügt von: Power Automate Workflow Table Extensions-Lösung

Eigenschaft Wert
Description Connection References related to this workflow.
DisplayName Connection references
Format Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName connectionreferences
MaxLength 100000
RequiredLevel None
Type Memo

CreateMetadata

Hinzugefügt von: Power Automate Workflow Table Extensions-Lösung

Eigenschaft Wert
Description Create metadata for this workflow.
DisplayName Create metadata
Format Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
IsValidForUpdate False
LogicalName createmetadata
MaxLength 100000
RequiredLevel None
Type Memo

CreateStage

Eigenschaft Wert
Description Stage of the process when triggered on Create.
DisplayName Create Stage
IsValidForForm False
IsValidForRead True
LogicalName createstage
RequiredLevel None
Type Picklist

CreateStage Auswahlen/Optionen

Wert Etikett Beschreibung
20 Pre-operation
40 Post-operation

Definition

Hinzugefügt von: Power Automate Workflow Table Extensions-Lösung

Eigenschaft Wert
Description Definition of the business logic of this workflow instance.
DisplayName Definition
Format Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName definition
MaxLength 1048576
RequiredLevel None
Type Memo

DeleteStage

Eigenschaft Wert
Description Stage of the process when triggered on Delete.
DisplayName Delete stage
IsValidForForm False
IsValidForRead True
LogicalName deletestage
RequiredLevel None
Type Picklist

DeleteStage Auswahlen/Optionen

Wert Etikett Beschreibung
20 Pre-operation
40 Post-operation

Dependencies

Hinzugefügt von: Power Automate Workflow Table Extensions-Lösung

Eigenschaft Wert
Description Soft dependencies of this workflow instance.
DisplayName Dependencies
Format Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName dependencies
MaxLength 100000
RequiredLevel None
Type Memo

Description

Eigenschaft Wert
Description Description of the process.
DisplayName Description
Format TextArea
IsLocalizable True
IsValidForForm True
IsValidForRead True
LogicalName description
MaxLength 100000
RequiredLevel None
Type Memo

DesktopFlowModules

Hinzugefügt von: Power Automate Workflow Table Extensions-Lösung

Eigenschaft Wert
Description Desktop flow modules related to this workflow.
DisplayName Desktop flow modules
Format Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName desktopflowmodules
MaxLength 100000
RequiredLevel None
Type Memo

DynamicsSolutionContext

Hinzugefügt von: Power Automate Workflow Table Extensions-Lösung

Eigenschaft Wert
Description comma separated list of one or more Dynamics First Party Solution Unique names that this workflow is in context of.
DisplayName DynamicsSolutionContext
Format Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName dynamicssolutioncontext
MaxLength 10000
RequiredLevel None
Type Memo

EntityImage

Eigenschaft Wert
Description Shows the default image for the record.
DisplayName Default Image
IsPrimaryImage True
IsValidForForm False
IsValidForRead True
LogicalName entityimage
MaxHeight 144
MaxWidth 144
RequiredLevel None
Type Image

FormId

Eigenschaft Wert
Description Unique identifier of the associated form.
DisplayName Form ID
IsValidForForm False
IsValidForRead True
LogicalName formid
RequiredLevel None
Type Uniqueidentifier

InputParameters

Eigenschaft Wert
Description Input parameters to the process.
DisplayName Input Parameters
Format TextArea
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName inputparameters
MaxLength 1073741823
RequiredLevel None
Type Memo

Inputs

Hinzugefügt von: Power Automate Workflow Table Extensions-Lösung

Eigenschaft Wert
Description Inputs definition for this workflow.
DisplayName Inputs
Format Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName inputs
MaxLength 1048576
RequiredLevel None
Type Memo

IntroducedVersion

Eigenschaft Wert
Description Version in which the form is introduced.
DisplayName Introduced Version
FormatName VersionNumber
IsLocalizable False
IsValidForForm False
IsValidForRead True
IsValidForUpdate False
LogicalName introducedversion
MaxLength 48
RequiredLevel None
Type String

IsCustomizable

Eigenschaft Wert
Description Information that specifies whether this component can be customized.
DisplayName Customizable
IsValidForForm False
IsValidForRead True
LogicalName iscustomizable
RequiredLevel SystemRequired
Type ManagedProperty

IsCustomProcessingStepAllowedForOtherPublishers

Hinzugefügt von: MessageProcessorExtension-Lösung

Eigenschaft Wert
Description Defines whether other publishers can attach custom processing steps to this action
DisplayName Allow custom processing step for other publishers
IsValidForForm True
IsValidForRead True
LogicalName iscustomprocessingstepallowedforotherpublishers
RequiredLevel SystemRequired
Type ManagedProperty

IsTransacted

Eigenschaft Wert
Description Whether or not the steps in the process are executed in a single transaction.
DisplayName Is Transacted
IsValidForForm True
IsValidForRead True
LogicalName istransacted
RequiredLevel None
Type Boolean

IsTransacted Auswahlen/Optionen

Wert Etikett Beschreibung
1 Yes
0 No

Standardwert: 1

LanguageCode

Eigenschaft Wert
Description Language of the process.
DisplayName Language
Format Language
IsValidForForm True
IsValidForRead True
IsValidForUpdate False
LogicalName languagecode
MaxValue 2147483647
MinValue 0
RequiredLevel None
Type Integer

Metadata

Hinzugefügt von: Power Automate Workflow Table Extensions-Lösung

Eigenschaft Wert
Description Additional metadata for this workflow.
DisplayName Metadata
Format Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName metadata
MaxLength 100000
RequiredLevel None
Type Memo

Mode

Eigenschaft Wert
Description Shows the mode of the process.
DisplayName Mode
IsValidForForm True
IsValidForRead True
LogicalName mode
RequiredLevel SystemRequired
Type Picklist

Mode Auswahlen/Optionen

Wert Etikett Beschreibung
0 Background
1 Real-time

Name

Eigenschaft Wert
Description Name of the process.
DisplayName Process Name
FormatName Text
IsLocalizable True
IsValidForForm True
IsValidForRead True
LogicalName name
MaxLength 100
RequiredLevel SystemRequired
Type String

OnDemand

Eigenschaft Wert
Description Indicates whether the process is able to run as an on-demand process.
DisplayName Run as On Demand
IsValidForForm False
IsValidForRead True
LogicalName ondemand
RequiredLevel None
Type Boolean

OnDemand Auswahlen/Optionen

Wert Etikett Beschreibung
1 Yes
0 No

Standardwert: 0

Outputs

Hinzugefügt von: Power Automate Workflow Table Extensions-Lösung

Eigenschaft Wert
Description Outputs definition for this workflow.
DisplayName Outputs
Format Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName outputs
MaxLength 1048576
RequiredLevel None
Type Memo

OwnerId

Eigenschaft Wert
Description Unique identifier of the user or team who owns the process.
DisplayName Owner
IsValidForForm True
IsValidForRead True
LogicalName ownerid
RequiredLevel SystemRequired
Targets systemuser
Type Owner

OwnerIdType

Eigenschaft Wert
Description
DisplayName
IsValidForForm False
IsValidForRead True
LogicalName owneridtype
RequiredLevel SystemRequired
Type EntityName

PrimaryEntity

Eigenschaft Wert
Description Primary entity for the process. The process can be associated for one or more SDK operations defined on the primary entity.
DisplayName Primary Entity
IsValidForForm False
IsValidForRead True
IsValidForUpdate False
LogicalName primaryentity
RequiredLevel SystemRequired
Type EntityName

ProcessOrder

Eigenschaft Wert
Description Type the business process flow order.
DisplayName Process Order
Format None
IsValidForForm False
IsValidForRead True
LogicalName processorder
MaxValue 2147483647
MinValue 0
RequiredLevel None
Type Integer

ProcessRoleAssignment

Eigenschaft Wert
Description Contains the role assignment for the process.
DisplayName Role assignment for Process
Format Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName processroleassignment
MaxLength 1048576
RequiredLevel None
Type Memo

ProcessTriggerFormId

Eigenschaft Wert
Description Unique identifier of the associated form for process trigger.
DisplayName ProcessTriggerFormId
IsValidForForm False
IsValidForRead True
LogicalName processtriggerformid
RequiredLevel None
Type Uniqueidentifier

ProcessTriggerScope

Eigenschaft Wert
Description Scope of the process trigger.
DisplayName ProcessTriggerScope
IsValidForForm False
IsValidForRead True
LogicalName processtriggerscope
RequiredLevel None
Type Picklist

ProcessTriggerScope Auswahlen/Optionen

Wert Etikett Beschreibung
1 Form
2 Entity

Rank

Eigenschaft Wert
Description Indicates the rank for order of execution for the synchronous workflow.
DisplayName Rank
Format None
IsValidForForm False
IsValidForRead True
LogicalName rank
MaxValue 2147483647
MinValue -2147483648
RequiredLevel None
Type Integer

RendererObjectTypeCode

Eigenschaft Wert
Description The renderer type of Workflow
DisplayName Renderer Type
IsValidForForm False
IsValidForRead True
LogicalName rendererobjecttypecode
RequiredLevel None
Type EntityName

RunAs

Eigenschaft Wert
Description Specifies the system user account under which a workflow executes.
DisplayName Run As User
IsValidForForm False
IsValidForRead True
LogicalName runas
RequiredLevel None
Type Picklist

RunAs Auswahlen/Optionen

Wert Etikett Beschreibung
0 Owner
1 Calling User

SchemaVersion

Hinzugefügt von: Power Automate Workflow Table Extensions-Lösung

Eigenschaft Wert
Description Schema version for this workflow.
DisplayName Schema Version
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName schemaversion
MaxLength 100
RequiredLevel None
Type String

Scope

Eigenschaft Wert
Description Scope of the process.
DisplayName Scope
IsValidForForm False
IsValidForRead True
LogicalName scope
RequiredLevel SystemRequired
Type Picklist

Scope Auswahlen/Optionen

Wert Etikett Beschreibung
1 User
2 Business Unit
3 Parent: Child Business Units
4 Organization

StateCode

Eigenschaft Wert
Description Status of the workflow
DisplayName Status
IsValidForCreate False
IsValidForForm True
IsValidForRead True
LogicalName statecode
RequiredLevel SystemRequired
Type State

StateCode Auswahlen/Optionen

Wert Etikett Standardstatuswert Invariante Name
0 Draft 1 Draft
1 Activated 2 Activated
2 Suspended 3 Suspended

StatusCode

Eigenschaft Wert
Description Reason for the status of the workflow
DisplayName Status Reason
IsValidForForm True
IsValidForRead True
LogicalName statuscode
RequiredLevel None
Type Status

StatusCode Auswahlen/Optionen

Wert Etikett Status
1 Draft 0
2 Activated 1
3 CompanyDLPViolation 2

Subprocess

Eigenschaft Wert
Description Indicates whether the process can be included in other processes as a child process.
DisplayName Is Child Process
IsValidForForm False
IsValidForRead True
LogicalName subprocess
RequiredLevel None
Type Boolean

Subprocess Auswahlen/Optionen

Wert Etikett Beschreibung
1 Yes
0 No

Standardwert: 0

SuspensionReasonDetails

Hinzugefügt von: Power Automate Workflow Table Extensions-Lösung

Eigenschaft Wert
Description
DisplayName
Format Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName suspensionreasondetails
MaxLength 500
RequiredLevel None
Type Memo

SyncWorkflowLogOnFailure

Eigenschaft Wert
Description Select whether synchronous workflow failures will be saved to log files.
DisplayName Log upon Failure
IsValidForForm False
IsValidForRead True
LogicalName syncworkflowlogonfailure
RequiredLevel SystemRequired
Type Boolean

SyncWorkflowLogOnFailure Auswahlen/Optionen

Wert Etikett Beschreibung
1 Yes
0 No

Standardwert: 0

ThrottlingBehavior

Hinzugefügt von: Power Automate Workflow Table Extensions-Lösung

Eigenschaft Wert
Description The throttling behavior type.
DisplayName Throttling behavior type
IsValidForForm True
IsValidForRead True
LogicalName throttlingbehavior
RequiredLevel None
Type Picklist

ThrottlingBehavior Auswahlen/Optionen

Wert Etikett Beschreibung
0 None
1 TenantPool

TriggerOnCreate

Eigenschaft Wert
Description Indicates whether the process will be triggered when the primary entity is created.
DisplayName Trigger On Create
IsValidForForm False
IsValidForRead True
LogicalName triggeroncreate
RequiredLevel None
Type Boolean

TriggerOnCreate Auswahlen/Optionen

Wert Etikett Beschreibung
1 Yes
0 No

Standardwert: 0

TriggerOnDelete

Eigenschaft Wert
Description Indicates whether the process will be triggered on deletion of the primary entity.
DisplayName Trigger On Delete
IsValidForForm False
IsValidForRead True
LogicalName triggerondelete
RequiredLevel None
Type Boolean

TriggerOnDelete Auswahlen/Optionen

Wert Etikett Beschreibung
1 Yes
0 No

Standardwert: 0

TriggerOnUpdateAttributeList

Eigenschaft Wert
Description Attributes that trigger the process when updated.
DisplayName Trigger On Update Attribute List
Format TextArea
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName triggeronupdateattributelist
MaxLength 1073741823
RequiredLevel None
Type Memo

Type

Eigenschaft Wert
Description Type of the process.
DisplayName Type
IsValidForForm False
IsValidForRead True
LogicalName type
RequiredLevel SystemRequired
Type Picklist

Type Auswahlen/Optionen

Wert Etikett Beschreibung
1 Definition
2 Activation
3 Template

UIFlowType

Eigenschaft Wert
Description Type of the UI Flow process.
DisplayName Desktop Flow Type
IsValidForForm True
IsValidForRead True
IsValidForUpdate False
LogicalName uiflowtype
RequiredLevel None
Type Picklist

UIFlowType Auswahlen/Optionen

Wert Etikett Beschreibung
0 Windows recorder (V1)
1 Selenium IDE
2 Power Automate Desktop
101 Recording

UniqueName

Eigenschaft Wert
Description Unique name of the process
DisplayName Unique Name
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName uniquename
MaxLength 256
RequiredLevel None
Type String

UpdateStage

Eigenschaft Wert
Description Select the stage a process will be triggered on update.
DisplayName Update Stage
IsValidForForm False
IsValidForRead True
LogicalName updatestage
RequiredLevel None
Type Picklist

UpdateStage Auswahlen/Optionen

Wert Etikett Beschreibung
20 Pre-operation
40 Post-operation

WorkflowId

Eigenschaft Wert
Description Unique identifier of the process.
DisplayName Process
IsValidForForm False
IsValidForRead True
IsValidForUpdate False
LogicalName workflowid
RequiredLevel SystemRequired
Type Uniqueidentifier

Xaml

Eigenschaft Wert
Description XAML that defines the process.
DisplayName
Format TextArea
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName xaml
MaxLength 1073741823
RequiredLevel ApplicationRequired
Type Memo

Schreibgeschützt Spalten/Attribute

Diese Spalten/Attribute geben false zurück für sowohl IsValidForCreate als auch IsValidForUpdate. Aufgelistet durch SchemaName.

ActiveWorkflowId

Eigenschaft Wert
Description Unique identifier of the latest activation record for the process.
DisplayName Active Process ID
IsValidForForm True
IsValidForRead True
LogicalName activeworkflowid
RequiredLevel None
Targets workflow
Type Lookup

ActiveWorkflowIdName

Eigenschaft Wert
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName activeworkflowidname
MaxLength 100
RequiredLevel None
Type String

ComponentState

Eigenschaft Wert
Description For internal use only.
DisplayName Component State
IsValidForForm False
IsValidForRead True
LogicalName componentstate
RequiredLevel SystemRequired
Type Picklist

ComponentState Auswahlen/Optionen

Wert Etikett Beschreibung
0 Published
1 Unpublished
2 Deleted
3 Deleted Unpublished

CreatedBy

Eigenschaft Wert
Description Unique identifier of the user who created the process.
DisplayName Created By
IsValidForForm True
IsValidForRead True
LogicalName createdby
RequiredLevel None
Targets systemuser
Type Lookup

CreatedByName

Eigenschaft Wert
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName createdbyname
MaxLength 100
RequiredLevel None
Type String

CreatedByYomiName

Eigenschaft Wert
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName createdbyyominame
MaxLength 100
RequiredLevel None
Type String

CreatedOn

Eigenschaft Wert
DateTimeBehavior UserLocal
Description Date and time when the process was created.
DisplayName Created On
Format DateAndTime
IsValidForForm True
IsValidForRead True
LogicalName createdon
RequiredLevel None
Type DateTime

CreatedOnBehalfBy

Eigenschaft Wert
Description Unique identifier of the delegate user who created the process.
DisplayName Created By (Delegate)
IsValidForForm True
IsValidForRead True
LogicalName createdonbehalfby
RequiredLevel None
Targets systemuser
Type Lookup

CreatedOnBehalfByName

Eigenschaft Wert
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName createdonbehalfbyname
MaxLength 100
RequiredLevel None
Type String

CreatedOnBehalfByYomiName

Eigenschaft Wert
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName createdonbehalfbyyominame
MaxLength 100
RequiredLevel None
Type String

EntityImage_Timestamp

Eigenschaft Wert
Description
DisplayName
IsValidForForm False
IsValidForRead True
LogicalName entityimage_timestamp
MaxValue 9223372036854775807
MinValue -9223372036854775808
RequiredLevel None
Type BigInt

EntityImage_URL

Eigenschaft Wert
Description
DisplayName
FormatName Url
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName entityimage_url
MaxLength 200
RequiredLevel None
Type String

EntityImageId

Eigenschaft Wert
Description For internal use only.
DisplayName Entity Image Id
IsValidForForm False
IsValidForRead True
LogicalName entityimageid
RequiredLevel None
Type Uniqueidentifier

IsCrmUIWorkflow

Eigenschaft Wert
Description Indicates whether the process was created using the Microsoft Dynamics 365 Web application.
DisplayName Is CRM Process
IsValidForForm False
IsValidForRead True
LogicalName iscrmuiworkflow
RequiredLevel None
Type Boolean

IsCrmUIWorkflow Auswahlen/Optionen

Wert Etikett Beschreibung
1 Yes
0 No

Standardwert: 0

IsManaged

Eigenschaft Wert
Description Indicates whether the solution component is part of a managed solution.
DisplayName Is Managed
IsValidForForm False
IsValidForRead True
LogicalName ismanaged
RequiredLevel SystemRequired
Type Boolean

IsManaged Auswahlen/Optionen

Wert Etikett Beschreibung
1 Managed
0 Unmanaged

Standardwert: 0

ModifiedBy

Eigenschaft Wert
Description Unique identifier of the user who last modified the process.
DisplayName Modified By
IsValidForForm True
IsValidForRead True
LogicalName modifiedby
RequiredLevel None
Targets systemuser
Type Lookup

ModifiedByName

Eigenschaft Wert
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName modifiedbyname
MaxLength 100
RequiredLevel None
Type String

ModifiedByYomiName

Eigenschaft Wert
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName modifiedbyyominame
MaxLength 100
RequiredLevel None
Type String

ModifiedOn

Eigenschaft Wert
DateTimeBehavior UserLocal
Description Date and time when the process was last modified.
DisplayName Modified On
Format DateAndTime
IsValidForForm True
IsValidForRead True
LogicalName modifiedon
RequiredLevel None
Type DateTime

ModifiedOnBehalfBy

Eigenschaft Wert
Description Unique identifier of the delegate user who last modified the process.
DisplayName Modified By (Delegate)
IsValidForForm True
IsValidForRead True
LogicalName modifiedonbehalfby
RequiredLevel None
Targets systemuser
Type Lookup

ModifiedOnBehalfByName

Eigenschaft Wert
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName modifiedonbehalfbyname
MaxLength 100
RequiredLevel None
Type String

ModifiedOnBehalfByYomiName

Eigenschaft Wert
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName modifiedonbehalfbyyominame
MaxLength 100
RequiredLevel None
Type String

OverwriteTime

Eigenschaft Wert
DateTimeBehavior UserLocal
Description For internal use only.
DisplayName Record Overwrite Time
Format DateOnly
IsValidForForm False
IsValidForRead True
LogicalName overwritetime
RequiredLevel SystemRequired
Type DateTime

OwnerIdName

Eigenschaft Wert
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName owneridname
MaxLength 100
RequiredLevel SystemRequired
Type String

OwnerIdYomiName

Eigenschaft Wert
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName owneridyominame
MaxLength 100
RequiredLevel SystemRequired
Type String

OwningBusinessUnit

Eigenschaft Wert
Description Unique identifier of the business unit that owns the process.
DisplayName Owning Business Unit
IsValidForForm True
IsValidForRead True
LogicalName owningbusinessunit
RequiredLevel None
Targets businessunit
Type Lookup

OwningBusinessUnitName

Eigenschaft Wert
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName owningbusinessunitname
MaxLength 100
RequiredLevel None
Type String

OwningTeam

Eigenschaft Wert
Description Unique identifier of the team who owns the process.
DisplayName Owning Team
IsValidForForm False
IsValidForRead True
LogicalName owningteam
RequiredLevel None
Targets team
Type Lookup

OwningUser

Eigenschaft Wert
Description Unique identifier of the user who owns the process.
DisplayName Owning User
IsValidForForm False
IsValidForRead True
LogicalName owninguser
RequiredLevel None
Targets systemuser
Type Lookup

ParentWorkflowId

Eigenschaft Wert
Description Unique identifier of the definition for process activation.
DisplayName Parent Process ID
IsValidForForm True
IsValidForRead True
LogicalName parentworkflowid
RequiredLevel None
Targets workflow
Type Lookup

ParentWorkflowIdName

Eigenschaft Wert
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName parentworkflowidname
MaxLength 100
RequiredLevel None
Type String

PluginTypeId

Eigenschaft Wert
Description Unique identifier of the plug-in type.
DisplayName
IsValidForForm False
IsValidForRead True
LogicalName plugintypeid
RequiredLevel None
Targets sdkmessagefilter
Type Lookup

ResourceContainer

Hinzugefügt von: Power Automate Workflow Table Extensions-Lösung

Eigenschaft Wert
Description For internal use only.
DisplayName ResourceContainer
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName resourcecontainer
MaxLength 10000
RequiredLevel None
Type String

ResourceId

Hinzugefügt von: Power Automate Workflow Table Extensions-Lösung

Eigenschaft Wert
Description For internal use only.
DisplayName ResourceId
IsValidForForm True
IsValidForRead True
LogicalName resourceid
RequiredLevel None
Type Uniqueidentifier

SdkMessageId

Eigenschaft Wert
Description Unique identifier of the SDK Message associated with this workflow.
DisplayName SDK Message
IsValidForForm True
IsValidForRead True
LogicalName sdkmessageid
RequiredLevel None
Targets sdkmessage
Type Lookup

SolutionId

Eigenschaft Wert
Description Unique identifier of the associated solution.
DisplayName Solution
IsValidForForm False
IsValidForRead True
LogicalName solutionid
RequiredLevel SystemRequired
Type Uniqueidentifier

SupportingSolutionId

Eigenschaft Wert
Description For internal use only.
DisplayName Solution
IsValidForForm False
IsValidForRead False
LogicalName supportingsolutionid
RequiredLevel None
Type Uniqueidentifier

TrustedAccess

Hinzugefügt von: Power Automate Workflow Table Extensions-Lösung

Eigenschaft Wert
Description For Internal Use Only.
DisplayName Trusted Access
IsValidForForm True
IsValidForRead True
LogicalName trustedaccess
RequiredLevel None
Type Boolean

TrustedAccess Auswahlen/Optionen

Wert Etikett Beschreibung
1 Workflow has gone through access check
0 Workflow has not gone through access check

Standardwert: 0

UIData

Eigenschaft Wert
Description For internal use only.
DisplayName UI Data
Format TextArea
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName uidata
MaxLength 1073741823
RequiredLevel None
Type Memo

VersionNumber

Eigenschaft Wert
Description
DisplayName
IsValidForForm False
IsValidForRead True
LogicalName versionnumber
MaxValue 9223372036854775807
MinValue -9223372036854775808
RequiredLevel None
Type BigInt

WorkflowIdUnique

Eigenschaft Wert
Description For internal use only.
DisplayName
IsValidForForm False
IsValidForRead True
LogicalName workflowidunique
RequiredLevel SystemRequired
Type Uniqueidentifier

Eins-zu-Viele-Beziehungen

Aufgelistet durch SchemaName.

Workflow_Annotation

Wie die Workflow_Annotation-Viele-zu-Eins-Beziehung für die annotation-Tabelle/-Entität.

Eigenschaft Wert
ReferencingEntity annotation
ReferencingAttribute objectid
IsHierarchical False
IsCustomizable True
ReferencedEntityNavigationPropertyName Workflow_Annotation
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: Cascade
Delete: Cascade
Merge: NoCascade
Reparent: Cascade
Share: Cascade
Unshare: Cascade

process_processstage

Wie die process_processstage-Viele-zu-Eins-Beziehung für die processstage-Tabelle/-Entität.

Eigenschaft Wert
ReferencingEntity processstage
ReferencingAttribute processid
IsHierarchical False
IsCustomizable False
ReferencedEntityNavigationPropertyName process_processstage
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: Cascade
Delete: Cascade
Merge: NoCascade
Reparent: NoCascade
Share: Cascade
Unshare: Cascade

lk_asyncoperation_workflowactivationid

Wie die lk_asyncoperation_workflowactivationid-Viele-zu-Eins-Beziehung für die asyncoperation-Tabelle/-Entität.

Eigenschaft Wert
ReferencingEntity asyncoperation
ReferencingAttribute workflowactivationid
IsHierarchical False
IsCustomizable False
ReferencedEntityNavigationPropertyName lk_asyncoperation_workflowactivationid
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: RemoveLink
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

process_processtrigger

Wie die process_processtrigger-Viele-zu-Eins-Beziehung für die processtrigger-Tabelle/-Entität.

Eigenschaft Wert
ReferencingEntity processtrigger
ReferencingAttribute processid
IsHierarchical False
IsCustomizable False
ReferencedEntityNavigationPropertyName process_processtrigger
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: Cascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

lk_expiredprocess_processid

Wie die lk_expiredprocess_processid-Viele-zu-Eins-Beziehung für die expiredprocess-Tabelle/-Entität.

Eigenschaft Wert
ReferencingEntity expiredprocess
ReferencingAttribute processid
IsHierarchical False
IsCustomizable True
ReferencedEntityNavigationPropertyName workflow_expiredprocess
AssociatedMenuConfiguration Behavior: UseCollectionName
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

workflow_parent_workflow

Wie die workflow_parent_workflow-Viele-zu-Eins-Beziehung für die workflow-Tabelle/-Entität.

Eigenschaft Wert
ReferencingEntity workflow
ReferencingAttribute parentworkflowid
IsHierarchical False
IsCustomizable False
ReferencedEntityNavigationPropertyName workflow_parent_workflow
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

slaitembase_workflowid

Wie die slaitembase_workflowid-Viele-zu-Eins-Beziehung für die slaitem-Tabelle/-Entität.

Eigenschaft Wert
ReferencingEntity slaitem
ReferencingAttribute workflowid
IsHierarchical False
IsCustomizable True
ReferencedEntityNavigationPropertyName slaitembase_workflowid
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

slabase_workflowid

Wie die slabase_workflowid-Viele-zu-Eins-Beziehung für die sla-Tabelle/-Entität.

Eigenschaft Wert
ReferencingEntity sla
ReferencingAttribute workflowid
IsHierarchical False
IsCustomizable True
ReferencedEntityNavigationPropertyName slabase_workflowid
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

lk_processsession_processid

Wie die lk_processsession_processid-Viele-zu-Eins-Beziehung für die processsession-Tabelle/-Entität.

Eigenschaft Wert
ReferencingEntity processsession
ReferencingAttribute processid
IsHierarchical False
IsCustomizable False
ReferencedEntityNavigationPropertyName lk_processsession_processid
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: Cascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

lk_translationprocess_processid

Wie die lk_translationprocess_processid-Viele-zu-Eins-Beziehung für die translationprocess-Tabelle/-Entität.

Eigenschaft Wert
ReferencingEntity translationprocess
ReferencingAttribute processid
IsHierarchical False
IsCustomizable True
ReferencedEntityNavigationPropertyName workflow_translationprocess
AssociatedMenuConfiguration Behavior: UseCollectionName
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

lk_newprocess_processid

Wie die lk_newprocess_processid-Viele-zu-Eins-Beziehung für die newprocess-Tabelle/-Entität.

Eigenschaft Wert
ReferencingEntity newprocess
ReferencingAttribute processid
IsHierarchical False
IsCustomizable True
ReferencedEntityNavigationPropertyName workflow_newprocess
AssociatedMenuConfiguration Behavior: UseCollectionName
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

Workflow_SyncErrors

Wie die Workflow_SyncErrors-Viele-zu-Eins-Beziehung für die syncerror-Tabelle/-Entität.

Eigenschaft Wert
ReferencingEntity syncerror
ReferencingAttribute regardingobjectid
IsHierarchical False
IsCustomizable True
ReferencedEntityNavigationPropertyName Workflow_SyncErrors
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: Cascade
Delete: Cascade
Merge: Cascade
Reparent: Cascade
Share: Cascade
Unshare: Cascade

workflow_active_workflow

Wie die workflow_active_workflow-Viele-zu-Eins-Beziehung für die workflow-Tabelle/-Entität.

Eigenschaft Wert
ReferencingEntity workflow
ReferencingAttribute activeworkflowid
IsHierarchical False
IsCustomizable False
ReferencedEntityNavigationPropertyName workflow_active_workflow
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: Restrict
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

catalogassignment_workflow

Hinzugefügt von: CatalogFramework-Lösung

Wie die catalogassignment_workflow-Viele-zu-Eins-Beziehung für die catalogassignment-Tabelle/-Entität.

Eigenschaft Wert
ReferencingEntity catalogassignment
ReferencingAttribute object
IsHierarchical False
IsCustomizable False
ReferencedEntityNavigationPropertyName CatalogAssignments
AssociatedMenuConfiguration Behavior: UseCollectionName
Group: Details
Label:
Order: 10000
CascadeConfiguration Assign: NoCascade
Delete: RemoveLink
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

workflow_componentversionnrddatasourceset

Hinzugefügt von: Component Versioning-Lösung

Wie die workflow_componentversionnrddatasourceset-Viele-zu-Eins-Beziehung für die componentversionnrddatasource-Tabelle/-Entität.

Eigenschaft Wert
ReferencingEntity componentversionnrddatasource
ReferencingAttribute component
IsHierarchical False
IsCustomizable True
ReferencedEntityNavigationPropertyName componentversionnrddatasourceset
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

workflow_componentversions

Hinzugefügt von: Component Versioning-Lösung

Wie die workflow_componentversions-Viele-zu-Eins-Beziehung für die componentversion-Tabelle/-Entität.

Eigenschaft Wert
ReferencingEntity componentversion
ReferencingAttribute component
IsHierarchical False
IsCustomizable True
ReferencedEntityNavigationPropertyName componentversions
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

regardingobjectid_process

Hinzugefügt von: Power Automate Core Components-Lösung

Wie die regardingobjectid_process-Viele-zu-Eins-Beziehung für die flowsession-Tabelle/-Entität.

Eigenschaft Wert
ReferencingEntity flowsession
ReferencingAttribute regardingobjectid
IsHierarchical False
IsCustomizable False
ReferencedEntityNavigationPropertyName regardingobjectid_process
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: Cascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

workflow_workflowbinary_Process

Hinzugefügt von: Power Automate Core Components-Lösung

Wie die workflow_workflowbinary_Process-Viele-zu-Eins-Beziehung für die workflowbinary-Tabelle/-Entität.

Eigenschaft Wert
ReferencingEntity workflowbinary
ReferencingAttribute process
IsHierarchical False
IsCustomizable True
ReferencedEntityNavigationPropertyName workflow_workflowbinary_Process
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: Cascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

workflow_desktopflowbinary_Process

Hinzugefügt von: Power Automate Core Components-Lösung

Wie die workflow_desktopflowbinary_Process-Viele-zu-Eins-Beziehung für die desktopflowbinary-Tabelle/-Entität.

Eigenschaft Wert
ReferencingEntity desktopflowbinary
ReferencingAttribute process
IsHierarchical False
IsCustomizable True
ReferencedEntityNavigationPropertyName workflow_desktopflowbinary_Process
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: Cascade
Delete: Cascade
Merge: NoCascade
Reparent: Cascade
Share: Cascade
Unshare: Cascade

workflow_flowrun_Workflow

Hinzugefügt von: Power Automate Online-Lösung

Wie die workflow_flowrun_Workflow-Viele-zu-Eins-Beziehung für die flowrun-Tabelle/-Entität.

Eigenschaft Wert
ReferencingEntity flowrun
ReferencingAttribute workflow
IsHierarchical False
IsCustomizable True
ReferencedEntityNavigationPropertyName workflow_flowrun_Workflow
AssociatedMenuConfiguration Behavior: UseCollectionName
Group: Details
Label:
Order: 10000
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

AIPluginOperation_Workflow_Workflow

Hinzugefügt von: AIPlatformExtensionsCore Solution-Lösung

Wie die AIPluginOperation_Workflow_Workflow-Viele-zu-Eins-Beziehung für die aipluginoperation-Tabelle/-Entität.

Eigenschaft Wert
ReferencingEntity aipluginoperation
ReferencingAttribute workflow
IsHierarchical False
IsCustomizable False
ReferencedEntityNavigationPropertyName AIPluginOperation_Workflow_Workflow
AssociatedMenuConfiguration Behavior: UseCollectionName
Group: Details
Label:
Order: 10000
CascadeConfiguration Assign: NoCascade
Delete: RemoveLink
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

msdyn_workflow_slaitem_customtimecalculationworkflowid

Hinzugefügt von: Service Level Agreement (SLA) Extension-Lösung

Wie die msdyn_workflow_slaitem_customtimecalculationworkflowid-Viele-zu-Eins-Beziehung für die slaitem-Tabelle/-Entität.

Eigenschaft Wert
ReferencingEntity slaitem
ReferencingAttribute msdyn_customtimecalculationworkflowid
IsHierarchical False
IsCustomizable True
ReferencedEntityNavigationPropertyName msdyn_workflow_slaitem_customtimecalculationworkflowid
AssociatedMenuConfiguration Behavior: UseCollectionName
Group: Details
Label:
Order: 10000
CascadeConfiguration Assign: NoCascade
Delete: RemoveLink
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

msdyn_retrainworkflow_msdyn_toaimodel

Hinzugefügt von: AISolution-Lösung

Wie die msdyn_retrainworkflow_msdyn_toaimodel-Viele-zu-Eins-Beziehung für die msdyn_aimodel-Tabelle/-Entität.

Eigenschaft Wert
ReferencingEntity msdyn_aimodel
ReferencingAttribute msdyn_retrainworkflowid
IsHierarchical False
IsCustomizable False
ReferencedEntityNavigationPropertyName msdyn_retrainworkflow_msdyn_toaimodel
AssociatedMenuConfiguration Behavior: UseCollectionName
Group: Details
Label:
Order: 10000
CascadeConfiguration Assign: NoCascade
Delete: RemoveLink
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

msdyn_scheduleinferenceworkflow_msdyn_toaimodel

Hinzugefügt von: AISolution-Lösung

Wie die msdyn_scheduleinferenceworkflow_msdyn_toaimodel-Viele-zu-Eins-Beziehung für die msdyn_aimodel-Tabelle/-Entität.

Eigenschaft Wert
ReferencingEntity msdyn_aimodel
ReferencingAttribute msdyn_scheduleinferenceworkflowid
IsHierarchical False
IsCustomizable False
ReferencedEntityNavigationPropertyName msdyn_scheduleinferenceworkflow_msdyn_toaimodel
AssociatedMenuConfiguration Behavior: UseCollectionName
Group: Details
Label:
Order: 10000
CascadeConfiguration Assign: NoCascade
Delete: RemoveLink
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

msdyn_workflow_msdyn_pmrecording

Hinzugefügt von: Process Mining-Lösung

Wie die msdyn_workflow_msdyn_pmrecording-Viele-zu-Eins-Beziehung für die msdyn_pmrecording-Tabelle/-Entität.

Eigenschaft Wert
ReferencingEntity msdyn_pmrecording
ReferencingAttribute msdyn_sourceworkflow
IsHierarchical False
IsCustomizable False
ReferencedEntityNavigationPropertyName msdyn_workflow_msdyn_pmrecording
AssociatedMenuConfiguration Behavior: UseCollectionName
Group: Details
Label:
Order: 10000
CascadeConfiguration Assign: NoCascade
Delete: Restrict
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

msdyn_workflow_msdyn_solutionhealthrule_Workflow

Hinzugefügt von: Power Apps Checker-Lösung

Wie die msdyn_workflow_msdyn_solutionhealthrule_Workflow-Viele-zu-Eins-Beziehung für die msdyn_solutionhealthrule-Tabelle/-Entität.

Eigenschaft Wert
ReferencingEntity msdyn_solutionhealthrule
ReferencingAttribute msdyn_workflow
IsHierarchical False
IsCustomizable False
ReferencedEntityNavigationPropertyName msdyn_workflow_msdyn_solutionhealthrule_Workflow
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order: 10000
CascadeConfiguration Assign: NoCascade
Delete: RemoveLink
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

msdyn_workflow_msdyn_solutionhealthrule_resolutionaction

Hinzugefügt von: Power Apps Checker-Lösung

Wie die msdyn_workflow_msdyn_solutionhealthrule_resolutionaction-Viele-zu-Eins-Beziehung für die msdyn_solutionhealthrule-Tabelle/-Entität.

Eigenschaft Wert
ReferencingEntity msdyn_solutionhealthrule
ReferencingAttribute msdyn_resolutionaction
IsHierarchical False
IsCustomizable False
ReferencedEntityNavigationPropertyName msdyn_workflow_msdyn_solutionhealthrule_resolutionaction
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order: 10000
CascadeConfiguration Assign: NoCascade
Delete: RemoveLink
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

adx_invitation_redemptionworkflow

Hinzugefügt von: Power Pages Runtime Core-Lösung

Wie die adx_invitation_redemptionworkflow-Viele-zu-Eins-Beziehung für die adx_invitation-Tabelle/-Entität.

Eigenschaft Wert
ReferencingEntity adx_invitation
ReferencingAttribute adx_redemptionworkflow
IsHierarchical False
IsCustomizable True
ReferencedEntityNavigationPropertyName adx_invitation_redemptionworkflow
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order: 10000
CascadeConfiguration Assign: NoCascade
Delete: RemoveLink
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

Viele-zu-Eins-Beziehungen

Jede Viele-zu-Eins-Beziehung wird durch eine entsprechende Viele-zu-Viele-Beziehungen mit der zugehörigen Tabelle definiert. Aufgelistet durch SchemaName.

workflow_active_workflow

Siehe die workflow_active_workflow-Eins-zu-Viele-Beziehung für die workflow-Tabelle/-Entität.

workflow_modifiedby

Siehe die workflow_modifiedby-Eins-zu-Viele-Beziehung für die systemuser-Tabelle/-Entität.

workflow_createdonbehalfby

Siehe die workflow_createdonbehalfby-Eins-zu-Viele-Beziehung für die systemuser-Tabelle/-Entität.

business_unit_workflow

Siehe die business_unit_workflow-Eins-zu-Viele-Beziehung für die businessunit-Tabelle/-Entität.

system_user_workflow

Siehe die system_user_workflow-Eins-zu-Viele-Beziehung für die systemuser-Tabelle/-Entität.

team_workflow

Siehe die team_workflow-Eins-zu-Viele-Beziehung für die team-Tabelle/-Entität.

workflow_createdby

Siehe die workflow_createdby-Eins-zu-Viele-Beziehung für die systemuser-Tabelle/-Entität.

workflow_parent_workflow

Siehe die workflow_parent_workflow-Eins-zu-Viele-Beziehung für die workflow-Tabelle/-Entität.

workflow_modifiedonbehalfby

Siehe die workflow_modifiedonbehalfby-Eins-zu-Viele-Beziehung für die systemuser-Tabelle/-Entität.

Viele-zu-Viele-Beziehungen

Beziehungsdetails, bei denen die Tabelle Workflow die erste Tabelle in der Beziehung ist. Aufgelistet durch SchemaName.

botcomponent_workflow

Siehe die botcomponent_workflow-Viele-zu-Viele-Beziehung für die botcomponent-Tabelle/-Entität.

workflow_card_connections

IntersectEntityName: workflowcardconnections

Tabelle 1

Eigenschaft Wert
IntersectAttribute workflowid
IsCustomizable False
LogicalName workflow
NavigationPropertyName workflow_card_connections
AssociatedMenuConfiguration Behavior: UseCollectionName
Group: Details
Label:
Order: 10000

Tabelle 2

Eigenschaft Wert
LogicalName card
IntersectAttribute cardid
NavigationPropertyName workflow_card_connections
AssociatedMenuConfiguration Behavior: UseCollectionName
Group: Details
Label:
Order: 10000

Siehe auch

Dataverse-Tabelle/-Entitätsreferenz Web-API-Referenz workflow EntityType