<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>How to use Appian Records</title><link>https://community.appian.com/success/w/guide/3067/how-to-use-appian-records</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>How to use Appian Records</title><link>https://community.appian.com/success/w/guide/3067/how-to-use-appian-records</link><pubDate>Tue, 23 Apr 2024 13:12:23 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4501a618-23cf-4577-8174-bd5b74b8e4db</guid><dc:creator>Appian Max Team</dc:creator><comments>https://community.appian.com/success/w/guide/3067/how-to-use-appian-records#comments</comments><description>Current Revision posted to Guide by Appian Max Team on 4/23/2024 1:12:23 PM&lt;br /&gt;
&lt;div style="margin:8px 16% 8px 8%;"&gt;
&lt;h2 id="skills_covered"&gt;Skills Covered&lt;/h2&gt;
&lt;p style="font-size:115%;"&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Record_Type_Object.html"&gt;&lt;span&gt;Appian Records&lt;/span&gt;&lt;/a&gt;&lt;span&gt; bring together all important and relevant enterprise data into a searchable collection of information. &lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;When you leverage Appian Records, each row of source data is displayed as a record in Appian. But a record is more than just a row of data&amp;mdash;it&amp;rsquo;s a combination of record views and actions, so users can gather insights and take action in the same place.&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;As such, records are a &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Records_Tutorial.html"&gt;&lt;span&gt;foundation for solutions&lt;/span&gt;&lt;/a&gt;&lt;span&gt; built in Appian.&lt;/span&gt;&lt;/p&gt;
&lt;h2 id="record_type_use_cases"&gt;Record Type Use Cases&lt;/h2&gt;
&lt;p style="font-size:115%;"&gt;What makes a good record type?&lt;/p&gt;
&lt;h4&gt;Ideal Use Case&lt;/h4&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li&gt;&lt;span&gt;Enable data sync whenever possible so you can leverage additional features that accelerate app development. See &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/latest/records-data-sync.html#when-to-use-data-sync"&gt;&lt;span&gt;when to use data sync.&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Create a record type for each entity in your business. &lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;For example, a customer and their orders are two key business entities in almost any organization selling products or services. So you would have two record types: a Customer record type and an Order record type.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Create a record type for reference data. For example, customer locations, like the state and country are unlikely to change and may also be referenced in orders. So you could have a reference record type called Countries or Locations.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Connect data using &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/latest/record-type-relationships.html"&gt;&lt;span&gt;record type relationships&lt;/span&gt;&lt;/a&gt;&lt;span&gt;. Seamlessly reference related data by connecting them using relationships. For example, you can connect Customers and Orders to easily display a customer and their relevant order information.&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h4&gt;Wrong Use Case&lt;/h4&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li&gt;&lt;span&gt;Create record types based on security. You can easily secure the records in your record type using &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/latest/record-level-security.html"&gt;&lt;span&gt;record-level security&lt;/span&gt;&lt;/a&gt;&lt;span&gt;, visibility expressions, or source filters to ensure that only the right users can see the right information.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="recommended_record_design"&gt;Recommended Record Design&lt;/h2&gt;
&lt;p style="font-size:115%;"&gt;&lt;span&gt;When building out your record type, including the data model, record views, actions, and list, consider the following:&lt;/span&gt;&lt;/p&gt;
&lt;h4&gt;Data Model&lt;/h4&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li&gt;&lt;span&gt;A record type can connect to data from a relational database, integration, or process. So you should have a record type for each of your sources.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Use record type relationships to relate your enterprise data&amp;mdash;regardless of where it lives. This allows you to seamlessly reference related data from your base record type.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Set any username or group fields to the Appian data type User or Group. This allows you to reference these fields in your record-level security.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Create custom record fields to extend and manipulate your data and save it as a new field on the record type. This allows you to sort or filter by transformed data, or simply display it in a grid, report, or query.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Learn more about &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/latest/data-modeling-with-appian-records.html"&gt;&lt;span&gt;data modeling with Appian Records&lt;/span&gt;&lt;/a&gt;&lt;span&gt;.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h4&gt;Record Views&lt;/h4&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li&gt;&lt;span&gt;Create unique &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/latest/record-view.html#record-title"&gt;&lt;span&gt;record titles&lt;/span&gt;&lt;/a&gt;&lt;span&gt; so they&amp;rsquo;re easily identifiable in the record list.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Display dynamic information on the top of the &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/latest/record-view.html#configure-the-summary-view"&gt;&lt;span&gt;summary view&lt;/span&gt;&lt;/a&gt;&lt;span&gt; so users get the most recent information first. &lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;For example, a case&amp;rsquo;s status, assigned engineer, and the latest case comment would be important to have at the top of the view.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Create additional record views to display reports or related information. &lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;For example, a Case record could have a summary view to display relevant case information, and a Customer view to learn more about the customer associated with the case.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Add &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Record_Link_Component.html"&gt;&lt;span&gt;record links&lt;/span&gt;&lt;/a&gt;&lt;span&gt; so users can learn more about related records. What orders do I have for this customer? Which user opened the support case?&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h4&gt;Record List&lt;/h4&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li&gt;&lt;span&gt;Configure your record list directly in the record type. When you create a records-powered grid, the grid will automatically populate with your record list configuration.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Do not display all fields from your record type in the list. The list is meant to give a high-level overview of the information in each record. Users can always drill into an individual record to learn more.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Add &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/latest/filter-the-record-list.html"&gt;&lt;span&gt;user filters and a search box&lt;/span&gt;&lt;/a&gt;&lt;span&gt; to your list to allow users to filter and navigate to the appropriate record.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Consider whether to display a grid-style or feed-style list. Feed-style lists can only display the first 100 records, so if you have a larger dataset, consider a grid-style list.&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h4&gt;Record Actions&lt;/h4&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li&gt;&lt;span&gt;Configure &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/latest/record-actions.html#record-list-actions"&gt;&lt;span&gt;record list actions&lt;/span&gt;&lt;/a&gt;&lt;span&gt; to display on the record list so users can add new records to the list.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Configure &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/latest/record-actions.html#related-actions"&gt;&lt;span&gt;related actions&lt;/span&gt;&lt;/a&gt;&lt;span&gt; to display on your record views so users can perform specific&amp;nbsp; actions, like Edit or Delete, from the record. Each related action starts a process using the record&amp;rsquo;s context.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="record_security"&gt;Record Security&lt;/h2&gt;
&lt;p style="font-size:115%;"&gt;&lt;span&gt;To ensure your enterprise data is only available to the correct users, Appian provides a layered approach to securing your records. &lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/latest/record-security.html"&gt;&lt;span&gt;Record type security:&lt;/span&gt;&lt;/a&gt;&lt;span&gt; Determine who can see and edit the record type object using groups and role maps.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/latest/record-level-security.html"&gt;&lt;span&gt;Record-level security&lt;/span&gt;&lt;/a&gt;&lt;span&gt;: Determine who can view which records. This security option is only available for record types with data sync enabled. If your record type does not have data sync enabled, you can use default filters to determine user access.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/latest/appian-records-security.html#record-view-security"&gt;&lt;span&gt;Record view&lt;/span&gt;&lt;/a&gt;&lt;span&gt; and &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/latest/appian-records-security.html#record-action-security"&gt;&lt;span&gt;record action&lt;/span&gt;&lt;/a&gt;&lt;span&gt; visibility: Configure visibility expressions on your record views and record actions to determine which record views they can see and which actions they can take.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p style="font-size:115%;"&gt;&lt;span&gt;Learn more about &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/latest/appian-records-security.html"&gt;&lt;span&gt;Security in Appian Records&lt;/span&gt;&lt;/a&gt;&lt;span&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: Architecture&lt;/div&gt;
</description></item><item><title>How to use Appian Records</title><link>https://community.appian.com/success/w/guide/3067/how-to-use-appian-records/revision/14</link><pubDate>Thu, 22 Feb 2024 21:34:50 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4501a618-23cf-4577-8174-bd5b74b8e4db</guid><dc:creator>Appian Max Team</dc:creator><comments>https://community.appian.com/success/w/guide/3067/how-to-use-appian-records#comments</comments><description>Revision 14 posted to Guide by Appian Max Team on 2/22/2024 9:34:50 PM&lt;br /&gt;
&lt;div style="margin:8px 16% 8px 8%;"&gt;
&lt;h2 id="skills_covered"&gt;Skills Covered&lt;/h2&gt;
&lt;p style="font-size:115%;"&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Record_Type_Object.html"&gt;&lt;span&gt;Appian Records&lt;/span&gt;&lt;/a&gt;&lt;span&gt; bring together all important and relevant enterprise data into a searchable collection of information. &lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;When you leverage Appian Records, each row of source data is displayed as a record in Appian. But a record is more than just a row of data&amp;mdash;it&amp;rsquo;s a combination of record views and actions, so users can gather insights and take action in the same place.&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;As such, records are a &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Records_Tutorial.html"&gt;&lt;span&gt;foundation for solutions&lt;/span&gt;&lt;/a&gt;&lt;span&gt; built in Appian.&lt;/span&gt;&lt;/p&gt;
&lt;h2 id="record_type_use_cases"&gt;Record Type Use Cases&lt;/h2&gt;
&lt;p style="font-size:115%;"&gt;What makes a good record type?&lt;/p&gt;
&lt;h4&gt;Ideal Use Case&lt;/h4&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li&gt;&lt;span&gt;Enable data sync whenever possible so you can leverage additional features that accelerate app development. See &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/latest/records-data-sync.html#when-to-use-data-sync"&gt;&lt;span&gt;when to use data sync.&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Create a record type for each entity in your business. &lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;For example, a customer and their orders are two key business entities in almost any organization selling products or services. So you would have two record types: a Customer record type and an Order record type.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Create a record type for reference data. For example, customer locations, like the state and country are unlikely to change and may also be referenced in orders. So you could have a reference record type called Countries or Locations.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Connect data using &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/latest/record-type-relationships.html"&gt;&lt;span&gt;record type relationships&lt;/span&gt;&lt;/a&gt;&lt;span&gt;. Seamlessly reference related data by connecting them using relationships. For example, you can connect Customers and Orders to easily display a customer and their relevant order information.&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h4&gt;Wrong Use Case&lt;/h4&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li&gt;&lt;span&gt;Create record types based on security. You can easily secure the records in your record type using &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/latest/record-level-security.html"&gt;&lt;span&gt;record-level security&lt;/span&gt;&lt;/a&gt;&lt;span&gt;, visibility expressions, or source filters to ensure that only the right users can see the right information.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="recommended_record_design"&gt;Recommended Record Design&lt;/h2&gt;
&lt;p style="font-size:115%;"&gt;&lt;span&gt;When building out your record type, including the data model, record views, actions, and list, consider the following:&lt;/span&gt;&lt;/p&gt;
&lt;h4&gt;Data Model&lt;/h4&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li&gt;&lt;span&gt;A record type can connect to data from a relational database, integration, or process. So you should have a record type for each of your sources.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Use record type relationships to relate your enterprise data&amp;mdash;regardless of where it lives. This allows you to seamlessly reference related data from your base record type.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Set any username or group fields to the Appian data type User or Group. This allows you to reference these fields in your record-level security.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Create custom record fields to extend and manipulate your data and save it as a new field on the record type. This allows you to sort or filter by transformed data, or simply display it in a grid, report, or query.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Learn more about &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/latest/data-modeling-with-appian-records.html"&gt;&lt;span&gt;data modeling with Appian Records&lt;/span&gt;&lt;/a&gt;&lt;span&gt;.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h4&gt;Record Views&lt;/h4&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li&gt;&lt;span&gt;Create unique &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/latest/record-view.html#record-title"&gt;&lt;span&gt;record titles&lt;/span&gt;&lt;/a&gt;&lt;span&gt; so they&amp;rsquo;re easily identifiable in the record list.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Display dynamic information on the top of the &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/latest/record-view.html#configure-the-summary-view"&gt;&lt;span&gt;summary view&lt;/span&gt;&lt;/a&gt;&lt;span&gt; so users get the most recent information first. &lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;For example, a case&amp;rsquo;s status, assigned engineer, and the latest case comment would be important to have at the top of the view.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Create additional record views to display reports or related information. &lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;For example, a Case record could have a summary view to display relevant case information, and a Customer view to learn more about the customer associated with the case.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Add &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Record_Link_Component.html"&gt;&lt;span&gt;record links&lt;/span&gt;&lt;/a&gt;&lt;span&gt; so users can learn more about related records. What orders do I have for this customer? Which user opened the support case?&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h4&gt;Record List&lt;/h4&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li&gt;&lt;span&gt;Configure your record list directly in the record type. When you create a records-powered grid, the grid will automatically populate with your record list configuration.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Do not display all fields from your record type in the list. The list is meant to give a high-level overview of the information in each record. Users can always drill into an individual record to learn more.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Add &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/latest/filter-the-record-list.html"&gt;&lt;span&gt;user filters and a search box&lt;/span&gt;&lt;/a&gt;&lt;span&gt; to your list to allow users to filter and navigate to the appropriate record.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Consider whether to display a grid-style or feed-style list. Feed-style lists can only display the first 100 records, so if you have a larger dataset, consider a grid-style list.&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h4&gt;Record Actions&lt;/h4&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li&gt;&lt;span&gt;Configure &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/latest/record-actions.html#record-list-actions"&gt;&lt;span&gt;record list actions&lt;/span&gt;&lt;/a&gt;&lt;span&gt; to display on the record list so users can add new records to the list.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Configure &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/latest/record-actions.html#related-actions"&gt;&lt;span&gt;related actions&lt;/span&gt;&lt;/a&gt;&lt;span&gt; to display on your record views so users can perform specific&amp;nbsp; actions, like Edit or Delete, from the record. Each related action starts a process using the record&amp;rsquo;s context.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="record_security"&gt;Record Security&lt;/h2&gt;
&lt;p style="font-size:115%;"&gt;&lt;span&gt;To ensure your enterprise data is only available to the correct users, Appian provides a layered approach to securing your records. &lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/latest/record-security.html"&gt;&lt;span&gt;Record type security:&lt;/span&gt;&lt;/a&gt;&lt;span&gt; Determine who can see and edit the record type object using groups and role maps.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/latest/record-level-security.html"&gt;&lt;span&gt;Record-level security&lt;/span&gt;&lt;/a&gt;&lt;span&gt;: Determine who can view which records. This security option is only available for record types with data sync enabled. If your record type does not have data sync enabled, you can use default filters to determine user access.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/latest/appian-records-security.html#record-view-security"&gt;&lt;span&gt;Record view&lt;/span&gt;&lt;/a&gt;&lt;span&gt; and &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/latest/appian-records-security.html#record-action-security"&gt;&lt;span&gt;record action&lt;/span&gt;&lt;/a&gt;&lt;span&gt; visibility: Configure visibility expressions on your record views and record actions to determine which record views they can see and which actions they can take.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p style="font-size:115%;"&gt;&lt;span&gt;Learn more about &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/latest/appian-records-security.html"&gt;&lt;span&gt;Security in Appian Records&lt;/span&gt;&lt;/a&gt;&lt;span&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: Architecture&lt;/div&gt;
</description></item><item><title>How to use Appian Records</title><link>https://community.appian.com/success/w/guide/3067/how-to-use-appian-records/revision/13</link><pubDate>Wed, 01 Nov 2023 13:40:02 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4501a618-23cf-4577-8174-bd5b74b8e4db</guid><dc:creator>joel.larin</dc:creator><comments>https://community.appian.com/success/w/guide/3067/how-to-use-appian-records#comments</comments><description>Revision 13 posted to Guide by joel.larin on 11/1/2023 1:40:02 PM&lt;br /&gt;
&lt;div style="margin:8px 16% 8px 8%;"&gt;
&lt;h2 id="skills_covered"&gt;Skills Covered&lt;/h2&gt;
&lt;p style="font-size:115%;"&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Record_Type_Object.html"&gt;&lt;span&gt;Appian Records&lt;/span&gt;&lt;/a&gt;&lt;span&gt; bring together all important and relevant enterprise data into a searchable collection of information. &lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;When you leverage Appian Records, each row of source data is displayed as a record in Appian. But a record is more than just a row of data&amp;mdash;it&amp;rsquo;s a combination of record views and actions, so users can gather insights and take action in the same place.&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;As such, records are a &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Records_Tutorial.html"&gt;&lt;span&gt;foundation for solutions&lt;/span&gt;&lt;/a&gt;&lt;span&gt; built in Appian.&lt;/span&gt;&lt;/p&gt;
&lt;h2 id="record_type_use_cases"&gt;Record Type Use Cases&lt;/h2&gt;
&lt;p style="font-size:115%;"&gt;What makes a good record type?&lt;/p&gt;
&lt;h4&gt;Ideal Use Case&lt;/h4&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li&gt;&lt;span&gt;Enable data sync whenever possible so you can leverage additional features that accelerate app development. See &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/latest/records-data-sync.html#when-to-use-data-sync"&gt;&lt;span&gt;when to use data sync.&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Create a record type for each entity in your business. &lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;For example, a customer and their orders are two key business entities in almost any organization selling products or services. So you would have two record types: a Customer record type and an Order record type.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Create a record type for reference data. For example, customer locations, like the state and country are unlikely to change and may also be referenced in orders. So you could have a reference record type called Countries or Locations.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Connect data using &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/latest/record-type-relationships.html"&gt;&lt;span&gt;record type relationships&lt;/span&gt;&lt;/a&gt;&lt;span&gt;. Seamlessly reference related data by connecting them using relationships. For example, you can connect Customers and Orders to easily display a customer and their relevant order information.&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h4&gt;Wrong Use Case&lt;/h4&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li&gt;&lt;span&gt;Create record types based on security. You can easily secure the records in your record type using &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/latest/record-level-security.html"&gt;&lt;span&gt;record-level security&lt;/span&gt;&lt;/a&gt;&lt;span&gt;, visibility expressions, or source filters to ensure that only the right users can see the right information.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="recommended_record_design"&gt;Recommended Record Design&lt;/h2&gt;
&lt;p style="font-size:115%;"&gt;&lt;span&gt;When building out your record type, including the data model, record views, actions, and list, consider the following:&lt;/span&gt;&lt;/p&gt;
&lt;h4&gt;Data Model&lt;/h4&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li&gt;&lt;span&gt;A record type can connect to data from a relational database, integration, or process. So you should have a record type for each of your sources.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Use record type relationships to relate your enterprise data&amp;mdash;regardless of where it lives. This allows you to seamlessly reference related data from your base record type.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Set any username or group fields to the Appian data type User or Group. This allows you to reference these fields in your record-level security.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Create custom record fields to extend and manipulate your data and save it as a new field on the record type. This allows you to sort or filter by transformed data, or simply display it in a grid, report, or query.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Learn more about &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/latest/data-modeling-with-appian-records.html"&gt;&lt;span&gt;data modeling with Appian Records&lt;/span&gt;&lt;/a&gt;&lt;span&gt;.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h4&gt;Record Views&lt;/h4&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li&gt;&lt;span&gt;Create unique &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/latest/record-view.html#record-title"&gt;&lt;span&gt;record titles&lt;/span&gt;&lt;/a&gt;&lt;span&gt; so they&amp;rsquo;re easily identifiable in the record list.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Display dynamic information on the top of the &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/latest/record-view.html#configure-the-summary-view"&gt;&lt;span&gt;summary view&lt;/span&gt;&lt;/a&gt;&lt;span&gt; so users get the most recent information first. &lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;For example, a case&amp;rsquo;s status, assigned engineer, and the latest case comment would be important to have at the top of the view.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Create additional record views to display reports or related information. &lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;For example, a Case record could have a summary view to display relevant case information, and a Customer view to learn more about the customer associated with the case.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Add &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Record_Link_Component.html"&gt;&lt;span&gt;record links&lt;/span&gt;&lt;/a&gt;&lt;span&gt; so users can learn more about related records. What orders do I have for this customer? Which user opened the support case?&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h4&gt;Record List&lt;/h4&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li&gt;&lt;span&gt;Configure your record list directly in the record type. When you create a records-powered grid, the grid will automatically populate with your record list configuration.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Do not display all fields from your record type in the list. The list is meant to give a high-level overview of the information in each record. Users can always drill into an individual record to learn more.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Add &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/latest/filter-the-record-list.html"&gt;&lt;span&gt;user filters and a search box&lt;/span&gt;&lt;/a&gt;&lt;span&gt; to your list to allow users to filter and navigate to the appropriate record.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Consider whether to display a grid-style or feed-style list. Feed-style lists can only display the first 100 records, so if you have a larger dataset, consider a grid-style list.&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h4&gt;Record Actions&lt;/h4&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li&gt;&lt;span&gt;Configure &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/latest/record-actions.html#record-list-actions"&gt;&lt;span&gt;record list actions&lt;/span&gt;&lt;/a&gt;&lt;span&gt; to display on the record list so users can add new records to the list.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Configure &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/latest/record-actions.html#related-actions"&gt;&lt;span&gt;related actions&lt;/span&gt;&lt;/a&gt;&lt;span&gt; to display on your record views so users can perform specific&amp;nbsp; actions, like Edit or Delete, from the record. Each related action starts a process using the record&amp;rsquo;s context.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="record_security"&gt;Record Security&lt;/h2&gt;
&lt;p style="font-size:115%;"&gt;&lt;span&gt;To ensure your enterprise data is only available to the correct users, Appian provides a layered approach to securing your records. &lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/latest/record-security.html"&gt;&lt;span&gt;Record type security:&lt;/span&gt;&lt;/a&gt;&lt;span&gt; Determine who can see and edit the record type object using groups and role maps.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/latest/record-level-security.html"&gt;&lt;span&gt;Record-level security&lt;/span&gt;&lt;/a&gt;&lt;span&gt;: Determine who can view which records. This security option is only available for record types with data sync enabled. If your record type does not have data sync enabled, you can use default filters to determine user access.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/latest/appian-records-security.html#record-view-security"&gt;&lt;span&gt;Record view&lt;/span&gt;&lt;/a&gt;&lt;span&gt; and &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/latest/appian-records-security.html#record-action-security"&gt;&lt;span&gt;record action&lt;/span&gt;&lt;/a&gt;&lt;span&gt; visibility: Configure visibility expressions on your record views and record actions to determine which record views they can see and which actions they can take.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p style="font-size:115%;"&gt;&lt;span&gt;Learn more about &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/latest/appian-records-security.html"&gt;&lt;span&gt;Security in Appian Records&lt;/span&gt;&lt;/a&gt;&lt;span&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: Architecture&lt;/div&gt;
</description></item><item><title>How to use Appian Records</title><link>https://community.appian.com/success/w/guide/3067/how-to-use-appian-records/revision/12</link><pubDate>Tue, 17 Oct 2023 19:17:53 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4501a618-23cf-4577-8174-bd5b74b8e4db</guid><dc:creator>matt.cosenza</dc:creator><comments>https://community.appian.com/success/w/guide/3067/how-to-use-appian-records#comments</comments><description>Revision 12 posted to Guide by matt.cosenza on 10/17/2023 7:17:53 PM&lt;br /&gt;
&lt;div style="margin:8px 16% 8px 8%;"&gt;
&lt;h2 id="skills_covered"&gt;Skills Covered&lt;/h2&gt;
&lt;p style="font-size:115%;"&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Record_Type_Object.html"&gt;&lt;span&gt;Appian Records&lt;/span&gt;&lt;/a&gt;&lt;span&gt; bring together all important and relevant enterprise data into a searchable collection of information. &lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;When you leverage Appian Records, each row of source data is displayed as a record in Appian. But a record is more than just a row of data&amp;mdash;it&amp;rsquo;s a combination of record views and actions, so users can gather insights and take action in the same place.&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;As such, records are a &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Records_Tutorial.html"&gt;&lt;span&gt;foundation for solutions&lt;/span&gt;&lt;/a&gt;&lt;span&gt; built in Appian.&lt;/span&gt;&lt;/p&gt;
&lt;h2 id="record_type_use_cases"&gt;Record Type Use Cases&lt;/h2&gt;
&lt;p style="font-size:115%;"&gt;What makes a good record type?&lt;/p&gt;
&lt;h4&gt;Ideal Use Case&lt;/h4&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li&gt;&lt;span&gt;Enable data sync whenever possible so you can leverage additional features that accelerate app development. See &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/latest/records-data-sync.html#when-to-use-data-sync"&gt;&lt;span&gt;when to use data sync.&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Create a record type for each entity in your business. &lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;For example, a customer and their orders are two key business entities in almost any organization selling products or services. So you would have two record types: a Customer record type and an Order record type.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Create a record type for reference data. For example, customer locations, like the state and country are unlikely to change and may also be referenced in orders. So you could have a reference record type called Countries or Locations.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Connect data using &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/latest/record-type-relationships.html"&gt;&lt;span&gt;record type relationships&lt;/span&gt;&lt;/a&gt;&lt;span&gt;. Seamlessly reference related data by connecting them using relationships. For example, you can connect Customers and Orders to easily display a customer and their relevant order information.&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h4&gt;Wrong Use Case&lt;/h4&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li&gt;&lt;span&gt;Create record types based on security. You can easily secure the records in your record type using &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/latest/record-level-security.html"&gt;&lt;span&gt;record-level security&lt;/span&gt;&lt;/a&gt;&lt;span&gt;, visibility expressions, or source filters to ensure that only the right users can see the right information.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="recommended_record_design"&gt;Recommended Record Design&lt;/h2&gt;
&lt;p style="font-size:115%;"&gt;&lt;span&gt;When building out your record type, including the data model, record views, actions, and list, consider the following:&lt;/span&gt;&lt;/p&gt;
&lt;h4&gt;Data Model&lt;/h4&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li&gt;&lt;span&gt;A record type can connect to data from a relational database, integration, or process. So you should have a record type for each of your sources.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Use record type relationships to relate your enterprise data&amp;mdash;regardless of where it lives. This allows you to seamlessly reference related data from your base record type.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Set any username or group fields to the Appian data type User or Group. This allows you to reference these fields in your record-level security.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Create custom record fields to extend and manipulate your data and save it as a new field on the record type. This allows you to sort or filter by transformed data, or simply display it in a grid, report, or query.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Learn more about &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/latest/data-modeling-with-appian-records.html"&gt;&lt;span&gt;data modeling with Appian Records&lt;/span&gt;&lt;/a&gt;&lt;span&gt;.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h4&gt;Record Views&lt;/h4&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li&gt;&lt;span&gt;Create unique &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/latest/record-view.html#record-title"&gt;&lt;span&gt;record titles&lt;/span&gt;&lt;/a&gt;&lt;span&gt; so they&amp;rsquo;re easily identifiable in the record list.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Display dynamic information on the top of the &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/latest/record-view.html#configure-the-summary-view"&gt;&lt;span&gt;summary view&lt;/span&gt;&lt;/a&gt;&lt;span&gt; so users get the most recent information first. &lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;For example, a case&amp;rsquo;s status, assigned engineer, and the latest case comment would be important to have at the top of the view.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Create additional record views to display reports or related information. &lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;For example, a Case record could have a summary view to display relevant case information, and a Customer view to learn more about the customer associated with the case.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Add &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Record_Link_Component.html"&gt;&lt;span&gt;record links&lt;/span&gt;&lt;/a&gt;&lt;span&gt; so users can learn more about related records. What orders do I have for this customer? Which user opened the support case?&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h4&gt;Record List&lt;/h4&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li&gt;&lt;span&gt;Configure your record list directly in the record type. When you create a records-powered grid, the grid will automatically populate with your record list configuration.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Do not display all fields from your record type in the list. The list is meant to give a high-level overview of the information in each record. Users can always drill into an individual record to learn more.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Add &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/latest/filter-the-record-list.html"&gt;&lt;span&gt;user filters and a search box&lt;/span&gt;&lt;/a&gt;&lt;span&gt; to your list to allow users to filter and navigate to the appropriate record.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Consider whether to display a grid-style or feed-style list. Feed-style lists can only display the first 100 records, so if you have a larger dataset, consider a grid-style list.&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h4&gt;Record Actions&lt;/h4&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li&gt;&lt;span&gt;Configure &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/latest/record-actions.html#record-list-actions"&gt;&lt;span&gt;record list actions&lt;/span&gt;&lt;/a&gt;&lt;span&gt; to display on the record list so users can add new records to the list.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Configure &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/latest/record-actions.html#related-actions"&gt;&lt;span&gt;related actions&lt;/span&gt;&lt;/a&gt;&lt;span&gt; to display on your record views so users can perform specific&amp;nbsp; actions, like Edit or Delete, from the record. Each related action starts a process using the record&amp;rsquo;s context.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="record_security"&gt;Record Security&lt;/h2&gt;
&lt;p style="font-size:115%;"&gt;&lt;span&gt;To ensure your enterprise data is only available to the correct users, Appian provides a layered approach to securing your records. &lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/latest/record-security.html"&gt;&lt;span&gt;Record type security:&lt;/span&gt;&lt;/a&gt;&lt;span&gt; Determine who can see and edit the record type object using groups and role maps.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/latest/record-level-security.html"&gt;&lt;span&gt;Record-level security&lt;/span&gt;&lt;/a&gt;&lt;span&gt;: Determine who can view which records. This security option is only available for record types with data sync enabled. If your record type does not have data sync enabled, you can use default filters to determine user access.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/latest/appian-records-security.html#record-view-security"&gt;&lt;span&gt;Record view&lt;/span&gt;&lt;/a&gt;&lt;span&gt; and &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/latest/appian-records-security.html#record-action-security"&gt;&lt;span&gt;record action&lt;/span&gt;&lt;/a&gt;&lt;span&gt; visibility: Configure visibility expressions on your record views and record actions to determine which record views they can see and which actions they can take.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p style="font-size:115%;"&gt;&lt;span&gt;Learn more about &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/latest/appian-records-security.html"&gt;&lt;span&gt;Security in Appian Records&lt;/span&gt;&lt;/a&gt;&lt;span&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>How to use Appian Records</title><link>https://community.appian.com/success/w/guide/3067/how-to-use-appian-records/revision/11</link><pubDate>Wed, 22 Mar 2023 17:01:44 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4501a618-23cf-4577-8174-bd5b74b8e4db</guid><dc:creator>Devon Lee</dc:creator><comments>https://community.appian.com/success/w/guide/3067/how-to-use-appian-records#comments</comments><description>Revision 11 posted to Guide by Devon Lee on 3/22/2023 5:01:44 PM&lt;br /&gt;
&lt;div style="margin:8px 16% 8px 8%;"&gt;
&lt;h2 id="skills_covered"&gt;Skills Covered&lt;/h2&gt;
&lt;p style="font-size:115%;"&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Using_the_Records_Tab.html"&gt;&lt;/a&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/Record_Type_Object.html"&gt;&lt;span&gt;Appian Records&lt;/span&gt;&lt;/a&gt;&lt;span&gt; bring together all important and relevant enterprise data into a searchable collection of information. &lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;When you leverage Appian Records, each row of source data is displayed as a record in Appian. But a record is more than just a row of data&amp;mdash;it&amp;rsquo;s a combination of record views and actions, so users can gather insights and take action in the same place.&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;As such, records are a &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Records_Tutorial.html"&gt;&lt;span&gt;foundation for solutions&lt;/span&gt;&lt;/a&gt;&lt;span&gt; built in Appian.&lt;/span&gt;&lt;/p&gt;
&lt;h2 id="record_type_use_cases"&gt;Record Type Use Cases&lt;/h2&gt;
&lt;p style="font-size:115%;"&gt;What makes a good record type?&lt;/p&gt;
&lt;h4&gt;Ideal Use Case&lt;/h4&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li&gt;&lt;span&gt;Enable data sync whenever possible so you can leverage additional features that accelerate app development. See &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/latest/records-data-sync.html#when-to-use-data-sync"&gt;&lt;span&gt;when to use data sync.&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Create a record type for each entity in your business. &lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;For example, a customer and their orders are two key business entities in almost any organization selling products or services. So you would have two record types: a Customer record type and an Order record type.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Create a record type for reference data. For example, customer locations, like the state and country are unlikely to change and may also be referenced in orders. So you could have a reference record type called Countries or Locations.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Connect data using &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/record-type-relationships.html"&gt;&lt;span&gt;record type relationships&lt;/span&gt;&lt;/a&gt;&lt;span&gt;. Seamlessly reference related data by connecting them using relationships. For example, you can connect Customers and Orders to easily display a customer and their relevant order information.&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h4&gt;Wrong Use Case&lt;/h4&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li&gt;&lt;span&gt;Create record types based on security. You can easily secure the records in your record type using &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/latest/record-level-security.html"&gt;&lt;span&gt;record-level security&lt;/span&gt;&lt;/a&gt;&lt;span&gt;, visibility expressions, or source filters to ensure that only the right users can see the right information.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="recommended_record_design"&gt;Recommended Record Design&lt;/h2&gt;
&lt;p style="font-size:115%;"&gt;&lt;span&gt;When building out your record type, including the data model, record views, actions, and list, consider the following:&lt;/span&gt;&lt;/p&gt;
&lt;h4&gt;Data Model&lt;/h4&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li&gt;&lt;span&gt;A record type can connect to data from a relational database, integration, or process. So you should have a record type for each of your sources.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Use record type relationships to relate your enterprise data&amp;mdash;regardless of where it lives. This allows you to seamlessly reference related data from your base record type.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Set any username or group fields to the Appian data type User or Group. This allows you to reference these fields in your record-level security.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Create custom record fields to extend and manipulate your data and save it as a new field on the record type. This allows you to sort or filter by transformed data, or simply display it in a grid, report, or query.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Learn more about &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/latest/data-modeling-with-appian-records.html"&gt;&lt;span&gt;data modeling with Appian Records&lt;/span&gt;&lt;/a&gt;&lt;span&gt;.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h4&gt;Record Views&lt;/h4&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li&gt;&lt;span&gt;Create unique &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/record-view.html#record-title"&gt;&lt;span&gt;record titles&lt;/span&gt;&lt;/a&gt;&lt;span&gt; so they&amp;rsquo;re easily identifiable in the record list.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Display dynamic information on the top of the &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/record-view.html#configure-the-summary-view"&gt;&lt;span&gt;summary view&lt;/span&gt;&lt;/a&gt;&lt;span&gt; so users get the most recent information first. &lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;For example, a case&amp;rsquo;s status, assigned engineer, and the latest case comment would be important to have at the top of the view.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Create additional record views to display reports or related information. &lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;For example, a Case record could have a summary view to display relevant case information, and a Customer view to learn more about the customer associated with the case.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Add &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/Record_Link_Component.html"&gt;&lt;span&gt;record links&lt;/span&gt;&lt;/a&gt;&lt;span&gt; so users can learn more about related records. What orders do I have for this customer? Which user opened the support case?&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h4&gt;Record List&lt;/h4&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li&gt;&lt;span&gt;Configure your record list directly in the record type. When you create a records-powered grid, the grid will automatically populate with your record list configuration.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Do not display all fields from your record type in the list. The list is meant to give a high-level overview of the information in each record. Users can always drill into an individual record to learn more.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Add &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/filter-the-record-list.html"&gt;&lt;span&gt;user filters and a search box&lt;/span&gt;&lt;/a&gt;&lt;span&gt; to your list to allow users to filter and navigate to the appropriate record.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Consider whether to display a grid-style or feed-style list. Feed-style lists can only display the first 100 records, so if you have a larger dataset, consider a grid-style list.&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h4&gt;Record Actions&lt;/h4&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li&gt;&lt;span&gt;Configure &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/record-actions.html#record-list-actions"&gt;&lt;span&gt;record list actions&lt;/span&gt;&lt;/a&gt;&lt;span&gt; to display on the record list so users can add new records to the list.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Configure &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/record-actions.html#related-actions"&gt;&lt;span&gt;related actions&lt;/span&gt;&lt;/a&gt;&lt;span&gt; to display on your record views so users can perform specific&amp;nbsp; actions, like Edit or Delete, from the record. Each related action starts a process using the record&amp;rsquo;s context.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="record_security"&gt;Record Security&lt;/h2&gt;
&lt;p style="font-size:115%;"&gt;&lt;span&gt;To ensure your enterprise data is only available to the correct users, Appian provides a layered approach to securing your records. &lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/record-security.html"&gt;&lt;span&gt;Record type security:&lt;/span&gt;&lt;/a&gt;&lt;span&gt; Determine who can see and edit the record type object using groups and role maps.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/record-level-security.html"&gt;&lt;span&gt;Record-level security&lt;/span&gt;&lt;/a&gt;&lt;span&gt;: Determine who can view which records. This security option is only available for record types with data sync enabled. If your record type does not have data sync enabled, you can use default filters to determine user access.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/appian-records-security.html#record-view-security"&gt;&lt;span&gt;Record view&lt;/span&gt;&lt;/a&gt;&lt;span&gt; and &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/appian-records-security.html#record-action-security"&gt;&lt;span&gt;record action&lt;/span&gt;&lt;/a&gt;&lt;span&gt; visibility: Configure visibility expressions on your record views and record actions to determine which record views they can see and which actions they can take.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p style="font-size:115%;"&gt;&lt;span&gt;Learn more about &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/appian-records-security.html"&gt;&lt;span&gt;Security in Appian Records&lt;/span&gt;&lt;/a&gt;&lt;span&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: records, Architecture&lt;/div&gt;
</description></item><item><title>How to use Appian Records</title><link>https://community.appian.com/success/w/guide/3067/how-to-use-appian-records/revision/10</link><pubDate>Tue, 07 Feb 2023 20:32:23 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4501a618-23cf-4577-8174-bd5b74b8e4db</guid><dc:creator>joel.larin</dc:creator><comments>https://community.appian.com/success/w/guide/3067/how-to-use-appian-records#comments</comments><description>Revision 10 posted to Guide by joel.larin on 2/7/2023 8:32:23 PM&lt;br /&gt;
&lt;div style="margin:8px 16% 8px 8%;"&gt;
&lt;h2 id="skills_covered"&gt;&lt;img alt=" " src="/resized-image/__size/712x304/__key/communityserver-wikis-components-files/00-00-00-00-46/appian_5F00_records_2D00_02.png" /&gt;&lt;span class="sr-only"&gt;Skills Covered&lt;/span&gt;&lt;/h2&gt;
&lt;p style="font-size:115%;"&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Using_the_Records_Tab.html"&gt;&lt;/a&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/Record_Type_Object.html"&gt;&lt;span&gt;Appian Records&lt;/span&gt;&lt;/a&gt;&lt;span&gt; bring together all important and relevant enterprise data into a searchable collection of information. &lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;When you leverage Appian Records, each row of source data is displayed as a record in Appian. But a record is more than just a row of data&amp;mdash;it&amp;rsquo;s a combination of record views and actions, so users can gather insights and take action in the same place.&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;As such, records are a &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Records_Tutorial.html"&gt;&lt;span&gt;foundation for solutions&lt;/span&gt;&lt;/a&gt;&lt;span&gt; built in Appian.&lt;/span&gt;&lt;/p&gt;
&lt;h2 id="record_type_use_cases"&gt;&lt;img alt="Record Type Use Cases" src="/resized-image/__size/1424x608/__key/communityserver-wikis-components-files/00-00-00-00-46/appian_5F00_records_2D00_05.png" /&gt;&lt;span class="sr-only"&gt;Record Type Use Cases&lt;/span&gt;&lt;/h2&gt;
&lt;p style="font-size:115%;"&gt;What makes a good record type?&lt;/p&gt;
&lt;h4&gt;Ideal Use Case&lt;/h4&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li&gt;&lt;span&gt;Enable data sync whenever possible so you can leverage additional features that accelerate app development. See &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/latest/records-data-sync.html#when-to-use-data-sync"&gt;&lt;span&gt;when to use data sync.&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Create a record type for each entity in your business. &lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;For example, a customer and their orders are two key business entities in almost any organization selling products or services. So you would have two record types: a Customer record type and an Order record type.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Create a record type for reference data. For example, customer locations, like the state and country are unlikely to change and may also be referenced in orders. So you could have a reference record type called Countries or Locations.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Connect data using &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/record-type-relationships.html"&gt;&lt;span&gt;record type relationships&lt;/span&gt;&lt;/a&gt;&lt;span&gt;. Seamlessly reference related data by connecting them using relationships. For example, you can connect Customers and Orders to easily display a customer and their relevant order information.&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h4&gt;Wrong Use Case&lt;/h4&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li&gt;&lt;span&gt;Create record types based on security. You can easily secure the records in your record type using &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/latest/record-level-security.html"&gt;&lt;span&gt;record-level security&lt;/span&gt;&lt;/a&gt;&lt;span&gt;, visibility expressions, or source filters to ensure that only the right users can see the right information.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="recommended_record_design"&gt;&lt;img alt="Recommended Record Design " src="/resized-image/__size/712x304/__key/communityserver-wikis-components-files/00-00-00-00-46/appian_5F00_records_2D00_04.png" /&gt;&lt;span class="sr-only"&gt;Recommended Record Design&lt;/span&gt;&lt;/h2&gt;
&lt;p style="font-size:115%;"&gt;&lt;span&gt;When building out your record type, including the data model, record views, actions, and list, consider the following:&lt;/span&gt;&lt;/p&gt;
&lt;h4&gt;Data Model&lt;/h4&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li&gt;&lt;span&gt;A record type can connect to data from a relational database, integration, or process. So you should have a record type for each of your sources.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Use record type relationships to relate your enterprise data&amp;mdash;regardless of where it lives. This allows you to seamlessly reference related data from your base record type.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Set any username or group fields to the Appian data type User or Group. This allows you to reference these fields in your record-level security.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Create custom record fields to extend and manipulate your data and save it as a new field on the record type. This allows you to sort or filter by transformed data, or simply display it in a grid, report, or query.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Learn more about &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/latest/data-modeling-with-appian-records.html"&gt;&lt;span&gt;data modeling with Appian Records&lt;/span&gt;&lt;/a&gt;&lt;span&gt;.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h4&gt;Record Views&lt;/h4&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li&gt;&lt;span&gt;Create unique &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/record-view.html#record-title"&gt;&lt;span&gt;record titles&lt;/span&gt;&lt;/a&gt;&lt;span&gt; so they&amp;rsquo;re easily identifiable in the record list.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Display dynamic information on the top of the &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/record-view.html#configure-the-summary-view"&gt;&lt;span&gt;summary view&lt;/span&gt;&lt;/a&gt;&lt;span&gt; so users get the most recent information first. &lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;For example, a case&amp;rsquo;s status, assigned engineer, and the latest case comment would be important to have at the top of the view.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Create additional record views to display reports or related information. &lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;For example, a Case record could have a summary view to display relevant case information, and a Customer view to learn more about the customer associated with the case.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Add &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/Record_Link_Component.html"&gt;&lt;span&gt;record links&lt;/span&gt;&lt;/a&gt;&lt;span&gt; so users can learn more about related records. What orders do I have for this customer? Which user opened the support case?&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h4&gt;Record List&lt;/h4&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li&gt;&lt;span&gt;Configure your record list directly in the record type. When you create a records-powered grid, the grid will automatically populate with your record list configuration.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Do not display all fields from your record type in the list. The list is meant to give a high-level overview of the information in each record. Users can always drill into an individual record to learn more.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Add &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/filter-the-record-list.html"&gt;&lt;span&gt;user filters and a search box&lt;/span&gt;&lt;/a&gt;&lt;span&gt; to your list to allow users to filter and navigate to the appropriate record.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Consider whether to display a grid-style or feed-style list. Feed-style lists can only display the first 100 records, so if you have a larger dataset, consider a grid-style list.&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h4&gt;Record Actions&lt;/h4&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li&gt;&lt;span&gt;Configure &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/record-actions.html#record-list-actions"&gt;&lt;span&gt;record list actions&lt;/span&gt;&lt;/a&gt;&lt;span&gt; to display on the record list so users can add new records to the list.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Configure &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/record-actions.html#related-actions"&gt;&lt;span&gt;related actions&lt;/span&gt;&lt;/a&gt;&lt;span&gt; to display on your record views so users can perform specific&amp;nbsp; actions, like Edit or Delete, from the record. Each related action starts a process using the record&amp;rsquo;s context.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="record_security"&gt;&lt;img alt="Record Security" src="/resized-image/__size/712x304/__key/communityserver-wikis-components-files/00-00-00-00-46/appian_5F00_records_2D00_01.png" /&gt;&lt;span class="sr-only"&gt;Record Security&lt;/span&gt;&lt;/h2&gt;
&lt;p style="font-size:115%;"&gt;&lt;span&gt;To ensure your enterprise data is only available to the correct users, Appian provides a layered approach to securing your records. &lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/record-security.html"&gt;&lt;span&gt;Record type security:&lt;/span&gt;&lt;/a&gt;&lt;span&gt; Determine who can see and edit the record type object using groups and role maps.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/record-level-security.html"&gt;&lt;span&gt;Record-level security&lt;/span&gt;&lt;/a&gt;&lt;span&gt;: Determine who can view which records. This security option is only available for record types with data sync enabled. If your record type does not have data sync enabled, you can use default filters to determine user access.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/appian-records-security.html#record-view-security"&gt;&lt;span&gt;Record view&lt;/span&gt;&lt;/a&gt;&lt;span&gt; and &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/appian-records-security.html#record-action-security"&gt;&lt;span&gt;record action&lt;/span&gt;&lt;/a&gt;&lt;span&gt; visibility: Configure visibility expressions on your record views and record actions to determine which record views they can see and which actions they can take.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p style="font-size:115%;"&gt;&lt;span&gt;Learn more about &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/appian-records-security.html"&gt;&lt;span&gt;Security in Appian Records&lt;/span&gt;&lt;/a&gt;&lt;span&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: records, Architecture&lt;/div&gt;
</description></item><item><title>How to use Appian Records</title><link>https://community.appian.com/success/w/guide/3067/how-to-use-appian-records/revision/9</link><pubDate>Tue, 07 Feb 2023 17:04:19 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4501a618-23cf-4577-8174-bd5b74b8e4db</guid><dc:creator>joel.larin</dc:creator><comments>https://community.appian.com/success/w/guide/3067/how-to-use-appian-records#comments</comments><description>Revision 9 posted to Guide by joel.larin on 2/7/2023 5:04:19 PM&lt;br /&gt;
&lt;div style="margin:8px 16% 8px 8%;"&gt;
&lt;h2 id="skills_covered"&gt;&lt;img alt=" " src="/resized-image/__size/712x304/__key/communityserver-wikis-components-files/00-00-00-00-46/8117.delivery_5F00_methodology_5F00_1_2D00_02.png" /&gt;&lt;span class="sr-only"&gt;Skills Covered&lt;/span&gt;&lt;/h2&gt;
&lt;p style="font-size:115%;"&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Using_the_Records_Tab.html"&gt;&lt;/a&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/Record_Type_Object.html"&gt;&lt;span&gt;Appian Records&lt;/span&gt;&lt;/a&gt;&lt;span&gt; bring together all important and relevant enterprise data into a searchable collection of information. &lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;When you leverage Appian Records, each row of source data is displayed as a record in Appian. But a record is more than just a row of data&amp;mdash;it&amp;rsquo;s a combination of record views and actions, so users can gather insights and take action in the same place.&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;As such, records are a &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Records_Tutorial.html"&gt;&lt;span&gt;foundation for solutions&lt;/span&gt;&lt;/a&gt;&lt;span&gt; built in Appian.&lt;/span&gt;&lt;/p&gt;
&lt;h2 id="record_type_use_cases"&gt;&lt;img alt="Record Type Use Cases" src="/resized-image/__size/1424x608/__key/communityserver-wikis-components-files/00-00-00-00-46/appian_5F00_records_2D00_05.png" /&gt;&lt;span class="sr-only"&gt;Record Type Use Cases&lt;/span&gt;&lt;/h2&gt;
&lt;p style="font-size:115%;"&gt;What makes a good record type?&lt;/p&gt;
&lt;h4&gt;Ideal Use Case&lt;/h4&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li&gt;&lt;span&gt;Enable data sync whenever possible so you can leverage additional features that accelerate app development. See &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/latest/records-data-sync.html#when-to-use-data-sync"&gt;&lt;span&gt;when to use data sync.&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Create a record type for each entity in your business. &lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;For example, a customer and their orders are two key business entities in almost any organization selling products or services. So you would have two record types: a Customer record type and an Order record type.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Create a record type for reference data. For example, customer locations, like the state and country are unlikely to change and may also be referenced in orders. So you could have a reference record type called Countries or Locations.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Connect data using &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/record-type-relationships.html"&gt;&lt;span&gt;record type relationships&lt;/span&gt;&lt;/a&gt;&lt;span&gt;. Seamlessly reference related data by connecting them using relationships. For example, you can connect Customers and Orders to easily display a customer and their relevant order information.&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h4&gt;Wrong Use Case&lt;/h4&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li&gt;&lt;span&gt;Create record types based on security. You can easily secure the records in your record type using &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/latest/record-level-security.html"&gt;&lt;span&gt;record-level security&lt;/span&gt;&lt;/a&gt;&lt;span&gt;, visibility expressions, or source filters to ensure that only the right users can see the right information.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="recommended_record_design"&gt;&lt;img alt="Recommended Record Design " src="/resized-image/__size/712x304/__key/communityserver-wikis-components-files/00-00-00-00-46/appian_5F00_records_2D00_04.png" /&gt;&lt;span class="sr-only"&gt;Recommended Record Design&lt;/span&gt;&lt;/h2&gt;
&lt;p style="font-size:115%;"&gt;&lt;span&gt;When building out your record type, including the data model, record views, actions, and list, consider the following:&lt;/span&gt;&lt;/p&gt;
&lt;h4&gt;Data Model&lt;/h4&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li&gt;&lt;span&gt;A record type can connect to data from a relational database, integration, or process. So you should have a record type for each of your sources.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Use record type relationships to relate your enterprise data&amp;mdash;regardless of where it lives. This allows you to seamlessly reference related data from your base record type.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Set any username or group fields to the Appian data type User or Group. This allows you to reference these fields in your record-level security.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Create custom record fields to extend and manipulate your data and save it as a new field on the record type. This allows you to sort or filter by transformed data, or simply display it in a grid, report, or query.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Learn more about &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/latest/data-modeling-with-appian-records.html"&gt;&lt;span&gt;data modeling with Appian Records&lt;/span&gt;&lt;/a&gt;&lt;span&gt;.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h4&gt;Record Views&lt;/h4&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li&gt;&lt;span&gt;Create unique &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/record-view.html#record-title"&gt;&lt;span&gt;record titles&lt;/span&gt;&lt;/a&gt;&lt;span&gt; so they&amp;rsquo;re easily identifiable in the record list.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Display dynamic information on the top of the &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/record-view.html#configure-the-summary-view"&gt;&lt;span&gt;summary view&lt;/span&gt;&lt;/a&gt;&lt;span&gt; so users get the most recent information first. &lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;For example, a case&amp;rsquo;s status, assigned engineer, and the latest case comment would be important to have at the top of the view.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Create additional record views to display reports or related information. &lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;For example, a Case record could have a summary view to display relevant case information, and a Customer view to learn more about the customer associated with the case.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Add &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/Record_Link_Component.html"&gt;&lt;span&gt;record links&lt;/span&gt;&lt;/a&gt;&lt;span&gt; so users can learn more about related records. What orders do I have for this customer? Which user opened the support case?&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h4&gt;Record List&lt;/h4&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li&gt;&lt;span&gt;Configure your record list directly in the record type. When you create a records-powered grid, the grid will automatically populate with your record list configuration.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Do not display all fields from your record type in the list. The list is meant to give a high-level overview of the information in each record. Users can always drill into an individual record to learn more.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Add &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/filter-the-record-list.html"&gt;&lt;span&gt;user filters and a search box&lt;/span&gt;&lt;/a&gt;&lt;span&gt; to your list to allow users to filter and navigate to the appropriate record.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Consider whether to display a grid-style or feed-style list. Feed-style lists can only display the first 100 records, so if you have a larger dataset, consider a grid-style list.&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h4&gt;Record Actions&lt;/h4&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li&gt;&lt;span&gt;Configure &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/record-actions.html#record-list-actions"&gt;&lt;span&gt;record list actions&lt;/span&gt;&lt;/a&gt;&lt;span&gt; to display on the record list so users can add new records to the list.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Configure &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/record-actions.html#related-actions"&gt;&lt;span&gt;related actions&lt;/span&gt;&lt;/a&gt;&lt;span&gt; to display on your record views so users can perform specific&amp;nbsp; actions, like Edit or Delete, from the record. Each related action starts a process using the record&amp;rsquo;s context.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="record_security"&gt;&lt;img alt="Record Security" src="/resized-image/__size/712x304/__key/communityserver-wikis-components-files/00-00-00-00-46/appian_5F00_records_2D00_01.png" /&gt;&lt;span class="sr-only"&gt;Record Security&lt;/span&gt;&lt;/h2&gt;
&lt;p style="font-size:115%;"&gt;&lt;span&gt;To ensure your enterprise data is only available to the correct users, Appian provides a layered approach to securing your records. &lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/record-security.html"&gt;&lt;span&gt;Record type security:&lt;/span&gt;&lt;/a&gt;&lt;span&gt; Determine who can see and edit the record type object using groups and role maps.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/record-level-security.html"&gt;&lt;span&gt;Record-level security&lt;/span&gt;&lt;/a&gt;&lt;span&gt;: Determine who can view which records. This security option is only available for record types with data sync enabled. If your record type does not have data sync enabled, you can use default filters to determine user access.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/appian-records-security.html#record-view-security"&gt;&lt;span&gt;Record view&lt;/span&gt;&lt;/a&gt;&lt;span&gt; and &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/appian-records-security.html#record-action-security"&gt;&lt;span&gt;record action&lt;/span&gt;&lt;/a&gt;&lt;span&gt; visibility: Configure visibility expressions on your record views and record actions to determine which record views they can see and which actions they can take.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p style="font-size:115%;"&gt;&lt;span&gt;Learn more about &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/appian-records-security.html"&gt;&lt;span&gt;Security in Appian Records&lt;/span&gt;&lt;/a&gt;&lt;span&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: records, Architecture&lt;/div&gt;
</description></item><item><title>How to use Appian Records</title><link>https://community.appian.com/success/w/guide/3067/how-to-use-appian-records/revision/8</link><pubDate>Tue, 07 Feb 2023 16:51:16 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4501a618-23cf-4577-8174-bd5b74b8e4db</guid><dc:creator>joel.larin</dc:creator><comments>https://community.appian.com/success/w/guide/3067/how-to-use-appian-records#comments</comments><description>Revision 8 posted to Guide by joel.larin on 2/7/2023 4:51:16 PM&lt;br /&gt;
&lt;div style="margin:8px 16% 8px 8%;"&gt;
&lt;h2 id="skills_covered"&gt;&lt;img alt=" " src="/resized-image/__size/712x304/__key/communityserver-wikis-components-files/00-00-00-00-46/8117.delivery_5F00_methodology_5F00_1_2D00_02.png" /&gt;&lt;span class="sr-only"&gt;Skills Covered&lt;/span&gt;&lt;/h2&gt;
&lt;p style="font-size:115%;"&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Using_the_Records_Tab.html"&gt;&lt;/a&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/Record_Type_Object.html"&gt;&lt;span&gt;Appian Records&lt;/span&gt;&lt;/a&gt;&lt;span&gt; bring together all important and relevant enterprise data into a searchable collection of information. &lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;When you leverage Appian Records, each row of source data is displayed as a record in Appian. But a record is more than just a row of data&amp;mdash;it&amp;rsquo;s a combination of record views and actions, so users can gather insights and take action in the same place.&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;As such, records are a &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Records_Tutorial.html"&gt;&lt;span&gt;foundation for solutions&lt;/span&gt;&lt;/a&gt;&lt;span&gt; built in Appian.&lt;/span&gt;&lt;/p&gt;
&lt;h2 id="record_type_use_cases"&gt;&lt;img alt="Record Type Use Cases" src="/resized-image/__size/1424x608/__key/communityserver-wikis-components-files/00-00-00-00-46/flexible_5F00_processes_2D00_01.png" /&gt;&lt;span class="sr-only"&gt;Record Type Use Cases&lt;/span&gt;&lt;/h2&gt;
&lt;p style="font-size:115%;"&gt;What makes a good record type?&lt;/p&gt;
&lt;h4&gt;Ideal Use Case&lt;/h4&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li&gt;&lt;span&gt;Enable data sync whenever possible so you can leverage additional features that accelerate app development. See &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/latest/records-data-sync.html#when-to-use-data-sync"&gt;&lt;span&gt;when to use data sync.&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Create a record type for each entity in your business. &lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;For example, a customer and their orders are two key business entities in almost any organization selling products or services. So you would have two record types: a Customer record type and an Order record type.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Create a record type for reference data. For example, customer locations, like the state and country are unlikely to change and may also be referenced in orders. So you could have a reference record type called Countries or Locations.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Connect data using &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/record-type-relationships.html"&gt;&lt;span&gt;record type relationships&lt;/span&gt;&lt;/a&gt;&lt;span&gt;. Seamlessly reference related data by connecting them using relationships. For example, you can connect Customers and Orders to easily display a customer and their relevant order information.&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h4&gt;Wrong Use Case&lt;/h4&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li&gt;&lt;span&gt;Create record types based on security. You can easily secure the records in your record type using &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/latest/record-level-security.html"&gt;&lt;span&gt;record-level security&lt;/span&gt;&lt;/a&gt;&lt;span&gt;, visibility expressions, or source filters to ensure that only the right users can see the right information.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="recommended_record_design"&gt;&lt;img alt="Recommended Record Design " src="/resized-image/__size/712x304/__key/communityserver-wikis-components-files/00-00-00-00-46/8117.delivery_5F00_methodology_5F00_1_2D00_02.png" /&gt;&lt;span class="sr-only"&gt;Recommended Record Design&lt;/span&gt;&lt;/h2&gt;
&lt;p style="font-size:115%;"&gt;&lt;span&gt;When building out your record type, including the data model, record views, actions, and list, consider the following:&lt;/span&gt;&lt;/p&gt;
&lt;h4&gt;Data Model&lt;/h4&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li&gt;&lt;span&gt;A record type can connect to data from a relational database, integration, or process. So you should have a record type for each of your sources.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Use record type relationships to relate your enterprise data&amp;mdash;regardless of where it lives. This allows you to seamlessly reference related data from your base record type.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Set any username or group fields to the Appian data type User or Group. This allows you to reference these fields in your record-level security.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Create custom record fields to extend and manipulate your data and save it as a new field on the record type. This allows you to sort or filter by transformed data, or simply display it in a grid, report, or query.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Learn more about &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/latest/data-modeling-with-appian-records.html"&gt;&lt;span&gt;data modeling with Appian Records&lt;/span&gt;&lt;/a&gt;&lt;span&gt;.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h4&gt;Record Views&lt;/h4&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li&gt;&lt;span&gt;Create unique &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/record-view.html#record-title"&gt;&lt;span&gt;record titles&lt;/span&gt;&lt;/a&gt;&lt;span&gt; so they&amp;rsquo;re easily identifiable in the record list.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Display dynamic information on the top of the &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/record-view.html#configure-the-summary-view"&gt;&lt;span&gt;summary view&lt;/span&gt;&lt;/a&gt;&lt;span&gt; so users get the most recent information first. &lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;For example, a case&amp;rsquo;s status, assigned engineer, and the latest case comment would be important to have at the top of the view.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Create additional record views to display reports or related information. &lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;For example, a Case record could have a summary view to display relevant case information, and a Customer view to learn more about the customer associated with the case.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Add &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/Record_Link_Component.html"&gt;&lt;span&gt;record links&lt;/span&gt;&lt;/a&gt;&lt;span&gt; so users can learn more about related records. What orders do I have for this customer? Which user opened the support case?&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h4&gt;Record List&lt;/h4&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li&gt;&lt;span&gt;Configure your record list directly in the record type. When you create a records-powered grid, the grid will automatically populate with your record list configuration.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Do not display all fields from your record type in the list. The list is meant to give a high-level overview of the information in each record. Users can always drill into an individual record to learn more.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Add &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/filter-the-record-list.html"&gt;&lt;span&gt;user filters and a search box&lt;/span&gt;&lt;/a&gt;&lt;span&gt; to your list to allow users to filter and navigate to the appropriate record.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Consider whether to display a grid-style or feed-style list. Feed-style lists can only display the first 100 records, so if you have a larger dataset, consider a grid-style list.&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h4&gt;Record Actions&lt;/h4&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li&gt;&lt;span&gt;Configure &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/record-actions.html#record-list-actions"&gt;&lt;span&gt;record list actions&lt;/span&gt;&lt;/a&gt;&lt;span&gt; to display on the record list so users can add new records to the list.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Configure &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/record-actions.html#related-actions"&gt;&lt;span&gt;related actions&lt;/span&gt;&lt;/a&gt;&lt;span&gt; to display on your record views so users can perform specific&amp;nbsp; actions, like Edit or Delete, from the record. Each related action starts a process using the record&amp;rsquo;s context.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="record_security"&gt;&lt;img alt="Record Security" src="/resized-image/__size/712x304/__key/communityserver-wikis-components-files/00-00-00-00-46/8117.delivery_5F00_methodology_5F00_1_2D00_02.png" /&gt;&lt;span class="sr-only"&gt;Record Security&lt;/span&gt;&lt;/h2&gt;
&lt;p style="font-size:115%;"&gt;&lt;span&gt;To ensure your enterprise data is only available to the correct users, Appian provides a layered approach to securing your records. &lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/record-security.html"&gt;&lt;span&gt;Record type security:&lt;/span&gt;&lt;/a&gt;&lt;span&gt; Determine who can see and edit the record type object using groups and role maps.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/record-level-security.html"&gt;&lt;span&gt;Record-level security&lt;/span&gt;&lt;/a&gt;&lt;span&gt;: Determine who can view which records. This security option is only available for record types with data sync enabled. If your record type does not have data sync enabled, you can use default filters to determine user access.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/appian-records-security.html#record-view-security"&gt;&lt;span&gt;Record view&lt;/span&gt;&lt;/a&gt;&lt;span&gt; and &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/appian-records-security.html#record-action-security"&gt;&lt;span&gt;record action&lt;/span&gt;&lt;/a&gt;&lt;span&gt; visibility: Configure visibility expressions on your record views and record actions to determine which record views they can see and which actions they can take.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p style="font-size:115%;"&gt;&lt;span&gt;Learn more about &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/appian-records-security.html"&gt;&lt;span&gt;Security in Appian Records&lt;/span&gt;&lt;/a&gt;&lt;span&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: records, Architecture&lt;/div&gt;
</description></item><item><title>How to use Appian Records</title><link>https://community.appian.com/success/w/guide/3067/how-to-use-appian-records/revision/7</link><pubDate>Tue, 07 Feb 2023 16:50:29 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4501a618-23cf-4577-8174-bd5b74b8e4db</guid><dc:creator>joel.larin</dc:creator><comments>https://community.appian.com/success/w/guide/3067/how-to-use-appian-records#comments</comments><description>Revision 7 posted to Guide by joel.larin on 2/7/2023 4:50:29 PM&lt;br /&gt;
&lt;div style="margin:8px 16% 8px 8%;"&gt;
&lt;h2 id="skills_covered"&gt;&lt;img alt=" " src="/resized-image/__size/712x304/__key/communityserver-wikis-components-files/00-00-00-00-46/8117.delivery_5F00_methodology_5F00_1_2D00_02.png" /&gt;&lt;span class="sr-only"&gt;Skills Covered&lt;/span&gt;&lt;/h2&gt;
&lt;p style="font-size:115%;"&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Using_the_Records_Tab.html"&gt;&lt;/a&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/Record_Type_Object.html"&gt;&lt;span&gt;Appian Records&lt;/span&gt;&lt;/a&gt;&lt;span&gt; bring together all important and relevant enterprise data into a searchable collection of information. &lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;When you leverage Appian Records, each row of source data is displayed as a record in Appian. But a record is more than just a row of data&amp;mdash;it&amp;rsquo;s a combination of record views and actions, so users can gather insights and take action in the same place.&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;As such, records are a &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Records_Tutorial.html"&gt;&lt;span&gt;foundation for solutions&lt;/span&gt;&lt;/a&gt;&lt;span&gt; built in Appian.&lt;/span&gt;&lt;/p&gt;
&lt;h2 id="record_type_use_cases"&gt;&lt;img alt="Record Type Use Cases" src="/resized-image/__size/1424x608/__key/communityserver-wikis-components-files/00-00-00-00-46/flexible_5F00_processes_2D00_01.png" /&gt;&lt;span class="sr-only"&gt;Record Type Use Cases&lt;/span&gt;&lt;/h2&gt;
&lt;p style="font-size:115%;"&gt;What makes a good record type?&lt;/p&gt;
&lt;h4&gt;Ideal Use Case&lt;/h4&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li&gt;&lt;span&gt;Enable data sync whenever possible so you can leverage additional features that accelerate app development. See &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/latest/records-data-sync.html#when-to-use-data-sync"&gt;&lt;span&gt;when to use data sync.&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Create a record type for each entity in your business. &lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;For example, a customer and their orders are two key business entities in almost any organization selling products or services. So you would have two record types: a Customer record type and an Order record type.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Create a record type for reference data. For example, customer locations, like the state and country are unlikely to change and may also be referenced in orders. So you could have a reference record type called Countries or Locations.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Connect data using &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/record-type-relationships.html"&gt;&lt;span&gt;record type relationships&lt;/span&gt;&lt;/a&gt;&lt;span&gt;. Seamlessly reference related data by connecting them using relationships. For example, you can connect Customers and Orders to easily display a customer and their relevant order information.&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h4&gt;Wrong Use Case&lt;/h4&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li&gt;&lt;span&gt;Create record types based on security. You can easily secure the records in your record type using &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/latest/record-level-security.html"&gt;&lt;span&gt;record-level security&lt;/span&gt;&lt;/a&gt;&lt;span&gt;, visibility expressions, or source filters to ensure that only the right users can see the right information.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="recommended_record_design"&gt;&lt;img alt="Recommended Record Design " src="/resized-image/__size/712x304/__key/communityserver-wikis-components-files/00-00-00-00-46/8117.delivery_5F00_methodology_5F00_1_2D00_02.png" /&gt;&lt;span class="sr-only"&gt;Recommended Record Design&lt;/span&gt;&lt;/h2&gt;
&lt;p style="font-size:115%;"&gt;&lt;span&gt;When building out your record type, including the data model, record views, actions, and list, consider the following:&lt;/span&gt;&lt;/p&gt;
&lt;h4&gt;Data Model&lt;/h4&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li&gt;&lt;span&gt;A record type can connect to data from a relational database, integration, or process. So you should have a record type for each of your sources.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Use record type relationships to relate your enterprise data&amp;mdash;regardless of where it lives. This allows you to seamlessly reference related data from your base record type.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Set any username or group fields to the Appian data type User or Group. This allows you to reference these fields in your record-level security.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Create custom record fields to extend and manipulate your data and save it as a new field on the record type. This allows you to sort or filter by transformed data, or simply display it in a grid, report, or query.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Learn more about &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/latest/data-modeling-with-appian-records.html"&gt;&lt;span&gt;data modeling with Appian Records&lt;/span&gt;&lt;/a&gt;&lt;span&gt;.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h4&gt;Record Views&lt;/h4&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li&gt;&lt;span&gt;Create unique &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/record-view.html#record-title"&gt;&lt;span&gt;record titles&lt;/span&gt;&lt;/a&gt;&lt;span&gt; so they&amp;rsquo;re easily identifiable in the record list.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Display dynamic information on the top of the &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/record-view.html#configure-the-summary-view"&gt;&lt;span&gt;summary view&lt;/span&gt;&lt;/a&gt;&lt;span&gt; so users get the most recent information first. &lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;For example, a case&amp;rsquo;s status, assigned engineer, and the latest case comment would be important to have at the top of the view.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Create additional record views to display reports or related information. &lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;For example, a Case record could have a summary view to display relevant case information, and a Customer view to learn more about the customer associated with the case.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Add &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/Record_Link_Component.html"&gt;&lt;span&gt;record links&lt;/span&gt;&lt;/a&gt;&lt;span&gt; so users can learn more about related records. What orders do I have for this customer? Which user opened the support case?&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h4&gt;Record List&lt;/h4&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li&gt;&lt;span&gt;Configure your record list directly in the record type. When you create a records-powered grid, the grid will automatically populate with your record list configuration.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Do not display all fields from your record type in the list. The list is meant to give a high-level overview of the information in each record. Users can always drill into an individual record to learn more.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Add &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/filter-the-record-list.html"&gt;&lt;span&gt;user filters and a search box&lt;/span&gt;&lt;/a&gt;&lt;span&gt; to your list to allow users to filter and navigate to the appropriate record.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Consider whether to display a grid-style or feed-style list. Feed-style lists can only display the first 100 records, so if you have a larger dataset, consider a grid-style list.&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h4&gt;Record Actions&lt;/h4&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li&gt;&lt;span&gt;Configure &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/record-actions.html#record-list-actions"&gt;&lt;span&gt;record list actions&lt;/span&gt;&lt;/a&gt;&lt;span&gt; to display on the record list so users can add new records to the list.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Configure &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/record-actions.html#related-actions"&gt;&lt;span&gt;related actions&lt;/span&gt;&lt;/a&gt;&lt;span&gt; to display on your record views so users can perform specific&amp;nbsp; actions, like Edit or Delete, from the record. Each related action starts a process using the record&amp;rsquo;s context.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="record_security"&gt;&lt;img alt="Record Security" src="/resized-image/__size/712x304/__key/communityserver-wikis-components-files/00-00-00-00-46/8117.delivery_5F00_methodology_5F00_1_2D00_02.png" /&gt;&lt;span class="sr-only"&gt;Record Security&lt;/span&gt;&lt;/h2&gt;
&lt;p style="font-size:115%;"&gt;&lt;span&gt;To ensure your enterprise data is only available to the correct users, Appian provides a layered approach to securing your records. &lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/record-security.html"&gt;&lt;span&gt;Record type security:&lt;/span&gt;&lt;/a&gt;&lt;span&gt; Determine who can see and edit the record type object using groups and role maps.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/record-level-security.html"&gt;&lt;span&gt;Record-level security&lt;/span&gt;&lt;/a&gt;&lt;span&gt;: Determine who can view which records. This security option is only available for record types with data sync enabled. If your record type does not have data sync enabled, you can use default filters to determine user access.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/appian-records-security.html#record-view-security"&gt;&lt;span&gt;Record view&lt;/span&gt;&lt;/a&gt;&lt;span&gt; and &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/appian-records-security.html#record-action-security"&gt;&lt;span&gt;record action&lt;/span&gt;&lt;/a&gt;&lt;span&gt; visibility: Configure visibility expressions on your record views and record actions to determine which record views they can see and which actions they can take.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;&lt;/h2&gt;
&lt;p style="font-size:115%;"&gt;&lt;span&gt;Learn more about &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/appian-records-security.html"&gt;&lt;span&gt;Security in Appian Records&lt;/span&gt;&lt;/a&gt;&lt;span&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: records, Architecture&lt;/div&gt;
</description></item><item><title>How to use Appian Records</title><link>https://community.appian.com/success/w/guide/3067/how-to-use-appian-records/revision/6</link><pubDate>Tue, 07 Feb 2023 16:49:50 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4501a618-23cf-4577-8174-bd5b74b8e4db</guid><dc:creator>joel.larin</dc:creator><comments>https://community.appian.com/success/w/guide/3067/how-to-use-appian-records#comments</comments><description>Revision 6 posted to Guide by joel.larin on 2/7/2023 4:49:50 PM&lt;br /&gt;
&lt;div style="margin:8px 16% 8px 8%;"&gt;
&lt;h2 id="skills_covered"&gt;&lt;img alt=" " src="/resized-image/__size/712x304/__key/communityserver-wikis-components-files/00-00-00-00-46/8117.delivery_5F00_methodology_5F00_1_2D00_02.png" /&gt;&lt;span class="sr-only"&gt;Skills Covered&lt;/span&gt;&lt;/h2&gt;
&lt;p style="font-size:115%;"&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Using_the_Records_Tab.html"&gt;&lt;/a&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/Record_Type_Object.html"&gt;&lt;span&gt;Appian Records&lt;/span&gt;&lt;/a&gt;&lt;span&gt; bring together all important and relevant enterprise data into a searchable collection of information. &lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;When you leverage Appian Records, each row of source data is displayed as a record in Appian. But a record is more than just a row of data&amp;mdash;it&amp;rsquo;s a combination of record views and actions, so users can gather insights and take action in the same place.&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;As such, records are a &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Records_Tutorial.html"&gt;&lt;span&gt;foundation for solutions&lt;/span&gt;&lt;/a&gt;&lt;span&gt; built in Appian.&lt;/span&gt;&lt;/p&gt;
&lt;h2 id="record_type_use_cases"&gt;&lt;img alt="Record Type Use Cases" src="/resized-image/__size/1424x608/__key/communityserver-wikis-components-files/00-00-00-00-46/flexible_5F00_processes_2D00_01.png" /&gt;&lt;span class="sr-only"&gt;Record Type Use Cases&lt;/span&gt;&lt;/h2&gt;
&lt;p style="font-size:115%;"&gt;What makes a good record type?&lt;/p&gt;
&lt;h4&gt;Ideal Use Case&lt;/h4&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li&gt;&lt;span&gt;Enable data sync whenever possible so you can leverage additional features that accelerate app development. See &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/latest/records-data-sync.html#when-to-use-data-sync"&gt;&lt;span&gt;when to use data sync.&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Create a record type for each entity in your business. &lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;For example, a customer and their orders are two key business entities in almost any organization selling products or services. So you would have two record types: a Customer record type and an Order record type.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Create a record type for reference data. For example, customer locations, like the state and country are unlikely to change and may also be referenced in orders. So you could have a reference record type called Countries or Locations.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Connect data using &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/record-type-relationships.html"&gt;&lt;span&gt;record type relationships&lt;/span&gt;&lt;/a&gt;&lt;span&gt;. Seamlessly reference related data by connecting them using relationships. For example, you can connect Customers and Orders to easily display a customer and their relevant order information.&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h4&gt;Wrong Use Case&lt;/h4&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li&gt;&lt;span&gt;Create record types based on security. You can easily secure the records in your record type using &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/latest/record-level-security.html"&gt;&lt;span&gt;record-level security&lt;/span&gt;&lt;/a&gt;&lt;span&gt;, visibility expressions, or source filters to ensure that only the right users can see the right information.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="recommended_record_design"&gt;&lt;img alt="Recommended Record Design " src="/resized-image/__size/712x304/__key/communityserver-wikis-components-files/00-00-00-00-46/8117.delivery_5F00_methodology_5F00_1_2D00_02.png" /&gt;&lt;span class="sr-only"&gt;SRecommended Record Design&lt;/span&gt;&lt;/h2&gt;
&lt;p style="font-size:115%;"&gt;&lt;span&gt;When building out your record type, including the data model, record views, actions, and list, consider the following:&lt;/span&gt;&lt;/p&gt;
&lt;h4&gt;Data Model&lt;/h4&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li&gt;&lt;span&gt;A record type can connect to data from a relational database, integration, or process. So you should have a record type for each of your sources.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Use record type relationships to relate your enterprise data&amp;mdash;regardless of where it lives. This allows you to seamlessly reference related data from your base record type.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Set any username or group fields to the Appian data type User or Group. This allows you to reference these fields in your record-level security.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Create custom record fields to extend and manipulate your data and save it as a new field on the record type. This allows you to sort or filter by transformed data, or simply display it in a grid, report, or query.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Learn more about &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/latest/data-modeling-with-appian-records.html"&gt;&lt;span&gt;data modeling with Appian Records&lt;/span&gt;&lt;/a&gt;&lt;span&gt;.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h4&gt;Record Views&lt;/h4&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li&gt;&lt;span&gt;Create unique &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/record-view.html#record-title"&gt;&lt;span&gt;record titles&lt;/span&gt;&lt;/a&gt;&lt;span&gt; so they&amp;rsquo;re easily identifiable in the record list.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Display dynamic information on the top of the &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/record-view.html#configure-the-summary-view"&gt;&lt;span&gt;summary view&lt;/span&gt;&lt;/a&gt;&lt;span&gt; so users get the most recent information first. &lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;For example, a case&amp;rsquo;s status, assigned engineer, and the latest case comment would be important to have at the top of the view.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Create additional record views to display reports or related information. &lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;For example, a Case record could have a summary view to display relevant case information, and a Customer view to learn more about the customer associated with the case.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Add &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/Record_Link_Component.html"&gt;&lt;span&gt;record links&lt;/span&gt;&lt;/a&gt;&lt;span&gt; so users can learn more about related records. What orders do I have for this customer? Which user opened the support case?&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h4&gt;Record List&lt;/h4&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li&gt;&lt;span&gt;Configure your record list directly in the record type. When you create a records-powered grid, the grid will automatically populate with your record list configuration.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Do not display all fields from your record type in the list. The list is meant to give a high-level overview of the information in each record. Users can always drill into an individual record to learn more.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Add &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/filter-the-record-list.html"&gt;&lt;span&gt;user filters and a search box&lt;/span&gt;&lt;/a&gt;&lt;span&gt; to your list to allow users to filter and navigate to the appropriate record.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Consider whether to display a grid-style or feed-style list. Feed-style lists can only display the first 100 records, so if you have a larger dataset, consider a grid-style list.&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h4&gt;Record Actions&lt;/h4&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li&gt;&lt;span&gt;Configure &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/record-actions.html#record-list-actions"&gt;&lt;span&gt;record list actions&lt;/span&gt;&lt;/a&gt;&lt;span&gt; to display on the record list so users can add new records to the list.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Configure &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/record-actions.html#related-actions"&gt;&lt;span&gt;related actions&lt;/span&gt;&lt;/a&gt;&lt;span&gt; to display on your record views so users can perform specific&amp;nbsp; actions, like Edit or Delete, from the record. Each related action starts a process using the record&amp;rsquo;s context.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="record_security"&gt;&lt;img alt="Record Security" src="/resized-image/__size/712x304/__key/communityserver-wikis-components-files/00-00-00-00-46/8117.delivery_5F00_methodology_5F00_1_2D00_02.png" /&gt;&lt;span class="sr-only"&gt;Record Security&lt;/span&gt;&lt;/h2&gt;
&lt;p style="font-size:115%;"&gt;&lt;span&gt;To ensure your enterprise data is only available to the correct users, Appian provides a layered approach to securing your records. &lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/record-security.html"&gt;&lt;span&gt;Record type security:&lt;/span&gt;&lt;/a&gt;&lt;span&gt; Determine who can see and edit the record type object using groups and role maps.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/record-level-security.html"&gt;&lt;span&gt;Record-level security&lt;/span&gt;&lt;/a&gt;&lt;span&gt;: Determine who can view which records. This security option is only available for record types with data sync enabled. If your record type does not have data sync enabled, you can use default filters to determine user access.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/appian-records-security.html#record-view-security"&gt;&lt;span&gt;Record view&lt;/span&gt;&lt;/a&gt;&lt;span&gt; and &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/appian-records-security.html#record-action-security"&gt;&lt;span&gt;record action&lt;/span&gt;&lt;/a&gt;&lt;span&gt; visibility: Configure visibility expressions on your record views and record actions to determine which record views they can see and which actions they can take.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;&lt;/h2&gt;
&lt;p style="font-size:115%;"&gt;&lt;span&gt;Learn more about &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/appian-records-security.html"&gt;&lt;span&gt;Security in Appian Records&lt;/span&gt;&lt;/a&gt;&lt;span&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>How to use Appian Records</title><link>https://community.appian.com/success/w/guide/3067/how-to-use-appian-records/revision/5</link><pubDate>Tue, 07 Feb 2023 16:47:39 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4501a618-23cf-4577-8174-bd5b74b8e4db</guid><dc:creator>joel.larin</dc:creator><comments>https://community.appian.com/success/w/guide/3067/how-to-use-appian-records#comments</comments><description>Revision 5 posted to Guide by joel.larin on 2/7/2023 4:47:39 PM&lt;br /&gt;
&lt;div style="margin:8px 16% 8px 8%;"&gt;
&lt;h2 id="skills_covered"&gt;&lt;img alt=" " src="/resized-image/__size/712x304/__key/communityserver-wikis-components-files/00-00-00-00-46/8117.delivery_5F00_methodology_5F00_1_2D00_02.png" /&gt;&lt;span class="sr-only"&gt;Skills Covered&lt;/span&gt;&lt;/h2&gt;
&lt;p style="font-size:115%;"&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Using_the_Records_Tab.html"&gt;&lt;/a&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/Record_Type_Object.html"&gt;&lt;span&gt;Appian Records&lt;/span&gt;&lt;/a&gt;&lt;span&gt; bring together all important and relevant enterprise data into a searchable collection of information. &lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;When you leverage Appian Records, each row of source data is displayed as a record in Appian. But a record is more than just a row of data&amp;mdash;it&amp;rsquo;s a combination of record views and actions, so users can gather insights and take action in the same place.&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;As such, records are a &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Records_Tutorial.html"&gt;&lt;span&gt;foundation for solutions&lt;/span&gt;&lt;/a&gt;&lt;span&gt; built in Appian.&lt;/span&gt;&lt;/p&gt;
&lt;h2 id="record_type_use_cases"&gt;&lt;img alt="Record Type Use Cases" src="/resized-image/__size/1424x608/__key/communityserver-wikis-components-files/00-00-00-00-46/flexible_5F00_processes_2D00_01.png" /&gt;&lt;span class="sr-only"&gt;Record Type Use Cases&lt;/span&gt;&lt;/h2&gt;
&lt;p style="font-size:115%;"&gt;What makes a good record type?&lt;/p&gt;
&lt;h4&gt;Ideal Use Case&lt;/h4&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li&gt;&lt;span&gt;Enable data sync whenever possible so you can leverage additional features that accelerate app development. See &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/latest/records-data-sync.html#when-to-use-data-sync"&gt;&lt;span&gt;when to use data sync.&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Create a record type for each entity in your business. &lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;For example, a customer and their orders are two key business entities in almost any organization selling products or services. So you would have two record types: a Customer record type and an Order record type.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Create a record type for reference data. For example, customer locations, like the state and country are unlikely to change and may also be referenced in orders. So you could have a reference record type called Countries or Locations.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Connect data using &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/record-type-relationships.html"&gt;&lt;span&gt;record type relationships&lt;/span&gt;&lt;/a&gt;&lt;span&gt;. Seamlessly reference related data by connecting them using relationships. For example, you can connect Customers and Orders to easily display a customer and their relevant order information.&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h4&gt;Wrong Use Case&lt;/h4&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li&gt;&lt;span&gt;Create record types based on security. You can easily secure the records in your record type using &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/latest/record-level-security.html"&gt;&lt;span&gt;record-level security&lt;/span&gt;&lt;/a&gt;&lt;span&gt;, visibility expressions, or source filters to ensure that only the right users can see the right information.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;&lt;span&gt;Recommended Record Design&lt;/span&gt;&lt;/h2&gt;
&lt;p style="font-size:115%;"&gt;&lt;span&gt;When building out your record type, including the data model, record views, actions, and list, consider the following:&lt;/span&gt;&lt;/p&gt;
&lt;h4&gt;Data Model&lt;/h4&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li&gt;&lt;span&gt;A record type can connect to data from a relational database, integration, or process. So you should have a record type for each of your sources.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Use record type relationships to relate your enterprise data&amp;mdash;regardless of where it lives. This allows you to seamlessly reference related data from your base record type.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Set any username or group fields to the Appian data type User or Group. This allows you to reference these fields in your record-level security.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Create custom record fields to extend and manipulate your data and save it as a new field on the record type. This allows you to sort or filter by transformed data, or simply display it in a grid, report, or query.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Learn more about &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/latest/data-modeling-with-appian-records.html"&gt;&lt;span&gt;data modeling with Appian Records&lt;/span&gt;&lt;/a&gt;&lt;span&gt;.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h4&gt;Record Views&lt;/h4&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li&gt;&lt;span&gt;Create unique &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/record-view.html#record-title"&gt;&lt;span&gt;record titles&lt;/span&gt;&lt;/a&gt;&lt;span&gt; so they&amp;rsquo;re easily identifiable in the record list.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Display dynamic information on the top of the &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/record-view.html#configure-the-summary-view"&gt;&lt;span&gt;summary view&lt;/span&gt;&lt;/a&gt;&lt;span&gt; so users get the most recent information first. &lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;For example, a case&amp;rsquo;s status, assigned engineer, and the latest case comment would be important to have at the top of the view.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Create additional record views to display reports or related information. &lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;For example, a Case record could have a summary view to display relevant case information, and a Customer view to learn more about the customer associated with the case.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Add &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/Record_Link_Component.html"&gt;&lt;span&gt;record links&lt;/span&gt;&lt;/a&gt;&lt;span&gt; so users can learn more about related records. What orders do I have for this customer? Which user opened the support case?&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h4&gt;Record List&lt;/h4&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li&gt;&lt;span&gt;Configure your record list directly in the record type. When you create a records-powered grid, the grid will automatically populate with your record list configuration.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Do not display all fields from your record type in the list. The list is meant to give a high-level overview of the information in each record. Users can always drill into an individual record to learn more.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Add &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/filter-the-record-list.html"&gt;&lt;span&gt;user filters and a search box&lt;/span&gt;&lt;/a&gt;&lt;span&gt; to your list to allow users to filter and navigate to the appropriate record.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Consider whether to display a grid-style or feed-style list. Feed-style lists can only display the first 100 records, so if you have a larger dataset, consider a grid-style list.&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h4&gt;Record Actions&lt;/h4&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li&gt;&lt;span&gt;Configure &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/record-actions.html#record-list-actions"&gt;&lt;span&gt;record list actions&lt;/span&gt;&lt;/a&gt;&lt;span&gt; to display on the record list so users can add new records to the list.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Configure &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/record-actions.html#related-actions"&gt;&lt;span&gt;related actions&lt;/span&gt;&lt;/a&gt;&lt;span&gt; to display on your record views so users can perform specific&amp;nbsp; actions, like Edit or Delete, from the record. Each related action starts a process using the record&amp;rsquo;s context.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;&lt;b&gt;Secure Your Records&lt;/b&gt;&lt;/h2&gt;
&lt;p style="font-size:115%;"&gt;&lt;span&gt;To ensure your enterprise data is only available to the correct users, Appian provides a layered approach to securing your records. &lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/record-security.html"&gt;&lt;span&gt;Record type security:&lt;/span&gt;&lt;/a&gt;&lt;span&gt; Determine who can see and edit the record type object using groups and role maps.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/record-level-security.html"&gt;&lt;span&gt;Record-level security&lt;/span&gt;&lt;/a&gt;&lt;span&gt;: Determine who can view which records. This security option is only available for record types with data sync enabled. If your record type does not have data sync enabled, you can use default filters to determine user access.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/appian-records-security.html#record-view-security"&gt;&lt;span&gt;Record view&lt;/span&gt;&lt;/a&gt;&lt;span&gt; and &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/appian-records-security.html#record-action-security"&gt;&lt;span&gt;record action&lt;/span&gt;&lt;/a&gt;&lt;span&gt; visibility: Configure visibility expressions on your record views and record actions to determine which record views they can see and which actions they can take.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;&lt;/h2&gt;
&lt;p style="font-size:115%;"&gt;&lt;span&gt;Learn more about &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/appian-records-security.html"&gt;&lt;span&gt;Security in Appian Records&lt;/span&gt;&lt;/a&gt;&lt;span&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>How to use Appian Records</title><link>https://community.appian.com/success/w/guide/3067/how-to-use-appian-records/revision/4</link><pubDate>Tue, 07 Feb 2023 16:44:15 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4501a618-23cf-4577-8174-bd5b74b8e4db</guid><dc:creator>joel.larin</dc:creator><comments>https://community.appian.com/success/w/guide/3067/how-to-use-appian-records#comments</comments><description>Revision 4 posted to Guide by joel.larin on 2/7/2023 4:44:15 PM&lt;br /&gt;
&lt;div style="margin:8px 16% 8px 8%;"&gt;
&lt;h2 id="skills_covered"&gt;&lt;img alt=" " src="/resized-image/__size/712x304/__key/communityserver-wikis-components-files/00-00-00-00-46/8117.delivery_5F00_methodology_5F00_1_2D00_02.png" /&gt;&lt;span class="sr-only"&gt;Skills Covered&lt;/span&gt;&lt;/h2&gt;
&lt;p style="font-size:115%;"&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Using_the_Records_Tab.html"&gt;&lt;/a&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/Record_Type_Object.html"&gt;&lt;span&gt;Appian Records&lt;/span&gt;&lt;/a&gt;&lt;span&gt; bring together all important and relevant enterprise data into a searchable collection of information. &lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;When you leverage Appian Records, each row of source data is displayed as a record in Appian. But a record is more than just a row of data&amp;mdash;it&amp;rsquo;s a combination of record views and actions, so users can gather insights and take action in the same place.&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;As such, records are a &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Records_Tutorial.html"&gt;&lt;span&gt;foundation for solutions&lt;/span&gt;&lt;/a&gt;&lt;span&gt; built in Appian.&lt;/span&gt;&lt;/p&gt;
&lt;h2 id="record_type_use_cases"&gt;&lt;img alt="Record Type Use Cases" src="/resized-image/__size/1424x608/__key/communityserver-wikis-components-files/00-00-00-00-46/flexible_5F00_processes_2D00_01.png" /&gt;&lt;span class="sr-only"&gt;Record Type Use Cases&lt;/span&gt;&lt;/h2&gt;
&lt;p style="font-size:115%;"&gt;What makes a good record type?&lt;/p&gt;
&lt;h4&gt;Ideal Use Case&lt;/h4&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li&gt;&lt;span&gt;Enable data sync whenever possible so you can leverage additional features that accelerate app development. See &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/latest/records-data-sync.html#when-to-use-data-sync"&gt;&lt;span&gt;when to use data sync.&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Create a record type for each entity in your business. &lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;For example, a customer and their orders are two key business entities in almost any organization selling products or services. So you would have two record types: a Customer record type and an Order record type.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Create a record type for reference data. For example, customer locations, like the state and country are unlikely to change and may also be referenced in orders. So you could have a reference record type called Countries or Locations.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Connect data using &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/record-type-relationships.html"&gt;&lt;span&gt;record type relationships&lt;/span&gt;&lt;/a&gt;&lt;span&gt;. Seamlessly reference related data by connecting them using relationships. For example, you can connect Customers and Orders to easily display a customer and their relevant order information.&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h4&gt;Wrong Use Case&lt;/h4&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li&gt;&lt;span&gt;Create record types based on security. You can easily secure the records in your record type using &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/latest/record-level-security.html"&gt;&lt;span&gt;record-level security&lt;/span&gt;&lt;/a&gt;&lt;span&gt;, visibility expressions, or source filters to ensure that only the right users can see the right information.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;&lt;span&gt;Recommended Record Design&lt;/span&gt;&lt;/h2&gt;
&lt;p style="font-size:115%;"&gt;&lt;span&gt;When building out your record type, including the data model, record views, actions, and list, consider the following:&lt;/span&gt;&lt;/p&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li&gt;&lt;b&gt;&lt;i&gt;Data model&lt;/i&gt;&lt;/b&gt;&lt;span&gt;:&lt;/span&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li&gt;&lt;span&gt;A record type can connect to data from a relational database, integration, or process. So you should have a record type for each of your sources.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Use record type relationships to relate your enterprise data&amp;mdash;regardless of where it lives. This allows you to seamlessly reference related data from your base record type.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Set any username or group fields to the Appian data type User or Group. This allows you to reference these fields in your record-level security.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Create custom record fields to extend and manipulate your data and save it as a new field on the record type. This allows you to sort or filter by transformed data, or simply display it in a grid, report, or query.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Learn more about &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/latest/data-modeling-with-appian-records.html"&gt;&lt;span&gt;data modeling with Appian Records&lt;/span&gt;&lt;/a&gt;&lt;span&gt;.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;b&gt;&lt;i&gt;Record views&lt;/i&gt;&lt;/b&gt;&lt;span&gt;:&amp;nbsp;&lt;/span&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li&gt;&lt;span&gt;Create unique &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/record-view.html#record-title"&gt;&lt;span&gt;record titles&lt;/span&gt;&lt;/a&gt;&lt;span&gt; so they&amp;rsquo;re easily identifiable in the record list.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Display dynamic information on the top of the &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/record-view.html#configure-the-summary-view"&gt;&lt;span&gt;summary view&lt;/span&gt;&lt;/a&gt;&lt;span&gt; so users get the most recent information first. &lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;For example, a case&amp;rsquo;s status, assigned engineer, and the latest case comment would be important to have at the top of the view.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Create additional record views to display reports or related information. &lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;For example, a Case record could have a summary view to display relevant case information, and a Customer view to learn more about the customer associated with the case.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Add &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/Record_Link_Component.html"&gt;&lt;span&gt;record links&lt;/span&gt;&lt;/a&gt;&lt;span&gt; so users can learn more about related records. What orders do I have for this customer? Which user opened the support case?&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;b&gt;&lt;i&gt;Record list&lt;/i&gt;&lt;/b&gt;&lt;span&gt;:&lt;/span&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li&gt;&lt;span&gt;Configure your record list directly in the record type. When you create a records-powered grid, the grid will automatically populate with your record list configuration.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Do not display all fields from your record type in the list. The list is meant to give a high-level overview of the information in each record. Users can always drill into an individual record to learn more.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Add &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/filter-the-record-list.html"&gt;&lt;span&gt;user filters and a search box&lt;/span&gt;&lt;/a&gt;&lt;span&gt; to your list to allow users to filter and navigate to the appropriate record.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Consider whether to display a grid-style or feed-style list. Feed-style lists can only display the first 100 records, so if you have a larger dataset, consider a grid-style list.&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;i&gt;Record actions&lt;/i&gt;&lt;/b&gt;&lt;span&gt;:&lt;/span&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li&gt;&lt;span&gt;Configure &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/record-actions.html#record-list-actions"&gt;&lt;span&gt;record list actions&lt;/span&gt;&lt;/a&gt;&lt;span&gt; to display on the record list so users can add new records to the list.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Configure &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/record-actions.html#related-actions"&gt;&lt;span&gt;related actions&lt;/span&gt;&lt;/a&gt;&lt;span&gt; to display on your record views so users can perform specific&amp;nbsp; actions, like Edit or Delete, from the record. Each related action starts a process using the record&amp;rsquo;s context.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;&lt;b&gt;Secure Your Records&lt;/b&gt;&lt;/h2&gt;
&lt;p style="font-size:115%;"&gt;&lt;span&gt;To ensure your enterprise data is only available to the correct users, Appian provides a layered approach to securing your records. &lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/record-security.html"&gt;&lt;span&gt;Record type security:&lt;/span&gt;&lt;/a&gt;&lt;span&gt; Determine who can see and edit the record type object using groups and role maps.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/record-level-security.html"&gt;&lt;span&gt;Record-level security&lt;/span&gt;&lt;/a&gt;&lt;span&gt;: Determine who can view which records. This security option is only available for record types with data sync enabled. If your record type does not have data sync enabled, you can use default filters to determine user access.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/appian-records-security.html#record-view-security"&gt;&lt;span&gt;Record view&lt;/span&gt;&lt;/a&gt;&lt;span&gt; and &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/appian-records-security.html#record-action-security"&gt;&lt;span&gt;record action&lt;/span&gt;&lt;/a&gt;&lt;span&gt; visibility: Configure visibility expressions on your record views and record actions to determine which record views they can see and which actions they can take.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;&lt;/h2&gt;
&lt;p style="font-size:115%;"&gt;&lt;span&gt;Learn more about &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/appian-records-security.html"&gt;&lt;span&gt;Security in Appian Records&lt;/span&gt;&lt;/a&gt;&lt;span&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>How to use Appian Records</title><link>https://community.appian.com/success/w/guide/3067/how-to-use-appian-records/revision/3</link><pubDate>Tue, 07 Feb 2023 16:43:18 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4501a618-23cf-4577-8174-bd5b74b8e4db</guid><dc:creator>joel.larin</dc:creator><comments>https://community.appian.com/success/w/guide/3067/how-to-use-appian-records#comments</comments><description>Revision 3 posted to Guide by joel.larin on 2/7/2023 4:43:18 PM&lt;br /&gt;
&lt;div style="margin:8px 16% 8px 8%;"&gt;
&lt;h2 id="skills_covered"&gt;&lt;img alt=" " src="/resized-image/__size/712x304/__key/communityserver-wikis-components-files/00-00-00-00-46/8117.delivery_5F00_methodology_5F00_1_2D00_02.png" /&gt;&lt;span class="sr-only"&gt;Skills Covered&lt;/span&gt;&lt;/h2&gt;
&lt;p style="font-size:115%;"&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Using_the_Records_Tab.html"&gt;&lt;/a&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/Record_Type_Object.html"&gt;&lt;span style="font-weight:400;"&gt;Appian Records&lt;/span&gt;&lt;/a&gt;&lt;span style="font-weight:400;"&gt; bring together all important and relevant enterprise data into a searchable collection of information. &lt;/span&gt;&lt;span style="font-weight:400;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-weight:400;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-weight:400;"&gt;When you leverage Appian Records, each row of source data is displayed as a record in Appian. But a record is more than just a row of data&amp;mdash;it&amp;rsquo;s a combination of record views and actions, so users can gather insights and take action in the same place.&lt;/span&gt;&lt;span style="font-weight:400;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-weight:400;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-weight:400;"&gt;As such, records are a &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Records_Tutorial.html"&gt;&lt;span style="font-weight:400;"&gt;foundation for solutions&lt;/span&gt;&lt;/a&gt;&lt;span style="font-weight:400;"&gt; built in Appian.&lt;/span&gt;&lt;/p&gt;
&lt;h2 id="record_type_use_cases"&gt;&lt;img alt="Record Type Use Cases" src="/resized-image/__size/1424x608/__key/communityserver-wikis-components-files/00-00-00-00-46/flexible_5F00_processes_2D00_01.png" /&gt;&lt;span class="sr-only"&gt;Record Type Use Cases&lt;/span&gt;&lt;/h2&gt;
&lt;p style="font-size:115%;"&gt;What makes a good record type?&lt;/p&gt;
&lt;h4&gt;Ideal Use Case&lt;/h4&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li&gt;&lt;span style="font-weight:400;"&gt;Enable data sync whenever possible so you can leverage additional features that accelerate app development. See &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/latest/records-data-sync.html#when-to-use-data-sync"&gt;&lt;span style="font-weight:400;"&gt;when to use data sync.&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-weight:400;"&gt;Create a record type for each entity in your business. &lt;/span&gt;&lt;span style="font-weight:400;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-weight:400;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-weight:400;"&gt;For example, a customer and their orders are two key business entities in almost any organization selling products or services. So you would have two record types: a Customer record type and an Order record type.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-weight:400;"&gt;Create a record type for reference data. For example, customer locations, like the state and country are unlikely to change and may also be referenced in orders. So you could have a reference record type called Countries or Locations.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-weight:400;"&gt;Connect data using &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/record-type-relationships.html"&gt;&lt;span style="font-weight:400;"&gt;record type relationships&lt;/span&gt;&lt;/a&gt;&lt;span style="font-weight:400;"&gt;. Seamlessly reference related data by connecting them using relationships. For example, you can connect Customers and Orders to easily display a customer and their relevant order information.&lt;/span&gt;&lt;span style="font-weight:400;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h4&gt;Wrong Use Case&lt;/h4&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li&gt;&lt;span style="font-weight:400;"&gt;Create record types based on security. You can easily secure the records in your record type using &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/latest/record-level-security.html"&gt;&lt;span style="font-weight:400;"&gt;record-level security&lt;/span&gt;&lt;/a&gt;&lt;span style="font-weight:400;"&gt;, visibility expressions, or source filters to ensure that only the right users can see the right information.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;&lt;span style="font-weight:400;"&gt;Recommended Record Design&lt;/span&gt;&lt;/h2&gt;
&lt;p style="font-size:115%;"&gt;&lt;span style="font-weight:400;"&gt;When building out your record type, including the data model, record views, actions, and list, consider the following:&lt;/span&gt;&lt;/p&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li&gt;&lt;b&gt;&lt;i&gt;Data model&lt;/i&gt;&lt;/b&gt;&lt;span style="font-weight:400;"&gt;:&lt;/span&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li&gt;&lt;span style="font-weight:400;"&gt;A record type can connect to data from a relational database, integration, or process. So you should have a record type for each of your sources.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-weight:400;"&gt;Use record type relationships to relate your enterprise data&amp;mdash;regardless of where it lives. This allows you to seamlessly reference related data from your base record type.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-weight:400;"&gt;Set any username or group fields to the Appian data type User or Group. This allows you to reference these fields in your record-level security.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-weight:400;"&gt;Create custom record fields to extend and manipulate your data and save it as a new field on the record type. This allows you to sort or filter by transformed data, or simply display it in a grid, report, or query.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-weight:400;"&gt;Learn more about &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/latest/data-modeling-with-appian-records.html"&gt;&lt;span style="font-weight:400;"&gt;data modeling with Appian Records&lt;/span&gt;&lt;/a&gt;&lt;span style="font-weight:400;"&gt;.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;span style="font-weight:400;"&gt;&amp;nbsp;&lt;/span&gt;&lt;b&gt;&lt;i&gt;Record views&lt;/i&gt;&lt;/b&gt;&lt;span style="font-weight:400;"&gt;:&amp;nbsp;&lt;/span&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li&gt;&lt;span style="font-weight:400;"&gt;Create unique &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/record-view.html#record-title"&gt;&lt;span style="font-weight:400;"&gt;record titles&lt;/span&gt;&lt;/a&gt;&lt;span style="font-weight:400;"&gt; so they&amp;rsquo;re easily identifiable in the record list.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-weight:400;"&gt;Display dynamic information on the top of the &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/record-view.html#configure-the-summary-view"&gt;&lt;span style="font-weight:400;"&gt;summary view&lt;/span&gt;&lt;/a&gt;&lt;span style="font-weight:400;"&gt; so users get the most recent information first. &lt;/span&gt;&lt;span style="font-weight:400;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-weight:400;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-weight:400;"&gt;For example, a case&amp;rsquo;s status, assigned engineer, and the latest case comment would be important to have at the top of the view.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-weight:400;"&gt;Create additional record views to display reports or related information. &lt;/span&gt;&lt;span style="font-weight:400;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-weight:400;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-weight:400;"&gt;For example, a Case record could have a summary view to display relevant case information, and a Customer view to learn more about the customer associated with the case.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-weight:400;"&gt;Add &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/Record_Link_Component.html"&gt;&lt;span style="font-weight:400;"&gt;record links&lt;/span&gt;&lt;/a&gt;&lt;span style="font-weight:400;"&gt; so users can learn more about related records. What orders do I have for this customer? Which user opened the support case?&lt;/span&gt;&lt;span style="font-weight:400;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;span style="font-weight:400;"&gt;&amp;nbsp;&lt;/span&gt;&lt;b&gt;&lt;i&gt;Record list&lt;/i&gt;&lt;/b&gt;&lt;span style="font-weight:400;"&gt;:&lt;/span&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li&gt;&lt;span style="font-weight:400;"&gt;Configure your record list directly in the record type. When you create a records-powered grid, the grid will automatically populate with your record list configuration.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-weight:400;"&gt;Do not display all fields from your record type in the list. The list is meant to give a high-level overview of the information in each record. Users can always drill into an individual record to learn more.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-weight:400;"&gt;Add &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/filter-the-record-list.html"&gt;&lt;span style="font-weight:400;"&gt;user filters and a search box&lt;/span&gt;&lt;/a&gt;&lt;span style="font-weight:400;"&gt; to your list to allow users to filter and navigate to the appropriate record.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-weight:400;"&gt;Consider whether to display a grid-style or feed-style list. Feed-style lists can only display the first 100 records, so if you have a larger dataset, consider a grid-style list.&lt;/span&gt;&lt;span style="font-weight:400;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;i&gt;Record actions&lt;/i&gt;&lt;/b&gt;&lt;span style="font-weight:400;"&gt;:&lt;/span&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li&gt;&lt;span style="font-weight:400;"&gt;Configure &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/record-actions.html#record-list-actions"&gt;&lt;span style="font-weight:400;"&gt;record list actions&lt;/span&gt;&lt;/a&gt;&lt;span style="font-weight:400;"&gt; to display on the record list so users can add new records to the list.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-weight:400;"&gt;Configure &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/record-actions.html#related-actions"&gt;&lt;span style="font-weight:400;"&gt;related actions&lt;/span&gt;&lt;/a&gt;&lt;span style="font-weight:400;"&gt; to display on your record views so users can perform specific&amp;nbsp; actions, like Edit or Delete, from the record. Each related action starts a process using the record&amp;rsquo;s context.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;&lt;b&gt;Secure Your Records&lt;/b&gt;&lt;/h2&gt;
&lt;p style="font-size:115%;"&gt;&lt;span style="font-weight:400;"&gt;To ensure your enterprise data is only available to the correct users, Appian provides a layered approach to securing your records. &lt;/span&gt;&lt;span style="font-weight:400;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/record-security.html"&gt;&lt;span style="font-weight:400;"&gt;Record type security:&lt;/span&gt;&lt;/a&gt;&lt;span style="font-weight:400;"&gt; Determine who can see and edit the record type object using groups and role maps.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/record-level-security.html"&gt;&lt;span style="font-weight:400;"&gt;Record-level security&lt;/span&gt;&lt;/a&gt;&lt;span style="font-weight:400;"&gt;: Determine who can view which records. This security option is only available for record types with data sync enabled. If your record type does not have data sync enabled, you can use default filters to determine user access.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/appian-records-security.html#record-view-security"&gt;&lt;span style="font-weight:400;"&gt;Record view&lt;/span&gt;&lt;/a&gt;&lt;span style="font-weight:400;"&gt; and &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/appian-records-security.html#record-action-security"&gt;&lt;span style="font-weight:400;"&gt;record action&lt;/span&gt;&lt;/a&gt;&lt;span style="font-weight:400;"&gt; visibility: Configure visibility expressions on your record views and record actions to determine which record views they can see and which actions they can take.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;&lt;/h2&gt;
&lt;p style="font-size:115%;"&gt;&lt;span style="font-weight:400;"&gt;Learn more about &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/appian-records-security.html"&gt;&lt;span style="font-weight:400;"&gt;Security in Appian Records&lt;/span&gt;&lt;/a&gt;&lt;span style="font-weight:400;"&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>How to use Appian Records</title><link>https://community.appian.com/success/w/guide/3067/how-to-use-appian-records/revision/2</link><pubDate>Tue, 07 Feb 2023 16:41:00 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4501a618-23cf-4577-8174-bd5b74b8e4db</guid><dc:creator>joel.larin</dc:creator><comments>https://community.appian.com/success/w/guide/3067/how-to-use-appian-records#comments</comments><description>Revision 2 posted to Guide by joel.larin on 2/7/2023 4:41:00 PM&lt;br /&gt;
&lt;div style="margin:8px 16% 8px 8%;"&gt;
&lt;h2 id="skills_covered"&gt;&lt;img alt=" " src="/resized-image/__size/712x304/__key/communityserver-wikis-components-files/00-00-00-00-46/8117.delivery_5F00_methodology_5F00_1_2D00_02.png" /&gt;&lt;span class="sr-only"&gt;Skills Covered&lt;/span&gt;&lt;/h2&gt;
&lt;p style="font-size:115%;"&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Using_the_Records_Tab.html"&gt;&lt;/a&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/Record_Type_Object.html"&gt;&lt;span style="font-weight:400;"&gt;Appian Records&lt;/span&gt;&lt;/a&gt;&lt;span style="font-weight:400;"&gt; bring together all important and relevant enterprise data into a searchable collection of information. &lt;/span&gt;&lt;span style="font-weight:400;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-weight:400;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-weight:400;"&gt;When you leverage Appian Records, each row of source data is displayed as a record in Appian. But a record is more than just a row of data&amp;mdash;it&amp;rsquo;s a combination of record views and actions, so users can gather insights and take action in the same place.&lt;/span&gt;&lt;span style="font-weight:400;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-weight:400;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-weight:400;"&gt;As such, records are a &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Records_Tutorial.html"&gt;&lt;span style="font-weight:400;"&gt;foundation for solutions&lt;/span&gt;&lt;/a&gt;&lt;span style="font-weight:400;"&gt; built in Appian.&lt;/span&gt;&lt;/p&gt;
&lt;h2 id="record_type_use_cases"&gt;&lt;img alt="Record Type Use Cases" src="/resized-image/__size/1424x608/__key/communityserver-wikis-components-files/00-00-00-00-46/flexible_5F00_processes_2D00_01.png" /&gt;&lt;span class="sr-only"&gt;Record Type Use Cases&lt;/span&gt;&lt;/h2&gt;
&lt;p style="font-size:115%;"&gt;What makes a good record type?&lt;/p&gt;
&lt;h4&gt;Ideal Use Case&lt;/h4&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Enable data sync whenever possible so you can leverage additional features that accelerate app development. See &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/latest/records-data-sync.html#when-to-use-data-sync"&gt;&lt;span style="font-weight:400;"&gt;when to use data sync.&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Create a record type for each entity in your business. &lt;/span&gt;&lt;span style="font-weight:400;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-weight:400;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-weight:400;"&gt;For example, a customer and their orders are two key business entities in almost any organization selling products or services. So you would have two record types: a Customer record type and an Order record type.&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Create a record type for reference data. For example, customer locations, like the state and country are unlikely to change and may also be referenced in orders. So you could have a reference record type called Countries or Locations.&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Connect data using &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/record-type-relationships.html"&gt;&lt;span style="font-weight:400;"&gt;record type relationships&lt;/span&gt;&lt;/a&gt;&lt;span style="font-weight:400;"&gt;. Seamlessly reference related data by connecting them using relationships. For example, you can connect Customers and Orders to easily display a customer and their relevant order information.&lt;/span&gt;&lt;span style="font-weight:400;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h4&gt;Wrong Use Case&lt;/h4&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Create record types based on security. You can easily secure the records in your record type using &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/latest/record-level-security.html"&gt;&lt;span style="font-weight:400;"&gt;record-level security&lt;/span&gt;&lt;/a&gt;&lt;span style="font-weight:400;"&gt;, visibility expressions, or source filters to ensure that only the right users can see the right information.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;&lt;span style="font-weight:400;"&gt;Recommended Record Design&lt;/span&gt;&lt;/h2&gt;
&lt;p style="font-size:115%;"&gt;&lt;span style="font-weight:400;"&gt;When building out your record type, including the data model, record views, actions, and list, consider the following:&lt;/span&gt;&lt;/p&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li style="font-weight:400;"&gt;&lt;b&gt;&lt;i&gt;Data model&lt;/i&gt;&lt;/b&gt;&lt;span style="font-weight:400;"&gt;:&lt;/span&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;A record type can connect to data from a relational database, integration, or process. So you should have a record type for each of your sources.&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Use record type relationships to relate your enterprise data&amp;mdash;regardless of where it lives. This allows you to seamlessly reference related data from your base record type.&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Set any username or group fields to the Appian data type User or Group. This allows you to reference these fields in your record-level security.&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Create custom record fields to extend and manipulate your data and save it as a new field on the record type. This allows you to sort or filter by transformed data, or simply display it in a grid, report, or query.&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Learn more about &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/latest/data-modeling-with-appian-records.html"&gt;&lt;span style="font-weight:400;"&gt;data modeling with Appian Records&lt;/span&gt;&lt;/a&gt;&lt;span style="font-weight:400;"&gt;.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;&amp;nbsp;&lt;/span&gt;&lt;b&gt;&lt;i&gt;Record views&lt;/i&gt;&lt;/b&gt;&lt;span style="font-weight:400;"&gt;:&amp;nbsp;&lt;/span&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Create unique &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/record-view.html#record-title"&gt;&lt;span style="font-weight:400;"&gt;record titles&lt;/span&gt;&lt;/a&gt;&lt;span style="font-weight:400;"&gt; so they&amp;rsquo;re easily identifiable in the record list.&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Display dynamic information on the top of the &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/record-view.html#configure-the-summary-view"&gt;&lt;span style="font-weight:400;"&gt;summary view&lt;/span&gt;&lt;/a&gt;&lt;span style="font-weight:400;"&gt; so users get the most recent information first. &lt;/span&gt;&lt;span style="font-weight:400;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-weight:400;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-weight:400;"&gt;For example, a case&amp;rsquo;s status, assigned engineer, and the latest case comment would be important to have at the top of the view.&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Create additional record views to display reports or related information. &lt;/span&gt;&lt;span style="font-weight:400;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-weight:400;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-weight:400;"&gt;For example, a Case record could have a summary view to display relevant case information, and a Customer view to learn more about the customer associated with the case.&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Add &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/Record_Link_Component.html"&gt;&lt;span style="font-weight:400;"&gt;record links&lt;/span&gt;&lt;/a&gt;&lt;span style="font-weight:400;"&gt; so users can learn more about related records. What orders do I have for this customer? Which user opened the support case?&lt;/span&gt;&lt;span style="font-weight:400;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;&amp;nbsp;&lt;/span&gt;&lt;b&gt;&lt;i&gt;Record list&lt;/i&gt;&lt;/b&gt;&lt;span style="font-weight:400;"&gt;:&lt;/span&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Configure your record list directly in the record type. When you create a records-powered grid, the grid will automatically populate with your record list configuration.&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Do not display all fields from your record type in the list. The list is meant to give a high-level overview of the information in each record. Users can always drill into an individual record to learn more.&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Add &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/filter-the-record-list.html"&gt;&lt;span style="font-weight:400;"&gt;user filters and a search box&lt;/span&gt;&lt;/a&gt;&lt;span style="font-weight:400;"&gt; to your list to allow users to filter and navigate to the appropriate record.&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Consider whether to display a grid-style or feed-style list. Feed-style lists can only display the first 100 records, so if you have a larger dataset, consider a grid-style list.&lt;/span&gt;&lt;span style="font-weight:400;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;b&gt;&lt;i&gt;Record actions&lt;/i&gt;&lt;/b&gt;&lt;span style="font-weight:400;"&gt;:&lt;/span&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Configure &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/record-actions.html#record-list-actions"&gt;&lt;span style="font-weight:400;"&gt;record list actions&lt;/span&gt;&lt;/a&gt;&lt;span style="font-weight:400;"&gt; to display on the record list so users can add new records to the list.&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Configure &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/record-actions.html#related-actions"&gt;&lt;span style="font-weight:400;"&gt;related actions&lt;/span&gt;&lt;/a&gt;&lt;span style="font-weight:400;"&gt; to display on your record views so users can perform specific&amp;nbsp; actions, like Edit or Delete, from the record. Each related action starts a process using the record&amp;rsquo;s context.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;&lt;b&gt;Secure Your Records&lt;/b&gt;&lt;/h2&gt;
&lt;p style="font-size:115%;"&gt;&lt;span style="font-weight:400;"&gt;To ensure your enterprise data is only available to the correct users, Appian provides a layered approach to securing your records. &lt;/span&gt;&lt;span style="font-weight:400;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li style="font-weight:400;"&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/record-security.html"&gt;&lt;span style="font-weight:400;"&gt;Record type security:&lt;/span&gt;&lt;/a&gt;&lt;span style="font-weight:400;"&gt; Determine who can see and edit the record type object using groups and role maps.&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/record-level-security.html"&gt;&lt;span style="font-weight:400;"&gt;Record-level security&lt;/span&gt;&lt;/a&gt;&lt;span style="font-weight:400;"&gt;: Determine who can view which records. This security option is only available for record types with data sync enabled. If your record type does not have data sync enabled, you can use default filters to determine user access.&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/appian-records-security.html#record-view-security"&gt;&lt;span style="font-weight:400;"&gt;Record view&lt;/span&gt;&lt;/a&gt;&lt;span style="font-weight:400;"&gt; and &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/appian-records-security.html#record-action-security"&gt;&lt;span style="font-weight:400;"&gt;record action&lt;/span&gt;&lt;/a&gt;&lt;span style="font-weight:400;"&gt; visibility: Configure visibility expressions on your record views and record actions to determine which record views they can see and which actions they can take.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;&lt;/h2&gt;
&lt;p style="font-size:115%;"&gt;&lt;span style="font-weight:400;"&gt;Learn more about &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/appian-records-security.html"&gt;&lt;span style="font-weight:400;"&gt;Security in Appian Records&lt;/span&gt;&lt;/a&gt;&lt;span style="font-weight:400;"&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>How to use Appian Records</title><link>https://community.appian.com/success/w/guide/3067/how-to-use-appian-records/revision/1</link><pubDate>Tue, 07 Feb 2023 16:33:03 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4501a618-23cf-4577-8174-bd5b74b8e4db</guid><dc:creator>joel.larin</dc:creator><comments>https://community.appian.com/success/w/guide/3067/how-to-use-appian-records#comments</comments><description>Revision 1 posted to Guide by joel.larin on 2/7/2023 4:33:03 PM&lt;br /&gt;
&lt;div style="margin:8px 16% 8px 8%;"&gt;
&lt;h2 id="skills_covered"&gt;&lt;img alt=" " src="/resized-image/__size/712x304/__key/communityserver-wikis-components-files/00-00-00-00-46/8117.delivery_5F00_methodology_5F00_1_2D00_02.png" /&gt;&lt;span class="sr-only"&gt;Skills Covered&lt;/span&gt;&lt;/h2&gt;
&lt;p style="font-size:115%;"&gt;&lt;span style="font-weight:400;"&gt;This&amp;nbsp;article outlines how to make flexible, reusable, and dynamic workflows in Appian in an effort to make design, maintenance, and change management easy.&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-size:115%;"&gt;&lt;span style="font-weight:400;"&gt;&lt;a href="/success/w/article/3048/creating-memory-efficient-models"&gt;Creating Memory Efficient Models &lt;/a&gt;covers many useful strategies for designing process models that follow best practices. This article&amp;nbsp;will dive deeper into design patterns that will assist with creating workflows with many sequential steps. Creating an entire workflow into a single process model has negative memory implications, is difficult to maintain, and can result in backwards compatibility issues for future releases. Below are some strategies for designing processes that alleviate those risks.&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-size:115%;"&gt;&lt;span style="font-weight:400;"&gt;This type of design can be used for all applications whether they are data-centric or focus more on a linear task-based workflow.&lt;/span&gt;&lt;/p&gt;
&lt;h2 id="legacy_design_pattern"&gt;&lt;img alt="Legacy Design Pattern" src="/resized-image/__size/1424x608/__key/communityserver-wikis-components-files/00-00-00-00-46/flexible_5F00_processes_2D00_01.png" /&gt;&lt;span class="sr-only"&gt;Legacy Design Pattern&lt;/span&gt;&lt;/h2&gt;
&lt;p style="font-size:115%;"&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Using_the_Records_Tab.html"&gt;&lt;/a&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/Record_Type_Object.html"&gt;&lt;span style="font-weight:400;"&gt;Appian Records&lt;/span&gt;&lt;/a&gt;&lt;span style="font-weight:400;"&gt; bring together all important and relevant enterprise data into a searchable collection of information. &lt;/span&gt;&lt;span style="font-weight:400;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-weight:400;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-weight:400;"&gt;When you leverage Appian Records, each row of source data is displayed as a record in Appian. But a record is more than just a row of data&amp;mdash;it&amp;rsquo;s a combination of record views and actions, so users can gather insights and take action in the same place.&lt;/span&gt;&lt;span style="font-weight:400;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-weight:400;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-weight:400;"&gt;As such, records are a &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Records_Tutorial.html"&gt;&lt;span style="font-weight:400;"&gt;foundation for solutions&lt;/span&gt;&lt;/a&gt;&lt;span style="font-weight:400;"&gt; built in Appian.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span style="font-weight:400;"&gt;What makes a good record type?&lt;/span&gt;&lt;/h2&gt;
&lt;p style="font-size:115%;"&gt;&lt;b&gt;Do&lt;/b&gt;&lt;/p&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Enable data sync whenever possible so you can leverage additional features that accelerate app development. See &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/latest/records-data-sync.html#when-to-use-data-sync"&gt;&lt;span style="font-weight:400;"&gt;when to use data sync.&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Create a record type for each entity in your business. &lt;/span&gt;&lt;span style="font-weight:400;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-weight:400;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-weight:400;"&gt;For example, a customer and their orders are two key business entities in almost any organization selling products or services. So you would have two record types: a Customer record type and an Order record type.&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Create a record type for reference data. For example, customer locations, like the state and country are unlikely to change and may also be referenced in orders. So you could have a reference record type called Countries or Locations.&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Connect data using &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/record-type-relationships.html"&gt;&lt;span style="font-weight:400;"&gt;record type relationships&lt;/span&gt;&lt;/a&gt;&lt;span style="font-weight:400;"&gt;. Seamlessly reference related data by connecting them using relationships. For example, you can connect Customers and Orders to easily display a customer and their relevant order information.&lt;/span&gt;&lt;span style="font-weight:400;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p style="font-size:115%;"&gt;&lt;b&gt;Don&amp;#39;t&lt;/b&gt;&lt;/p&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Create record types based on security. You can easily secure the records in your record type using &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/latest/record-level-security.html"&gt;&lt;span style="font-weight:400;"&gt;record-level security&lt;/span&gt;&lt;/a&gt;&lt;span style="font-weight:400;"&gt;, visibility expressions, or source filters to ensure that only the right users can see the right information.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;&lt;span style="font-weight:400;"&gt;Recommended Record Design&lt;/span&gt;&lt;/h2&gt;
&lt;p style="font-size:115%;"&gt;&lt;span style="font-weight:400;"&gt;When building out your record type, including the data model, record views, actions, and list, consider the following:&lt;/span&gt;&lt;/p&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li style="font-weight:400;"&gt;&lt;b&gt;&lt;i&gt;Data model&lt;/i&gt;&lt;/b&gt;&lt;span style="font-weight:400;"&gt;:&lt;/span&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;A record type can connect to data from a relational database, integration, or process. So you should have a record type for each of your sources.&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Use record type relationships to relate your enterprise data&amp;mdash;regardless of where it lives. This allows you to seamlessly reference related data from your base record type.&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Set any username or group fields to the Appian data type User or Group. This allows you to reference these fields in your record-level security.&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Create custom record fields to extend and manipulate your data and save it as a new field on the record type. This allows you to sort or filter by transformed data, or simply display it in a grid, report, or query.&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Learn more about &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/latest/data-modeling-with-appian-records.html"&gt;&lt;span style="font-weight:400;"&gt;data modeling with Appian Records&lt;/span&gt;&lt;/a&gt;&lt;span style="font-weight:400;"&gt;.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;&amp;nbsp;&lt;/span&gt;&lt;b&gt;&lt;i&gt;Record views&lt;/i&gt;&lt;/b&gt;&lt;span style="font-weight:400;"&gt;:&amp;nbsp;&lt;/span&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Create unique &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/record-view.html#record-title"&gt;&lt;span style="font-weight:400;"&gt;record titles&lt;/span&gt;&lt;/a&gt;&lt;span style="font-weight:400;"&gt; so they&amp;rsquo;re easily identifiable in the record list.&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Display dynamic information on the top of the &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/record-view.html#configure-the-summary-view"&gt;&lt;span style="font-weight:400;"&gt;summary view&lt;/span&gt;&lt;/a&gt;&lt;span style="font-weight:400;"&gt; so users get the most recent information first. &lt;/span&gt;&lt;span style="font-weight:400;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-weight:400;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-weight:400;"&gt;For example, a case&amp;rsquo;s status, assigned engineer, and the latest case comment would be important to have at the top of the view.&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Create additional record views to display reports or related information. &lt;/span&gt;&lt;span style="font-weight:400;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-weight:400;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-weight:400;"&gt;For example, a Case record could have a summary view to display relevant case information, and a Customer view to learn more about the customer associated with the case.&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Add &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/Record_Link_Component.html"&gt;&lt;span style="font-weight:400;"&gt;record links&lt;/span&gt;&lt;/a&gt;&lt;span style="font-weight:400;"&gt; so users can learn more about related records. What orders do I have for this customer? Which user opened the support case?&lt;/span&gt;&lt;span style="font-weight:400;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;&amp;nbsp;&lt;/span&gt;&lt;b&gt;&lt;i&gt;Record list&lt;/i&gt;&lt;/b&gt;&lt;span style="font-weight:400;"&gt;:&lt;/span&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Configure your record list directly in the record type. When you create a records-powered grid, the grid will automatically populate with your record list configuration.&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Do not display all fields from your record type in the list. The list is meant to give a high-level overview of the information in each record. Users can always drill into an individual record to learn more.&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Add &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/filter-the-record-list.html"&gt;&lt;span style="font-weight:400;"&gt;user filters and a search box&lt;/span&gt;&lt;/a&gt;&lt;span style="font-weight:400;"&gt; to your list to allow users to filter and navigate to the appropriate record.&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Consider whether to display a grid-style or feed-style list. Feed-style lists can only display the first 100 records, so if you have a larger dataset, consider a grid-style list.&lt;/span&gt;&lt;span style="font-weight:400;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;b&gt;&lt;i&gt;Record actions&lt;/i&gt;&lt;/b&gt;&lt;span style="font-weight:400;"&gt;:&lt;/span&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Configure &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/record-actions.html#record-list-actions"&gt;&lt;span style="font-weight:400;"&gt;record list actions&lt;/span&gt;&lt;/a&gt;&lt;span style="font-weight:400;"&gt; to display on the record list so users can add new records to the list.&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Configure &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/record-actions.html#related-actions"&gt;&lt;span style="font-weight:400;"&gt;related actions&lt;/span&gt;&lt;/a&gt;&lt;span style="font-weight:400;"&gt; to display on your record views so users can perform specific&amp;nbsp; actions, like Edit or Delete, from the record. Each related action starts a process using the record&amp;rsquo;s context.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;&lt;b&gt;Secure Your Records&lt;/b&gt;&lt;/h2&gt;
&lt;p style="font-size:115%;"&gt;&lt;span style="font-weight:400;"&gt;To ensure your enterprise data is only available to the correct users, Appian provides a layered approach to securing your records. &lt;/span&gt;&lt;span style="font-weight:400;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li style="font-weight:400;"&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/record-security.html"&gt;&lt;span style="font-weight:400;"&gt;Record type security:&lt;/span&gt;&lt;/a&gt;&lt;span style="font-weight:400;"&gt; Determine who can see and edit the record type object using groups and role maps.&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/record-level-security.html"&gt;&lt;span style="font-weight:400;"&gt;Record-level security&lt;/span&gt;&lt;/a&gt;&lt;span style="font-weight:400;"&gt;: Determine who can view which records. This security option is only available for record types with data sync enabled. If your record type does not have data sync enabled, you can use default filters to determine user access.&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/appian-records-security.html#record-view-security"&gt;&lt;span style="font-weight:400;"&gt;Record view&lt;/span&gt;&lt;/a&gt;&lt;span style="font-weight:400;"&gt; and &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/appian-records-security.html#record-action-security"&gt;&lt;span style="font-weight:400;"&gt;record action&lt;/span&gt;&lt;/a&gt;&lt;span style="font-weight:400;"&gt; visibility: Configure visibility expressions on your record views and record actions to determine which record views they can see and which actions they can take.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;&lt;/h2&gt;
&lt;p style="font-size:115%;"&gt;&lt;span style="font-weight:400;"&gt;Learn more about &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/appian-records-security.html"&gt;&lt;span style="font-weight:400;"&gt;Security in Appian Records&lt;/span&gt;&lt;/a&gt;&lt;span style="font-weight:400;"&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item></channel></rss>