<?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>Methods</title><link>https://www.aras.com/community/f/development/3498/methods</link><description>Hi

I am new to Aras,I want to create simple methods such as for delete,purge,edit.How can I create methods in innovator,How to attach them.</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Methods</title><link>https://www.aras.com/community/thread/1147?ContentTypeID=1</link><pubDate>Thu, 21 Dec 2017 04:22:23 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:4fdbe41c-9dd5-4a21-b87d-17674016d473</guid><dc:creator>Tejaswini</dc:creator><description>how can be a method to change field colour of form.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Methods</title><link>https://www.aras.com/community/thread/1135?ContentTypeID=1</link><pubDate>Tue, 19 Dec 2017 08:00:14 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:c91edbc6-1582-44dd-aee3-1ea3af38ac72</guid><dc:creator>Former Member</dc:creator><description>hi all

by using Aras Innovator programmable guide i write a server method using fetchrelationship-item class function.

But while running by action it gives error.Please help me to sort out.

here is my method code:

//get the item type
Item itm = this.newItem(“inf_Change_Request”,”get”);
itm.setProperty(“id”, “1”);
itm = itm.apply();
//Go to server to fetch relationship
itm.fetchRelationships(“inf_CR_project”);
return itm;

If i want result in AML then what code line should I write.

Means it gives result in AML or any other result method.plz suggest&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Methods</title><link>https://www.aras.com/community/thread/1132?ContentTypeID=1</link><pubDate>Tue, 19 Dec 2017 07:49:50 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:8736ddac-8b19-4685-b6db-ae002be8fc71</guid><dc:creator>Former Member</dc:creator><description>hi all

by using Aras Innovator programmable guide i write a server method using fetchrelationship-item class function.

But while running by action it gives error.Please help me to sort out.

here is my method code:

//get the item type
Item itm = this.newItem(&amp;quot;inf_Change_Request&amp;quot;,&amp;quot;get&amp;quot;);
itm.setProperty(&amp;quot;id&amp;quot;, &amp;quot;1&amp;quot;);
itm = itm.apply();
//Go to server to fetch relationship
itm.fetchRelationships(&amp;quot;inf_CR_project&amp;quot;);
return itm;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Methods</title><link>https://www.aras.com/community/thread/1097?ContentTypeID=1</link><pubDate>Fri, 08 Dec 2017 17:03:58 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:3edf7890-d17f-4396-b6d0-5e781ac64feb</guid><dc:creator>Christopher Gillis</dc:creator><description>Hello,

You can create new Methods by logging in as &amp;quot;admin&amp;quot; and navigating to &lt;strong&gt;Administration &amp;gt; Methods&lt;/strong&gt; in the Table of Contents.

I would recommend reading through the &lt;a href="http://www.aras.com/support/documentation/11.0%20SP9/Other%20Documentation/Aras%20Innovator%2011.0%20-%20Programmers%20Guide.pdf"&gt;Aras Innovator Programmer&amp;#39;s Guide&lt;/a&gt; for an introduction to the Aras Innovator Data Model, AML, and creating your own methods.

Chris

______________________________________

Christopher Gillis

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