The first edits that will be made to the table definition files are changes to the basic table titles and description. A tag is also added to disable the default detailed view. Later you will build a detailed view that will pull information from both base tables.
Steps to complete:
- Make the changes to your document as indicated on the right
Descriptions of edits being made:
- The table attribute 'name' is used as an identifier
- The element 'sql_name' is a required element and is used as the table name when doing any data manipulation on the inline query
- The element 'singular_name' is a required element and is used when displaying a single detailed view of a row
- The element 'plural_name' is a required element and is used as the title for the panel when displaying the dataset
- The element 'description' is not required, it is used to generate the information icons you will see spread throughout the Technology Explorer
- The tag 'detail' is used to indicate if a detailed view of a row in the table is possible; along with this tag, a primary key is required to be specified in at least one column