<?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>Sync Smart Service Issue</title><link>https://community.appian.com/discussions/f/data/40485/sync-smart-service-issue</link><description>Hello everyone, 
 In the recent update (version 26.1), we received a feature that allows us to create sync-enabled record types using a view as the data source. 
 However, the Sync smart service is not working with this type of record. Is this an Appian</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Sync Smart Service Issue</title><link>https://community.appian.com/thread/154855?ContentTypeID=1</link><pubDate>Mon, 08 Jun 2026 12:29:28 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:fd10afee-7da6-47f8-9a82-908ffa0432a5</guid><dc:creator>Goddati Venkatesh</dc:creator><description>&lt;p&gt;&lt;span&gt;Thanks for the reply&amp;nbsp;&lt;a href="/members/shubhama926776"&gt;Shubham Aware&lt;/a&gt;&amp;nbsp;&lt;/span&gt;&lt;br /&gt;&lt;span&gt;After checking the log files, we found that we were using ROW_NUMBER() to generate a unique key in the view. This was producing a 32-bit BIGINT(21), which we were using as the primary key for the sync record. However, the generated key of type BIGINT (21) was not supported by the record type. After converting the key to text, the issue was resolved.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Sync Smart Service Issue</title><link>https://community.appian.com/thread/154854?ContentTypeID=1</link><pubDate>Mon, 08 Jun 2026 12:25:46 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:01e3d06f-6992-4334-9294-ee72835efb3c</guid><dc:creator>Goddati Venkatesh</dc:creator><description>&lt;p&gt;Thanks for the reply&amp;nbsp;&lt;a href="/members/stefanhelzle0001"&gt;Stefan Helzle&lt;/a&gt;&amp;nbsp;&lt;br /&gt;&lt;span&gt;After checking the log files, we found that we were using ROW_NUMBER() to generate a unique key in the view. This was producing a 32-bit BIGINT(21), which we were using as the primary key for the sync record. However, the generated key of type BIGINT (21) was not supported by the record type. After converting the key to text, the issue was resolved.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Sync Smart Service Issue</title><link>https://community.appian.com/thread/154853?ContentTypeID=1</link><pubDate>Mon, 08 Jun 2026 10:41:08 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:20433393-fb77-42da-a919-53345774545e</guid><dc:creator>Shubham Aware</dc:creator><description>&lt;p&gt;Sync Records smart service syncs by record id, but views have no change-tracking, so view-backed synced records only support full sync (not incremental).&lt;br /&gt;Don&amp;#39;t use a sync-enabled record for always-fresh data. Use a non-synced record type on the view instead(it queries the view live every time, giving you real-time data). &lt;br /&gt;Sync trades freshness for performance, which is the opposite of what you need.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Sync Smart Service Issue</title><link>https://community.appian.com/thread/154846?ContentTypeID=1</link><pubDate>Mon, 08 Jun 2026 09:05:06 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c9d1246c-bd81-4536-a6cd-bc4c818c339a</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;Well, depending on your use case, a synced record might be the best fit. Or not. In your case disabling sync might be the way to go.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>