Record Get

The Record Get activity retrieves records from a TIBCO Patterns Table.

General

The General tab has the following fields:

Record Get Configuration Fields

Field

Module Property?

Description

Name

No

The name of the activity within the process. The default value is Record_Get.

Patterns Connection

Yes

The path to the shared configuration resource which contains the Patterns Connection information. See Activities Connection.

Description

Provide a short description for the Record Get activity.

Input

The Input tab has the following fields:

Record Get Input Fields

Input Item

Description

TableName

The name of the table with the record to retrieve.

Key

The keys to one or more records to retrieve. This item can be repeated.

ParentKey

When obtaining records from a Standard or Parent table, ParentKey must be omitted. When obtaining records from a Child table, ParentKey must have the same number of entries as Key. Key and ParentKey are parallel arrays.

Output

The Output tab has the following fields:

Record Get output Fields

Input Item

Description

Record

The record(s) requested. This item can be repeated.

Record/Key

The record’s key.

Record/ParentKey

The key of the record’s parent record.

Record/FieldValue

Values of the record’s fields. This item can be repeated.

Record/Attribute

One per variable-attribute in the record. This is optional and can be repeated.

Record/Attribute/Name

Name of the attribute

Record/Attribute/Value

Value of the attribute.