edoc automate Guide
Breadcrumbs

dataset\SetValues - edoc automate

You can use the SetValues action to change or set a value for one or more components via a record.

Return fields

Return fields contain a list of the components whose value is to be changed with the data from the record.

Parameters

Type

Name

Description

ACTION

Dataset

Specifies an action that a record must return.

SELECT

Data Mapping

Specifies how the values of the record are assigned to a component.

  • Ignore return fields, map by column name: The values are assigned to a component based on the column name in the record using a complete ID (e.g. table.input1). You do not need to specify a return field.

  • Use return fields, map by column name: The values are assigned to the selected components based on the column name in the data set with the Name property.

  • Use return fields, map by order: The values are assigned to the selected components in sequence from the record.

Return

None