<?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>Hi All,
Do any one knows property events that are available in ARAS and when they are triggered ? eg. OnEditFinish,onedit and etc
Property is on Item and i need to write method which will trigger whenever it&amp;#39;s property is updated. Please help</title><link>https://www.aras.com/community/f/development/6336/hi-all-do-any-one-knows-property-events-that-are-available-in-aras-and-when-they-are-triggered-eg-oneditfinish-onedit-and-etc-property-is-on-item-and-i-need-to-write-method-which-will-trigger-whenever-it-s-property-is-updated</link><description>Property events</description><dc:language>ja-JP</dc:language><generator>Telligent Community 12</generator><item><title>RE: Hi All,
Do any one knows property events that are available in ARAS and when they are triggered ? eg. OnEditFinish,onedit and etc
Property is on Item and i need to write method which will trigger whenever it's property is updated. Please help</title><link>https://www.aras.com/community/thread/3608?ContentTypeID=1</link><pubDate>Thu, 26 Sep 2019 14:07:17 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:08b9efa8-0ff3-429c-b6b3-64685232343e</guid><dc:creator>ArG</dc:creator><description>&lt;p&gt;Hi Chris,&lt;/p&gt;
&lt;p&gt;I achieved it through server events - OnBeforeUpdate,OnAfterAdd and OnAfterUpdate.&lt;/p&gt;
&lt;p&gt;Thanks for the suggestion.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hi All,
Do any one knows property events that are available in ARAS and when they are triggered ? eg. OnEditFinish,onedit and etc
Property is on Item and i need to write method which will trigger whenever it's property is updated. Please help</title><link>https://www.aras.com/community/thread/3558?ContentTypeID=1</link><pubDate>Wed, 18 Sep 2019 16:08:18 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:090f9bf4-0e2e-40ca-8af9-7de96efd39b8</guid><dc:creator>ArG</dc:creator><description>&lt;p&gt;Server events sounds good.&lt;/p&gt;
&lt;p&gt;Event is not getting triggered when populated through search dialog.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I was not trying to restrict value but get the value when user finishes the selection. I will try with server events.&lt;/p&gt;
&lt;p&gt;Thanks for help and please let me know if there is way out through Field/Property events as well&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hi All,
Do any one knows property events that are available in ARAS and when they are triggered ? eg. OnEditFinish,onedit and etc
Property is on Item and i need to write method which will trigger whenever it's property is updated. Please help</title><link>https://www.aras.com/community/thread/3555?ContentTypeID=1</link><pubDate>Wed, 18 Sep 2019 14:49:55 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:783a92a9-3ef6-4f49-8050-df10e65294e9</guid><dc:creator>Christopher Gillis</dc:creator><description>&lt;p&gt;Hi Arg,&lt;/p&gt;
&lt;p&gt;I would expect that the event would fire even if the value was being populated from a search dialog. I&amp;#39;ll file this as an issue internally. For the time being, I&amp;#39;d recommend finding an alternative approach to accomplish the same functionality you&amp;#39;re looking for.&lt;/p&gt;
&lt;p&gt;If you&amp;#39;re trying to do some kind of validation of the data, it might be better to simply limit the items that a user can select from in the search dialog. You can look at &lt;a href="/b/english/posts/applying-a-filter-to-a-search-dialog"&gt;this blog post&lt;/a&gt; for some examples of how to do this kind of filtering of a search dialog.&lt;/p&gt;
&lt;p&gt;It might also be better to handle this inside of an&amp;nbsp;&lt;em&gt;onBefore&lt;/em&gt;&amp;nbsp;or&lt;em&gt; onAfterUpdate&lt;/em&gt;&amp;nbsp;server event. Using a server event will also help run the logic if the item ever gets edited from some other server method or from another application.&lt;/p&gt;
&lt;p&gt;Chris&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hi All,
Do any one knows property events that are available in ARAS and when they are triggered ? eg. OnEditFinish,onedit and etc
Property is on Item and i need to write method which will trigger whenever it's property is updated. Please help</title><link>https://www.aras.com/community/thread/3552?ContentTypeID=1</link><pubDate>Wed, 18 Sep 2019 14:09:12 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:9b35a71b-9905-4e98-9162-2de205781b43</guid><dc:creator>ArG</dc:creator><description>&lt;p&gt;I agree with you on foreign and federated property.&lt;/p&gt;
&lt;p&gt;In use case above, as foreign property is from Property 1 which is of datatype Item which supports field events and can be edited by selection through search dialog or simply entering text(keyed_name).&lt;/p&gt;
&lt;p&gt;Field events work good&amp;nbsp;when text is entered but when value is changed by selecting a item through search dialog, field events not serving the purpose.&lt;/p&gt;
&lt;p&gt;The same i was trying with property event. Only onsearchdialog event - method is getting triggred. Other events like onedit,oneditfinish or oncellchange not getting triggred.&lt;/p&gt;
&lt;p&gt;Hope it gives clarification&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hi All,
Do any one knows property events that are available in ARAS and when they are triggered ? eg. OnEditFinish,onedit and etc
Property is on Item and i need to write method which will trigger whenever it's property is updated. Please help</title><link>https://www.aras.com/community/thread/3549?ContentTypeID=1</link><pubDate>Wed, 18 Sep 2019 13:55:32 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:64a83e59-7d19-4bd2-9dc4-f62e61912af8</guid><dc:creator>Christopher Gillis</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I&amp;#39;m not sure I fully understand this use case. Typically, foreign and federated properties are disabled entirely since the data is pulled from another source. These properties are never &amp;quot;edited&amp;quot; because they don&amp;#39;t really hold the value themselves. Because of this, you won&amp;#39;t be able to launch any&amp;nbsp;&lt;em&gt;&lt;/em&gt;&lt;em&gt;edit&lt;/em&gt; events from these properties.&lt;/p&gt;
&lt;p&gt;If you&amp;#39;re trying to do some kind of validation of the data for your foreign and federated properties, you will need to add your&amp;nbsp;&lt;em&gt;edit&lt;/em&gt; events onto the data source of these properties.&lt;/p&gt;
&lt;p&gt;Chris&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hi All,
Do any one knows property events that are available in ARAS and when they are triggered ? eg. OnEditFinish,onedit and etc
Property is on Item and i need to write method which will trigger whenever it's property is updated. Please help</title><link>https://www.aras.com/community/thread/3548?ContentTypeID=1</link><pubDate>Wed, 18 Sep 2019 13:49:07 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:1635604b-d387-471d-ade2-1e4f1aac3db1</guid><dc:creator>ArG</dc:creator><description>&lt;p&gt;Thanks Chris for the reply.&lt;/p&gt;
&lt;p&gt;I have a 3 Fields on form corresponding to 3 properties.&lt;/p&gt;
&lt;p&gt;data type of property 1 is &amp;quot;Item&amp;quot;&lt;/p&gt;
&lt;p&gt;data type of&amp;nbsp;property 2 is Foreign which is pointing to&amp;nbsp;some property&amp;nbsp;of Property 1&lt;/p&gt;
&lt;p&gt;Data type of property 3 federated&lt;/p&gt;
&lt;p&gt;I need to populate property 2 value on property 3. I was trying with field event of property 2 (on change) to&amp;nbsp;populate value of property 2 on property 3. But since it is foreign , it is disabled. Field events doesn&amp;#39;t work.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Same thing i tried with property 1, but that is search dialog where field event doesn&amp;#39;t serve the purpose.&lt;/p&gt;
&lt;p&gt;Now, trying with Property events, where only onsearchdialog is getting triggred on property 1.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I hope this gives clarification.&lt;/p&gt;
&lt;p&gt;Any suggestion chris.&lt;/p&gt;
&lt;p&gt;Thanks in advance&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hi All,
Do any one knows property events that are available in ARAS and when they are triggered ? eg. OnEditFinish,onedit and etc
Property is on Item and i need to write method which will trigger whenever it's property is updated. Please help</title><link>https://www.aras.com/community/thread/3547?ContentTypeID=1</link><pubDate>Wed, 18 Sep 2019 13:34:38 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:c3253bdf-f5fa-4a3c-bf43-05bddc3da6fa</guid><dc:creator>Christopher Gillis</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;The Property events inside of Innovator are client-only events that trigger whenever a user edits the property through a field on a form or through a cell in a grid.&amp;nbsp;&lt;span style="font-family:inherit;"&gt;I&amp;#39;ve found the best way to determine when exactly these events are triggered is to throw a&amp;nbsp;&lt;/span&gt;&lt;em style="font-family:inherit;"&gt;debugger;&lt;/em&gt;&lt;span style="font-family:inherit;"&gt; statement into the JavaScript method you attach and open the browser developer tools (typically launched by pressing F12). You can then edit a property using either of the options listed above to see exactly when the property is triggered.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:inherit;"&gt;Just based on your description, my guess is that the&amp;nbsp;&lt;em&gt;OnEditFinish&lt;/em&gt; event is going to be best suited for your use case. However, could you elaborate a bit more on exactly what you&amp;#39;d like this method to do?&lt;/span&gt;&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;&lt;span style="font-family:inherit;"&gt;Chris&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:inherit;"&gt;Christopher Gillis&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:inherit;"&gt;Aras Labs Software Engineer&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>