<?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>Class Structure(Classification) Field onChange Event</title><link>https://www.aras.com/community/f/development/6155/class-structure-classification-field-onchange-event</link><description>Hi Everybody, 
 I am want to write a code &amp;#39;on Change&amp;quot; Event of Classification Property to set one of the drop down field value. 
 I am not getting success to getProperty Value of Class Structure Property as well as to setProperty of dropdown field. 
</description><dc:language>ja-JP</dc:language><generator>Telligent Community 12</generator><item><title>RE: Class Structure(Classification) Field onChange Event</title><link>https://www.aras.com/community/thread/3195?ContentTypeID=1</link><pubDate>Fri, 12 Jul 2019 08:54:10 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:97e34474-3eff-456b-928e-28865f5465c8</guid><dc:creator>cogres</dc:creator><description>&lt;p&gt;Hi Kara,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;in the onChange method, you can use&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;var classi = getFieldByName(&amp;quot;classification&amp;quot;).getElementsByTagName(&amp;quot;input&amp;quot;)[0].value;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;And then switch over classi to set the dropdown value depending on your business logic with&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;window.handleItemChange(&amp;quot;list_property&amp;quot;, &amp;quot;value you want to set&amp;quot;);&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Is this what you need?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Cheers,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;C&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>