The Table Editor allows the user to view and edit a Tulip Table as well as view, create, edit, and deactivate its fields and records.
Tulip Tables are database tables that can be used in apps to provide real-time synchronized access to records. Changes to records through apps, the Table Editor, or any other interface are immediately propagated to all connected clients.
The contents of a Tulip Table can be exported from the Table Editor in the form of a CSV file containing rows for each record.
A variety of formats for dates and times including the ISO8601 and RFC 2822 standards is supported for CSV import.
The following general rules apply:
/
as a separator.
as a separator09/05/2023 08:04:03 PM
9/5/2023 8:4:3 PM
A
and a
stand for AM
or PM
and am
or pm
+
or -
+02:00
The list of supported datetime formats is below:
Type | Without time zone | With time zone |
---|---|---|
MDY, with seconds, 12h, AM/PM | M/D/YYYY h:m:s A | M/D/YYYY h:m:s A Z |
MDY, with seconds, 12h, am/pm | M/D/YYYY h:m:s a | M/D/YYYY h:m:s a Z |
MDY, with seconds, 24h | M/D/YYYY H:m:s | M/D/YYYY H:m:s Z |
MDY, without seconds, 12h, AM/PM | M/D/YYYY h:m A | M/D/YYYY h:m A Z |
MDY, without seconds, 12h, am/pm | M/D/YYYY h:m a | M/D/YYYY h:m a Z |
MDY, without seconds, 24h | M/D/YYYY H:m | M/D/YYYY H:m Z |
MDY, text month, with seconds, 24h | MMM/D/YYYY H:m:s | MMM/D/YYYY H:m:s Z |
DMY, with seconds, 24h | D.M.YYYY H:m:s | D.M.YYYY H:m:s Z |
DMY, without seconds, 24h | D.M.YYYY H:m | D.M.YYYY H:m Z |
MDY, date only | M/D/YYYY | M/D/YYYY Z |
DMY, date only | D.M.YYYY | D.M.YYYY Z |
L LTS (localized date and format string) | L LTS | L LTS Z |
ISO8601 | - | YYYY-MM-DDTHH:mm:ssZ |
RFC 2822 | - | ddd, DD MMM YYYY HH:mm:ss ZZ |
This page can be accessed from the following pages:
Table editing, table field creation/editing/deletion, and table record creation/editing/deletion may be restricted based on the user's role.
ID | Name |
---|---|
QA-T83 | Table Management : 04 - Edit a table's name and description |
QA-T84 | Table Management : 05 - Add columns to a table |
QA-T85 | Table Management : 06 - Edit a table column |
QA-T86 | Table Management : 07 - Edit a table column description |
QA-T87 | Table Management : 08 - Delete a table column |
QA-T88 | Table Management : 09 - Restore a deleted table column |
QA-T89 | Table Management : 10 - Reorder table columns |
QA-T90 | Table Management : 11 - Resize table columns |
QA-T92 | Table Management : 12 - Create table records from the table detail page |
QA-T93 | Table Management : 13 - Sort table records by column in table view |
QA-T94 | Table Management : 14 - Load multiple pages of table records in table view |
QA-T104 | Record Placeholders : 03 - View the table for a record placeholder |
QA-T133 | Record Placeholders : 07 - Delete Table Record |
QA-T245 | Embedded Tables : 05 - Handle deleted fields in embedded tables |
QA-T397 | Table Links : 01 - Creating Table Links |
QA-T398 | Table Links : 02 - Linking Records via Details Page |
QA-T399 | Table Links : 03 - Linking Records via App Triggers |
QA-T400 | Table Links : 04 - Deleting Linking Columns |
QA-T464 | Tables CSV Import : 01 - Import to table |
QA-T466 | Tables CSV Import : 02 - Import feature data handling |
QA-T467 | Tables CSV Import : 03 - Import from export |
QA-T570 | Table Queries : 01 - Create, Edit, Delete a Query |
QA-T571 | Table Queries : 02 - Query Configuration |
QA-T572 | Table Queries : 03 - Create, Edit, Delete an Aggregation |
QA-T573 | Table Queries : 04 - Aggregation Configuration |
QA-T595 | Table Queries : 08 - Editing and Deleting Queries, Aggregations in Published and Development Version Apps |
QA-T700 | Table Queries : 02 / Query for an Archived Field |
QA-T701 | Record Placeholders : 07 / Attempting to Delete a Loaded Table Record |
QA-T702 | Table Management : 05 / Table Columns must be named |
QA-T703 | Table Queries : 07 - Unique value aggregation |
QA-T705 | Table Management : 06 / Table Columns labels cannot be blank and ID column type cannot be modified |
QA-T715 | Table Management : 04 / Cannot leave table name blank on edit |
QA-T716 | Table Management : 12 / Table Record Data Validation |
QA-T721 | Table Queries : 03 / Can't edit a saved Aggregation without clicking 'Edit' |
QA-T814 | Table Links : 05 - Linking Records via App Triggers |
QA-T927 | Table Analytics - Filtering by 'Date Range' settings |
ID | Requirement |
---|---|
PLAT-8946 (806) | All records shall be Enduring, ie. stored, managed, accessible and unalterable for the full retention period. |