<?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>Value of field doesn&amp;#39;t change if the field type is itemtype and have onchange event.</title><link>https://www.aras.com/community/f/development/36624/value-of-field-doesn-t-change-if-the-field-type-is-itemtype-and-have-onchange-event</link><description>My scenario is after selecting any value in field &amp;#39;A&amp;#39; which is of item type, I have to set/change the value of field &amp;#39;B&amp;#39;. so i added a onchange event in field &amp;#39;A&amp;#39;. like this 
 const inputValue = this.value; 
 window.handleItemChange(&amp;#39;field B name&amp;#39;, &amp;quot;new</description><dc:language>ja-JP</dc:language><generator>Telligent Community 12</generator><item><title>RE: Value of field doesn't change if the field type is itemtype and have onchange event.</title><link>https://www.aras.com/community/thread/6965?ContentTypeID=1</link><pubDate>Fri, 25 Jun 2021 11:13:43 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:cc242a71-5816-48d8-8615-d214f126f40f</guid><dc:creator>mayank_jain_prorigo</dc:creator><description>&lt;p&gt;HI &lt;a href="/community/members/gkarasuser"&gt;Gopikrishnan&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Thank you for&amp;nbsp;looking and replying me this fast.&lt;/p&gt;
&lt;p&gt;but can u check couple of things&lt;/p&gt;
&lt;p&gt;1. the field&amp;nbsp; you have OnChange event is itemtype field.&lt;/p&gt;
&lt;p&gt;2. second field that u were changing can be of any type.&lt;/p&gt;
&lt;p&gt;then try to change the itemtype field more then 2 times. you will notice the field value of itemtype is not changing except for the first time.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Value of field doesn't change if the field type is itemtype and have onchange event.</title><link>https://www.aras.com/community/thread/6964?ContentTypeID=1</link><pubDate>Fri, 25 Jun 2021 11:07:14 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:35224a43-ba15-45af-a4df-777294ced3ab</guid><dc:creator>Gopikrishnan</dc:creator><description>&lt;p&gt;Hi Mayank&lt;/p&gt;
&lt;p&gt;I have tried the same in my instance and it is working for me.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;const inputValue = this.value;&lt;br /&gt;window.handleItemChange(&amp;#39;name&amp;#39;, inputValue);&lt;br /&gt;return;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>