specs/models/M_APP_VER_RECD

Record Placeholder

A record placeholder is the representation of a Tulip Table entry inside of the trigger editor. When an entry is loaded into a record, all fields in the record are set as the values in the Tulip Table entry as they were at the time the record was loaded. The record interface allows users to insert, update, or delete entries in a Tulip Table. A record has an associated Tulip Table, and the record can not modify values in other Tulip Tables other than its associated Table.

Fields

NameDescription
TableThe Tulip Table from which the record can load values and into which the Tulip Table can store values.
PlaceholderThe name of the record as it will appear inside the trigger editor.
Places UsedThe widgets and triggers that reference this Table Record Placeholder. These references must be deleted before the Table Record Placeholder can be deleted.
Save for Analysis?A boolean value that indicates whether the loaded table records will be saved in the app completion record. "On" by default.

Actions

The following are possible actions a user can perform with a record.

NameDescription
Clear All Record PlaceholdersClears all placeholders in an app, does not affect the related Tables or Fields. Resets all placeholders, similar to completing and app.
Clear Record FieldsGiven a record name (placeholder) a user may clear the record, making all fields blank.
Clear Record PlaceholderRemove the connection between a record placeholder and a record. The placeholder will now be empty.
Create RecordGiven a record, a user may save that data into the corresponding Tulip Table, therefore creating a new entry in the Tulip Table or updating an existing one.
Create or Load RecordIf an ID does not exist in the table yet, create it and create a new row, otherwise, load the existing row with that ID.
Delete RecordGiven a text identifier, a user may delete a record, removing the entry that corresponds to the record in the associated Tulip Table. It can still be viewed later in the History Widget.
Link RecordChoose a Linked Record field within a specific record placeholder, and then choose the record ID to link to that field.
Load RecordGiven a record name (placeholder) and a text identifier, a user may load the values that correspond to the text identifier from a Tulip Table into a record.
Unlink RecordChoose a Linked Record field within a specific record placeholder, and then choose the record ID to unlink from that field.

Tests

IDName
QA-T98Record Placeholders : 04 - Load Table Records Trigger, and Table Record Widget
QA-T99Record Placeholders : 05 - Create and Load Table Record Trigger
QA-T100Record Placeholders : 06 - Table Data Tab
QA-T101Analytics - Table Analytics
QA-T102Record Placeholders : 01 - Add a record placeholder to an app
QA-T103Record Placeholders : 02 - Edit a record placeholder in an app
QA-T104Record Placeholders : 03 - View the table for a record placeholder
QA-T134Record Placeholders : 08 - Delete Record Placeholder
QA-T234Variable Widget : 08 - Table Records Can be Styled
QA-T243Embedded Tables : 03 - Connect an embedded Tulip Table to a Table record
QA-T514Timer Widget : 03 - Target Time with Table Records and Static Values
QA-T517Input Widgets : 08 - Linking Tulip Table Records
QA-T538Table App - Run the 'Table App' application
QA-T568Dev Mode - Variables and Table Records

Requirements

No requirements