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
UpdateRelationValue
procedure UpdateRelationValue(RecRef: RecordRef)
Parameters
| Name |
Type |
Description |
|
RecRef
|
RecordRef
|
|
See also