<?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/"><channel><title>priyanka_mishra さんの グループ アクティビティ</title><link>https://www.aras.com/community/members/priyanka_5f00_mishra</link><description>priyanka_mishra さんの グループ ユーザーの最近のアクティビティ</description><dc:language>ja-JP</dc:language><generator>Telligent Community 12</generator><item><title>What is Export Utility Levels ?</title><link>https://www.aras.com/community/f/development/36004/what-is-export-utility-levels</link><pubDate>Tue, 29 Sep 2020 10:50:03 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:873d5b96-8923-4e60-bd13-e67922686e73</guid><dc:creator>priyanka_mishra</dc:creator><description>&lt;p&gt;&lt;img src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/3/pastedimage1601376470978v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;what is the meaning of the above highlighted line in the EXPORT Utility?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>How is the AML saved in the database ?</title><link>https://www.aras.com/community/f/development/36003/how-is-the-aml-saved-in-the-database</link><pubDate>Mon, 28 Sep 2020 16:19:09 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:31904c3f-fedf-4edd-b611-0dcc34fa6051</guid><dc:creator>priyanka_mishra</dc:creator><description>&lt;ol&gt;
&lt;li&gt;Is it converted into Sql insert statement.&lt;/li&gt;
&lt;li&gt;I would also like to know about Odata, how is it implemented in ARAS?&lt;/li&gt;
&lt;/ol&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>How to use the result of getAssignedActivities() to get the value of the ID field</title><link>https://www.aras.com/community/f/community/35999/how-to-use-the-result-of-getassignedactivities-to-get-the-value-of-the-id-field</link><pubDate>Mon, 28 Sep 2020 09:36:11 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:eec1d420-6d3a-4350-8657-c27fa2e93c75</guid><dc:creator>Mavis</dc:creator><description>&lt;p&gt;hi All,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I used the getAssignedActivities() method from outside aras to find 14 pieces of data.&lt;br /&gt;But when I try to get the ID field using getItemByIndex(i).getProperty(&amp;quot;ID&amp;quot;), he returns null&lt;/p&gt;
&lt;p&gt;//my code&lt;/p&gt;
&lt;p&gt;Item activities = inn.getAssignedActivities(&amp;quot;Active&amp;quot;, &amp;quot;B7E018BB45C40BB6BC48E3CA2612A971&amp;quot;);&lt;br /&gt;&lt;br /&gt; int actCnt = activities.getItemCount();&lt;br /&gt; if (actCnt &amp;gt; 0)&lt;br /&gt; {&lt;br /&gt;&amp;nbsp; &amp;nbsp;for (int i = 0; i &amp;lt;= actCnt; i++)&lt;br /&gt;&amp;nbsp; &amp;nbsp;{&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; string actId = activities.getItemByIndex(i).getProperty(&amp;quot;ID&amp;quot;);&lt;br /&gt;&amp;nbsp; &amp;nbsp;}&lt;br /&gt; }&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>How can I replicate the code changes from Test Server to the Production server?</title><link>https://www.aras.com/community/f/development/35964/how-can-i-replicate-the-code-changes-from-test-server-to-the-production-server</link><pubDate>Mon, 14 Sep 2020 13:20:14 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:59417d83-f90f-446f-9fe3-ee28f72b85be</guid><dc:creator>priyanka_mishra</dc:creator><description>&lt;p&gt;I have made some code changes client side and want the same changes in the other server, how can I make changes from Test Server to the Production Server?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>How to debug  server side code in ARAS?</title><link>https://www.aras.com/community/f/development/35963/how-to-debug-server-side-code-in-aras</link><pubDate>Mon, 14 Sep 2020 12:53:57 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:bf8c5df2-7793-4cc0-8305-009cbeed3945</guid><dc:creator>priyanka_mishra</dc:creator><description>&lt;p&gt;I have added the breakpoint&amp;nbsp;&lt;/p&gt;
&lt;p&gt;if (System.Diagnostics.Debugger.Launch())&lt;/p&gt;
&lt;p&gt;System.Diagnostics.Debugger.Break();&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color:#000000;font-family:impact, chicago;font-size:150%;"&gt;It hits on the method breakpoint in Visual Studio, but I can&amp;#39;t see the code nor I can step into it either. Also attaching the error occured for reference.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/3/pastedimage1600087837447v1.png" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Symbol data not founded for the module.&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;operating_parameter key=&amp;quot;ServerMethodTempDir&amp;quot; value=&amp;quot;[&lt;span style="background-color: #ffff00;"&gt;path&lt;/span&gt;]&amp;quot; /&amp;gt;&lt;/p&gt;
&lt;p&gt;what path should I enter here?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>How to Add Pagination in client side method</title><link>https://www.aras.com/community/f/development/35962/how-to-add-pagination-in-client-side-method</link><pubDate>Mon, 14 Sep 2020 08:29:31 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:fa5bf861-d14f-44fd-8416-cba919bd6f4a</guid><dc:creator>priyanka_mishra</dc:creator><description>&lt;p&gt;content = &amp;quot;&amp;lt;table id=&amp;quot;pagination&amp;quot;&amp;gt;&amp;quot;+&amp;quot;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;quot;+&amp;lt;/table&amp;gt;;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Populate the  WBS Elements for corresponding Activities2 in a project</title><link>https://www.aras.com/community/f/development/35945/populate-the-wbs-elements-for-corresponding-activities2-in-a-project</link><pubDate>Tue, 08 Sep 2020 16:00:36 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:7842533b-577f-49c5-96a6-3ab66fd665c8</guid><dc:creator>priyanka_mishra</dc:creator><description>&lt;p&gt;&lt;span&gt;&amp;lt;AML&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;span&gt;&amp;nbsp;&amp;lt;Item type=&amp;quot;WBS Activity2&amp;quot; action=&amp;quot;get&amp;quot; select=&amp;quot;name&amp;quot; where=&amp;quot;WBS_Activity2.related_id IN (SELECT id FROM INNOVATOR.select_activities(&amp;#39;9CB5E2CBBBDB1728B01882&amp;#39;))&amp;quot;&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;lt;Relationships&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;lt;Item type=&amp;quot;Activity2&amp;quot; action=&amp;quot;get&amp;quot; select=&amp;quot;related_id(name)&amp;quot;/&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;lt;/Relationships&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;lt;/Item&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;lt;/AML&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:150%;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;It doesn&amp;#39;t fetch records can someone help with the correct where clause, How can I rewrite this query using just AML?&lt;br /&gt;&lt;br /&gt;Thanks in advance!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Ask A Question I</title><link>https://www.aras.com/community/achievements/460ac7df-7ccc-4c42-a204-9e05eef3be09</link><pubDate>Tue, 08 Sep 2020 08:44:18 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:5b4cc091-76fa-4612-a950-80e5548a34f7</guid><dc:creator /><description>Ask a question in a forum.</description></item></channel></rss>