This page explains the different places where you can reference your record data.
Now that you have your records and your record list, you can reference and use them throughout your application. Appian Records are versatile, so you can view a single record or the record list in interface components, on sites, or on Tempo.
Once you choose where you're going to use your record data, learn how to reference the record type.
Users must have at least Viewer permissions to a record type to access it on a site or in Tempo. Learn more about record security.
You can quickly and easily reference record data in your interface using a read-only grid or a chart component that uses a record type as the data source.
The read-only grid will automatically apply the record list style and format. You can use this feature to maintain the same style between your record list and read-only grid or you can use the component configuration panel to modify the layout, styling, paging and sorting on your grid.
This allows you to not only bring the record list view into the interface but you can use a!recordData()
and a!queryRecordType()
to pass the record data into your interface. In addition, using fv!row
with bracket notation allows you to easily pass the record field values into the grid in your interface.
See Read-Only Grid Component, a!queryRecordType, and a!recordData See Reference a record type to learn more about fv!row
.
You can configure bar charts, column charts, line charts, and pie charts using a record type as the source. This configuration is easier than other chart sources because Appian will perform the query for you and display the results in the chart directly.
Configuring a chart using a record type as the source requires using two parameters: data
and config
. Once you provide a source record type in the data
parameter and provide the fields in the config
parameter, the chart displays the results.
See Chart Configuration Using Record Data for details on using a record type as the source.
In sites, you can associate record types with site pages.
When a site page is associated with a record type, the user sees the record list for the associated record type when accessing that page.
To associate a record type with a site page:
When you associate a record type with a site page, you can choose whether or not to show the News view on the records displayed on the site.
By default, a site is configured to show record news. This means that each record will have a view that displays the 20 most recent news events related to the record. However, the News view will only display on the site if Show News view is selected on the record type object. See Define Record Views and Actions to learn more about configuring the display of default record views.
In Tempo, record types are displayed as a list of cards on the Records tab. Each record type has an associated icon and color.
By default, Tempo will display a pre-configured record type called Users. This record type contains a directory of all Appian users. To make changes to the Users record type, see Modify the User Record.
Click a record type to view the record list.
By default, new record types do not display on the Records tab in Tempo.
To display record types in Tempo:
Select the Show this record type on the records tab in Tempo checkbox.
As a best practice, you should hide a record type that defines reference or supplemental data that is only created and managed in the context of another record type. Hiding a record type does not prevent users from viewing a record's list or views in Tempo.