<?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>Editable Grid</title><link>https://community.appian.com/discussions/f/general/9755/editable-grid</link><description>Hi... I have created editable grid...with add , update and delete functionality... I used a!writeToDataStoreEntity() to save the updated details in to DB.. Whenever i performed any of these(add,delete,update) operations... some times I am facing following</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Editable Grid</title><link>https://community.appian.com/thread/43009?ContentTypeID=1</link><pubDate>Wed, 08 Feb 2017 02:26:05 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:0167ecc8-4f55-4685-8e92-d17b2d0c8026</guid><dc:creator>Margaret Haymann</dc:creator><description>Pavani, Here is a link to the same previous issue.  &lt;a href="https://forum.appian.com/suite/tempo/entry/e-115265"&gt;forum.appian.com/.../e-115265&lt;/a&gt;  This might help.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Editable Grid</title><link>https://community.appian.com/thread/43003?ContentTypeID=1</link><pubDate>Wed, 08 Feb 2017 01:46:07 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e0959d4a-4e50-4a2d-811b-4aaf0e992942</guid><dc:creator>aloks0189</dc:creator><description>Try checking your configuration, it&amp;#39;s possible that the record might be getting update internally and after that it might be throwing an Exception&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Editable Grid</title><link>https://community.appian.com/thread/43002?ContentTypeID=1</link><pubDate>Wed, 08 Feb 2017 01:20:45 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3a7733a8-0e62-4b29-92b7-ba287eefe98b</guid><dc:creator>pavanik</dc:creator><description>@alok..thank you for your response...Of course my xsd has @version annotation....but still update operation also facing same issue...&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Editable Grid</title><link>https://community.appian.com/thread/43001?ContentTypeID=1</link><pubDate>Wed, 08 Feb 2017 00:17:17 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:9ed2ee45-817b-40f1-9ae4-9a273f4173c3</guid><dc:creator>aloks0189</dc:creator><description>Most probably you can find the following in your XSD&lt;br /&gt;&lt;br /&gt;&amp;lt;xsd:annotation&amp;gt;&lt;br /&gt;      &amp;lt;xsd:appinfo source=&amp;quot;appian.jpa&amp;quot;&amp;gt;@Version&amp;lt;/xsd:appinfo&amp;gt;&lt;br /&gt;&amp;lt;/xsd:annotation&amp;gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Hope this will help you&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Editable Grid</title><link>https://community.appian.com/thread/43000?ContentTypeID=1</link><pubDate>Wed, 08 Feb 2017 00:10:34 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d256b964-cf9d-41a7-98e6-91cad645012a</guid><dc:creator>aloks0189</dc:creator><description>@Pavani can you check whether the XSD of this CDT (KP_IAL_Employee) contains @Version annotation. if so that means, You have optimistic locking configured on your entity, using an @Version annotated field. &lt;br /&gt;&lt;br /&gt;The principle of optimistic locking is to only allow an update of a row if the version stored in the row has the same value as the one stored in the entity being merged. Otherwise, the exception will be thrown&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>