Home Search

DriveWorks Pro 24
Upgrade: Transfer Tables

Send Feedback

Upgrade: Transfer Tables

The Transfer Tables task allows you to decide which simple Tables are included or excluded from the upgrade process.

This task will only work when the specification is being upgraded.

See Data Management - Upgrade Specification for more information.

Properties

Property NameDescription
TitleChanges the Title (not the name) of the task.
Included TablesA list of the Tables to include in the upgrade.
Excluded TablesA list of the Tables to exclude in the upgrade
BehaviorHow the current specification's table is applied. Accepted values: Overwrite, Append, MergeFromSpecification or MergeIntoSpecification.
Control fieldsThe Column names whose values identify a row, used for the merge behavior.

Examples

Property NameExample RuleMeaning
Included Tables="BOM|Orders"This will result in the BOM and Orders being included in the upgrade.
Excluded Tables="Colors"This will result in the Colors table being excluded from the upgrade
Behavior="MergeFromSpecification"Will merge any additional rows to the existing tables.
Control fields="ID|Name"Will use the columns ID and Name as the control fields.

Using the Task in a Specification Macro

This task has different types of Outputs. For more information about Outputs see Specification Macros Task Node.

Outputs are only available within Specification Macros. Currently Outputs are not available for Specification Flow.

Status Outputs

This task supports Status Outputs. These can be used to perform different actions depending on what the status outcome of the task is. For more information see Status Outputs in the Task Node Outputs section of Specification Macros Task Node.

The status output navigation is as follows:

Success

  • The task was successfully run.

Success with Warnings

  • N/A - Should never be fulfilled.

Failed

  • Table not found.