<?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/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Record type vs Data store entity</title><link>https://community.appian.com/discussions/f/data/37598/record-type-vs-data-store-entity</link><description>what is the difference between Record type and Data Store entity, I am having a really hard time understanding the difference between them, and when to use each one , a real-world examples would be great</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Record type vs Data store entity</title><link>https://community.appian.com/thread/141090?ContentTypeID=1</link><pubDate>Thu, 26 Sep 2024 09:29:28 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ef94a363-a355-43d1-bb7d-87f1e4ebcde9</guid><dc:creator>gayatria0439</dc:creator><description>&lt;p&gt;Some major differences can be seen between CDT and Record.&lt;/p&gt;
&lt;table&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td width="301"&gt;
&lt;p&gt;&lt;strong&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Record&lt;/strong&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td width="301"&gt;
&lt;p&gt;&lt;strong&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;CDT&lt;/strong&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td width="301"&gt;
&lt;p&gt;Used to connect cloud data to Appian&lt;/p&gt;
&lt;/td&gt;
&lt;td width="301"&gt;
&lt;p&gt;Used to connect data to Appian by using a bridge call data store.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td width="301"&gt;
&lt;p&gt;Within records, we can easily modify and manage the data to present it to users&lt;/p&gt;
&lt;/td&gt;
&lt;td width="301"&gt;
&lt;p&gt;Data can only be modified after querying.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td width="301"&gt;
&lt;p&gt;Easy to handle relationships.&lt;/p&gt;
&lt;/td&gt;
&lt;td width="301"&gt;
&lt;p&gt;We need to handle relationships on the database side.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td width="301"&gt;
&lt;p&gt;We can fetch up to 5,000 records.&lt;/p&gt;
&lt;/td&gt;
&lt;td width="301"&gt;
&lt;p&gt;We can fetch a specified number of rows.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td width="301"&gt;
&lt;p&gt;We can connect to databases, processes, Salesforce, and web services to create records.&lt;/p&gt;
&lt;/td&gt;
&lt;td width="301"&gt;
&lt;p&gt;We can connect only to database tables or existing data.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td width="301"&gt;
&lt;p&gt;We can create separate new fields, meaning virtual fields (i.e., custom record fields), to manage and manipulate records.&lt;/p&gt;
&lt;/td&gt;
&lt;td width="301"&gt;
&lt;p&gt;With CDT, we cannot create custom fields.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Record type vs Data store entity</title><link>https://community.appian.com/thread/141085?ContentTypeID=1</link><pubDate>Thu, 26 Sep 2024 07:36:36 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:eef2b40a-3704-454d-b8cd-8141bd9d2dc2</guid><dc:creator>mohameds5069</dc:creator><description>&lt;p&gt;ok , thank you for you time&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Record type vs Data store entity</title><link>https://community.appian.com/thread/141084?ContentTypeID=1</link><pubDate>Thu, 26 Sep 2024 07:35:31 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:5d6be4da-0790-4771-95e6-5108a006907a</guid><dc:creator>Soma</dc:creator><description>&lt;p&gt;I am not sure what you mean, but&lt;/p&gt;
&lt;p&gt;&amp;quot;Data Store&amp;quot; is similar to &amp;quot;Database&amp;quot;&lt;/p&gt;
&lt;p&gt;&amp;quot;Data Store Entity&amp;quot; is similar to &amp;quot;Table in the Database&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:137px;max-width:372px;" height="137" src="/resized-image/__size/744x274/__key/communityserver-discussions-components-files/16/pastedimage1727336139080v1.png" width="372" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Record type vs Data store entity</title><link>https://community.appian.com/thread/141081?ContentTypeID=1</link><pubDate>Thu, 26 Sep 2024 07:20:15 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:2e71cf1a-cfad-48c5-b06c-922913e8a906</guid><dc:creator>mohameds5069</dc:creator><description>&lt;p&gt;also I read somewhere that data store entity is for data to out-lives the application life cycle, is that true ?&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Record type vs Data store entity</title><link>https://community.appian.com/thread/141080?ContentTypeID=1</link><pubDate>Thu, 26 Sep 2024 07:17:36 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:63c724c4-451f-4c1b-83e4-99eaa4ceab66</guid><dc:creator>Soma</dc:creator><description>&lt;p&gt;Yeah, database tables or views which are mapped in Appian specific format, so that we can work on it inside the application.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Record type vs Data store entity</title><link>https://community.appian.com/thread/141079?ContentTypeID=1</link><pubDate>Thu, 26 Sep 2024 07:15:08 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f66f078c-384a-4d9a-956e-ebb0633eb66d</guid><dc:creator>mohameds5069</dc:creator><description>&lt;p&gt;so, we can say that Data store Entity are similar to typical database tables?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Record type vs Data store entity</title><link>https://community.appian.com/thread/141075?ContentTypeID=1</link><pubDate>Thu, 26 Sep 2024 05:07:41 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:767bb972-1377-40f0-bdd8-4d2e4c1b847b</guid><dc:creator>Soma</dc:creator><description>&lt;p class="p1"&gt;Record Types are for presenting data to users in an Appian application, whereas Data Store Entities represent database tables used to manage the underlying data.&lt;/p&gt;
&lt;table style="float:left;" border="1"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;Record Type&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;Data Store Entity&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Purpose&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;Displaying and interacting with business data in a user friendly way&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;Representation of database table within Appian&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Source of data&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Database, Process, Salesforce, Web Service&amp;nbsp;&lt;/td&gt;
&lt;td&gt;Database only&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Relationships&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Records can be linked with other record, allowing easy navigation&lt;/td&gt;
&lt;td&gt;Does not support linking, specific to one table&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Both record type and data store entity supports CRUD operations. But record type provides more features, ease of configuration, ease of development than data store entity which requires considerable knowledge on database concepts&lt;/p&gt;
&lt;p&gt;It is recommended to start moving towards record types than traditional CDT approach to utilize the full potential of data fabrics.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Record type vs Data store entity</title><link>https://community.appian.com/thread/141069?ContentTypeID=1</link><pubDate>Wed, 25 Sep 2024 18:27:00 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8cd6d983-be10-40d8-8581-65f22eff99e1</guid><dc:creator>Prasanta Paul</dc:creator><description>&lt;p&gt;&lt;span&gt;Data stores allow you to insert, update, query, and delete data in the format needed by your applications without writing structured queries (SQL).&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;A record type is a design object that allows you to structure and model your enterprise data so you can easily build data-centric applications.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://docs.appian.com/suite/help/24.3/Record_Type_Object.html#:~:text=A%20record%20type%20is%20a%20design%20object%20that,major%20business%20concept%20or%20process%20in%20your%20organization."&gt;About Record Types - Appian 24.3&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://docs.appian.com/suite/help/24.3/Data_Stores.html#:~:text=Data%20stores%20allow%20you%20to%20insert%2C%20update%2C%20query%2C,to%20store%20data%20in%20an%20external%20relational%20database."&gt;Data Store Object - Appian 24.3&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;For your better understanding you can go through with that.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>