<?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>set parent item property from relationship property oneditfinish event</title><link>https://www.aras.com/community/f/development/3423/set-parent-item-property-from-relationship-property-oneditfinish-event</link><description>hi

i am try to set parent item property from code written in javascript on relationship item property onEditFinish event

i am set property using parent.thisItem.setProperty();

but set property value is seen after refreshing parent item

how to avoid</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: set parent item property from relationship property oneditfinish event</title><link>https://www.aras.com/community/thread/904?ContentTypeID=1</link><pubDate>Tue, 10 Oct 2017 16:33:39 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:5bd066ee-430b-4efb-832f-e52344942b0c</guid><dc:creator>Christopher Gillis</dc:creator><description>Hello,

It&amp;#39;s possible to update the value of the parent property by refreshing directly from your method as seen in the sample below.

&lt;pre&gt;&lt;code&gt;parent.thisItem.setProperty(&amp;quot;name&amp;quot;, &amp;quot;edit&amp;quot;);

aras.uiReShowItem(parent.thisItem.getID(), parent.thisItem.getID());&lt;/code&gt;&lt;/pre&gt;


This saves the user the need to click the refresh button to see the updated property.

Chris

___________________________________

Christopher Gillis

Aras Labs Software Engineer&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>