Table "Workflow Table Relation Value"

ID 1506
Namespace: System.Automation

Properties

Name Value
Caption Workflow Table Relation Value
Permissions TableData "Workflow Step Instance" = r, tabledata "Workflow Table Relation Value" = ri
ReplicateData True
DataClassification CustomerContent

Fields

Name Type Description
"Workflow Step Instance ID" Guid
"Workflow Code" Code[20]
"Workflow Step ID" Integer
"Table ID" Integer
"Field ID" Integer
"Related Table ID" Integer
"Related Field ID" Integer
Value Text[250]
"Record ID" RecordId
SystemId Guid
SystemCreatedAt DateTime
SystemCreatedBy Guid
SystemModifiedAt DateTime
SystemModifiedBy Guid
SystemRowVersion BigInteger

Methods

CreateNew

procedure CreateNew(NextStepId: Integer, WorkflowStepInstance: Record "Workflow Step Instance", WorkflowTableRelation: Record "Workflow - Table Relation", RecRef: RecordRef)

Parameters

Name Type Description
NextStepId Integer
WorkflowStepInstance Table System.Automation."Workflow Step Instance"
WorkflowTableRelation Table System.Automation."Workflow - Table Relation"
RecRef RecordRef

UpdateRelationValue

procedure UpdateRelationValue(RecRef: RecordRef)

Parameters

Name Type Description
RecRef RecordRef

See also