<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://www.aras.com/community/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>Transaction Boundary in ARAS</title><link>https://www.aras.com/community/f/development/3298/transaction-boundary-in-aras</link><description>Hi,

Does ARAS provides Transaction Boundary support ?
In case of any transaction failure, will it take care of rollback or we have to explicitly write a code regarding the same ?

Regards,
Diksha</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Transaction Boundary in ARAS</title><link>https://www.aras.com/community/thread/611?ContentTypeID=1</link><pubDate>Mon, 10 Jul 2017 17:10:21 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:fe732465-816d-4a00-b214-a8ea7cc868c7</guid><dc:creator>Eli Donahue</dc:creator><description>Hi Diksha,

If you add all Parts/Part BOM items within one AML statement, the whole statement will either succeed or roll back. Ex:
&lt;pre&gt;&amp;lt;AML&amp;gt;
 &amp;lt;Item type=&amp;quot;Part&amp;quot; action=&amp;quot;edit&amp;quot; id=&amp;quot;...&amp;quot;&amp;gt;
   &amp;lt;Relationships&amp;gt;
     &amp;lt;Item type=&amp;quot;Part BOM&amp;quot; action=&amp;quot;add&amp;quot;&amp;gt;
       &amp;lt;related_id&amp;gt;
         &amp;lt;Item type=&amp;quot;Part&amp;quot; action=&amp;quot;get&amp;quot;&amp;gt;
           &amp;lt;item_number&amp;gt;Part-0002&amp;lt;/item_number&amp;gt;
         &amp;lt;/Item&amp;gt;
       &amp;lt;/related_id&amp;gt;
     &amp;lt;/Item&amp;gt;
     &amp;lt;Item type=&amp;quot;Part BOM&amp;quot; action=&amp;quot;add&amp;quot;&amp;gt;
       &amp;lt;related_id&amp;gt;
         &amp;lt;Item type=&amp;quot;Part&amp;quot; action=&amp;quot;get&amp;quot;&amp;gt;
           &amp;lt;item_number&amp;gt;Part-0003&amp;lt;/item_number&amp;gt;
         &amp;lt;/Item&amp;gt;
       &amp;lt;/related_id&amp;gt;
     &amp;lt;/Item&amp;gt;
     ...
     ...
   &amp;lt;/Relationships&amp;gt;
 &amp;lt;/Item&amp;gt;
&amp;lt;/AML&amp;gt;&lt;/pre&gt;

&lt;hr /&gt;

Eli Donahue
Aras Labs Software Engineer&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Transaction Boundary in ARAS</title><link>https://www.aras.com/community/thread/540?ContentTypeID=1</link><pubDate>Mon, 12 Jun 2017 01:11:45 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:4c850669-de25-453a-85f9-cc25e9cf376d</guid><dc:creator>Former Member</dc:creator><description>Hi Zahar,

Thanks a lot for your response.

Actually, I want to know whether ARAS supports Transaction Boundary feature explicitly.
Use case : Suppose I want to create a BOM of 10 Parts. And I inserted 7 parts and for 8th part it failed to insert. So can we rollback the complete transaction ?
If yes, how is it possible to achieve it ?


Thanks &amp;amp; Regards,
Diksha Dubey&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Transaction Boundary in ARAS</title><link>https://www.aras.com/community/thread/529?ContentTypeID=1</link><pubDate>Wed, 07 Jun 2017 06:44:46 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:6e7a031a-ee0c-4883-ae5a-f5db657c5a8d</guid><dc:creator>Zahar Chernov</dc:creator><description>If your server side event is failed this will rollback.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>