<?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>Get value in server side</title><link>https://www.aras.com/community/f/development/3710/get-value-in-server-side</link><description>Hello
How can i get value from client side and pass it in server side and save it in item type .</description><dc:language>ja-JP</dc:language><generator>Telligent Community 12</generator><item><title>RE: Get value in server side</title><link>https://www.aras.com/community/thread/1617?ContentTypeID=1</link><pubDate>Tue, 29 May 2018 10:04:47 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:09b71f2c-ec3a-4259-a995-085bfcd18d71</guid><dc:creator>Christopher Gillis</dc:creator><description>Hi ahmed,

You can call a server-side method from a client-side method by using a line like &lt;code&gt;aras.applyMethod(&amp;#39;My_Method&amp;#39;,&amp;#39;&amp;lt;my_param&amp;gt;test&amp;lt;/my_param&amp;gt;&amp;#39;);&lt;/code&gt;. The first argument to &lt;code&gt;applyMethod&lt;/code&gt; should be the name of the method you are calling, and the second argument is any optional arguments you are passing into the server method which you can retrieve from the server method with &lt;code&gt;string myParam = this.getProperty(&amp;quot;my_param&amp;quot;);&lt;/code&gt;.

Chris

&lt;hr /&gt;

Christopher Gillis

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