<?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>DavidRay さんのアクティビティ</title><link>https://www.aras.com/community/members/davidray</link><description>DavidRay さんの最近のアクティビティ</description><dc:language>ja-JP</dc:language><generator>Telligent Community 12</generator><item><title>The &amp;quot;&amp;quot; Field is required.  You must provide...</title><link>https://www.aras.com/community/f/community/37182/the-field-is-required-you-must-provide</link><pubDate>Wed, 23 Feb 2022 18:27:20 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:f469a110-1206-43e4-b431-80d34c6d9857</guid><dc:creator>DavidRay</dc:creator><description>&lt;p&gt;&lt;img height="147" src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/10/pastedimage1645640635645v1.png" width="475" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Hi, we have an older version 11 instance running and one of our users is reporting this error when trying to save a PSR - I&amp;#39;ve searched all methods and cannot find this text, and the error does not indicate what field it&amp;#39;s looking fom, how can I find the source of this prompt?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Add Inbasket Column</title><link>https://www.aras.com/community/f/development/6520/add-inbasket-column</link><pubDate>Thu, 31 Oct 2019 12:00:46 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:3ce2f96d-9e70-4c2d-b3ab-52c602acf3fb</guid><dc:creator>DavidRay</dc:creator><description>&lt;p&gt;One of our Aras environments displays an inbasket workflow task with an additional column that shows the name of the item:&lt;/p&gt;
&lt;p&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/3/2019_2D00_10_2D00_30_5F00_9_2D00_37_2D00_47.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;What is best way to duplicate this effect to another environment - I find several suggestions in the forums such as modification of client JS, configurable inbasket, etc..&amp;nbsp; we have v11 sp5.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>How to execute multiple AML queries - Innovator Admin</title><link>https://www.aras.com/community/f/development/9189/how-to-execute-multiple-aml-queries---innovator-admin</link><pubDate>Wed, 04 Mar 2020 13:05:47 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:f60c8958-cc2b-4be3-89e9-03ac3d789328</guid><dc:creator>DavidRay</dc:creator><description>&lt;p&gt;I need to add several Identities to an instance, how do I get Innovator Admin to run more than one item query, without having to execute each one individually?&amp;nbsp; Tried this syntax, and I&amp;#39;ve tried to wrap this in &amp;lt;AML&amp;gt; tags...&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " height="379" src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/3/2020_2D00_03_2D00_04_5F00_8_2D00_00_2D00_08.png" width="642" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>What is this code for?</title><link>https://www.aras.com/community/f/development/8879/what-is-this-code-for</link><pubDate>Thu, 09 Jan 2020 17:37:32 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:bbc6edfa-e516-489e-b50a-ca501ec564a1</guid><dc:creator>DavidRay</dc:creator><description>&lt;p&gt;I see this code throughout methods in our instance of Aras, can someone tell me what this is for, and why an item needs to be re-activated?&lt;/p&gt;
&lt;p&gt;Item q = this.newItem();&lt;br /&gt; q.loadAML(&amp;quot; &amp;quot; + this.getAttribute(&amp;quot;id&amp;quot;) + &amp;quot; &amp;quot;);&lt;br /&gt; q = q.apply();&lt;br /&gt; //if (q.getItemCount()&amp;gt;0) return this;//The activity is reactivated.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Best practice for code in Aras Innovator 11 SP12</title><link>https://www.aras.com/community/f/development/4006/best-practice-for-code-in-aras-innovator-11-sp12</link><pubDate>Tue, 30 Oct 2018 10:54:41 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:9f6b8d4c-1c29-4e76-af52-17162a51f7ee</guid><dc:creator>Marvin</dc:creator><description>I have recently joined a team that uses Aras Innovator 11 SP12, so I&amp;#39;m quite new to this.

I see that my predecessors have written some custom C# methods, but I am not happy with the way they are written.
The formatting is not great (indentation etc.), which isn&amp;#39;t surprising, given the code was probably typed right into the Innovator admin interface. A copy of the code exists in our version control system, but this is most likely just a copy and I am not even sure if it reflects the code currently running on the server.

To me this looks like a less than ideal setup, so I am wondering what the recommended practice for custom code is.
Ideally, all custom Innovator code would be in our versioning control system and deployed to the Innovator server from a build server.
But what&amp;#39;s the best way to debug code that is under active development?
I would like to use Visual Studio with Resharper etc. for development, with external logging libraries like Serilog etc. etc.

Or would it make sense to implement a custom webservice that implements the actual logic and only have very short methods in Innovator that interact with the webservice?

How do you guys do this?&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Server side method to make external call on user login</title><link>https://www.aras.com/community/f/development/6399/server-side-method-to-make-external-call-on-user-login</link><pubDate>Thu, 03 Oct 2019 19:36:46 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:ad1292fe-ae9e-4222-8025-5e371a4ab41a</guid><dc:creator>DavidRay</dc:creator><description>&lt;p&gt;Hi there,&lt;/p&gt;
&lt;p&gt;I&amp;#39;m looking for a server side method that I can add some C# code that runs each time a user logs in - I want to add a one line call to an external web service - are there any suggested out-of-box methods I can use&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>What does the prefix in method name stand for?</title><link>https://www.aras.com/community/f/development/6384/what-does-the-prefix-in-method-name-stand-for</link><pubDate>Fri, 27 Sep 2019 23:00:41 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:f80848a7-933a-4294-bc4f-68c8a4f405e8</guid><dc:creator>DavidRay</dc:creator><description>&lt;p&gt;A question came up about the prefix on some method names, and what there meaning is, the method that raised this questions is:&lt;/p&gt;
&lt;p&gt;PE_CheckChangeItemUsage&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>validating workflow object</title><link>https://www.aras.com/community/f/development/6363/validating-workflow-object</link><pubDate>Tue, 24 Sep 2019 11:57:47 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:ad71194f-b6fa-4c5e-8a49-891653bc8b49</guid><dc:creator>DavidRay</dc:creator><description>&lt;p&gt;I&amp;#39;ve inherited some code form a previous developer.&amp;nbsp; I wanted to ask&amp;nbsp;about this check when trying to validate a workflow Item - are all three of these checks required, or is this generally the best practice when validating returned results?&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;if (workFlow.getItemCount() != 1 || workFlow.getProperty(&amp;quot;source_id&amp;quot;, &amp;quot;&amp;quot;).Length != 32 || workFlow.getPropertyAttribute(&amp;quot;source_type&amp;quot;, &amp;quot;keyed_name&amp;quot;, &amp;quot;&amp;quot;).Length &amp;lt; 1)&lt;/p&gt;
&lt;p&gt;{&lt;br /&gt; return inn.newError(&amp;quot;Error retrieving workflow: &amp;quot; + workFlow.getErrorDetail());&lt;br /&gt; }&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&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, 24 Sep 2019 11:57:48 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:b8e2ba34-6070-4117-bcec-10972ed382b8</guid><dc:creator /><description>Ask a question in a forum.</description></item></channel></rss>