<?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>James Marriner さんのアクティビティ</title><link>https://www.aras.com/community/members/jamar</link><description>James Marriner さんの最近のアクティビティ</description><dc:language>ja-JP</dc:language><generator>Telligent Community 12</generator><item><title>Where used - show descriptions?</title><link>https://www.aras.com/community/f/applications/3181/where-used---show-descriptions</link><pubDate>Wed, 01 Mar 2017 06:01:30 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:56ccad01-8824-4ff1-8736-48ecd8bb6ce9</guid><dc:creator>Former Member</dc:creator><description>Hello

When I click &amp;#39;where used&amp;#39; on a part, I see the part number and revision where it&amp;#39;s used in each higher-level assembly.

It would be super useful to see the description (name) at the same time.

Is there a way to do that?

Cheers!

Bob&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>How to add reference_designator property in multilevel BOM report</title><link>https://www.aras.com/community/f/development/9339/how-to-add-reference_designator-property-in-multilevel-bom-report</link><pubDate>Fri, 20 Mar 2020 09:13:05 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:99cd5438-bba0-4c40-9059-9b6562625bf2</guid><dc:creator>cc911</dc:creator><description>&lt;p&gt;We are using Aras 12.0 in open licence.&lt;/p&gt;
&lt;p&gt;We customized the multilevel bom report to get some additionnal properties but we cant get the reference_designator property form part bom item to show in the report.&lt;/p&gt;
&lt;p&gt;We modified the query and the xlst report but it never shows.&lt;/p&gt;
&lt;p&gt;Does anyone has the same issue?&lt;/p&gt;
&lt;p&gt;regards&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Tech Tip: Dynamically Change Type-ahead</title><link>https://www.aras.com/community/b/english/posts/tech-tip-dynamically-change-type-ahead-english</link><pubDate>Thu, 11 Oct 2018 02:00:00 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:00ab5644-d6fe-441b-beab-3a1d2207a4b4</guid><dc:creator>Christopher Gillis</dc:creator><description>&lt;p&gt;In 11.0 SP11, type-ahead was introduced to List and Item fields to make editing forms easier and more convenient for Users. When a user types in one of these fields, a dynamic list of options will be shown based on what the user has typed in to the field. You can see this functionality in action below as we assign a Designated User to one of our Parts.&lt;/p&gt;
&lt;p&gt;&lt;img class="alignnone size-full wp-image-12992" alt=" " height="294" src="http://community.aras.com/wp-content/uploads/2018/10/Type-ahead-demo.gif" width="170" /&gt;&lt;/p&gt;
&lt;p&gt;In this post, we&amp;#39;ll cover how we can manipulate this type-ahead functionality to make work even easier for our users.&lt;/p&gt;
&lt;h2&gt;Dynamically Populate Dropdown&lt;/h2&gt;
&lt;p&gt;One common question we hear on the forums is how to dynamically populate a dropdown field.&lt;/p&gt;
&lt;p&gt;The example below explores the use case of wanting to limit the selection of Authoring Tools on the Document Form. In this use case, we only want users to be able to pick Microsoft Office tools when creating and editing Documents. To accomplish this, we will first query for a subset of the Values on the Authoring Tools List. Once we have these values, we will construct an array of javascript objects that will represent each option we want to be available in the dropdown.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://gist.github.com/cgillis-aras/5904959bf4ff79e48fd8a5d2ca9a68cb"&gt;gist.github.com/.../5904959bf4ff79e48fd8a5d2ca9a68cb&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;img class="alignnone size-medium wp-image-12995" alt=" " height="201" src="http://community.aras.com/wp-content/uploads/2018/10/Dropdown-demo-300x201.gif" width="300" /&gt;&lt;/p&gt;
&lt;p&gt;You can easily adapt this code to populate a completely empty dropdown as well.&lt;/p&gt;
&lt;h2&gt;Filter Item Field Type-Ahead&lt;/h2&gt;
&lt;p&gt;A few months ago, we put out a blog that demonstrated how to &lt;a href="http://community.aras.com/en/applying-filter-search-dialog/"&gt;apply a filter to a search dialog&lt;/a&gt;. One question we received on this post was how to apply the same filter to the options in the type-ahead of the field as well.&amp;nbsp;The sample code below shows precisely how to do that by overriding the call to the server that generates the options for the type-ahead.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://gist.github.com/cgillis-aras/af631acc38dc82c045c16d7e87293a43"&gt;gist.github.com/.../af631acc38dc82c045c16d7e87293a43&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This sample ensures that only specific, individual Users can be assigned as the creator of a Part. If we compare the clip below to the one at the beginning of this post, we&amp;#39;ll notice that Group Identities like&amp;nbsp;&lt;em&gt;Manufacturing&lt;/em&gt; are no longer offered.&lt;/p&gt;
&lt;p&gt;&lt;img class="alignnone size-full wp-image-12994" alt=" " height="296" src="http://community.aras.com/wp-content/uploads/2018/10/Limited-type-ahead.gif" width="182" /&gt;&lt;/p&gt;
&lt;h3&gt;LOOKING FOR MORE ARAS INSPIRATION?&lt;/h3&gt;
&lt;p&gt;Subscribe to our blog and follow&amp;nbsp;&lt;a href="https://twitter.com/araslabs"&gt;@ArasLabs on Twitter&lt;/a&gt;&amp;nbsp;for more helpful content! You can also find our latest open-source projects and sample code on the&amp;nbsp;&lt;a href="https://github.com/ArasLabs"&gt;Aras Labs&amp;nbsp;GitHub&amp;nbsp;page&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Delgation functionality</title><link>https://www.aras.com/community/f/development/8389/delgation-functionality</link><pubDate>Thu, 09 Jan 2020 10:22:01 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:429b81d3-cd5f-4150-ab5b-62d796a58a1d</guid><dc:creator>James Marriner</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Currently when a user delegates an activity from a group identity (i.e. Iden1) everyone in that group will recieve a vote along with the person that it was delegated to. I would like to change the functionality so that when delegating and part of a group (Iden1) it does not give everyone in that group a vote, only the person that it is being voted to. Can anyone advise if this is possible? I have a method on the activity called up &amp;quot;On Delegate&amp;quot; which adds extra people in, but the standard functionality for delagtion is not overridden.&lt;/p&gt;
&lt;p&gt;Thanks, James&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Successful log in events</title><link>https://www.aras.com/community/f/development/3588/successful-log-in-events</link><pubDate>Mon, 19 Feb 2018 06:57:24 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:383b0f31-9dd8-41e0-b37c-34c46f415c13</guid><dc:creator>Former Member</dc:creator><description>hello 
I am trying System Events -Successful log in.
I am working on below method.
//Store Last Successful Login Name
Item itm = this.newItem(&amp;quot;Variable&amp;quot;, &amp;quot;edit&amp;quot;);
itm.setAttribute(&amp;quot;where&amp;quot;, &amp;quot;[variable].name=&amp;#39;LastLogin&amp;#39;&amp;quot;);
itm.setProperty(&amp;quot;value&amp;quot;, eventData.LoginName);
itm.apply();
//Create System Events Log
CCO.Utilities.CreateSystemLogRecord(&amp;quot;SuccessfulLogin&amp;quot;,
&amp;quot;onSuccessfulLogon&amp;quot;, eventData.LoginName,
&amp;quot;Login Successful&amp;quot;);
return this;

its shows error- Details in 6 temporary files C:\Program Files (x86)\Aras11\Innovator\Innovator\Server\dll\4nvdddif Line number 4, Error Number: CS0103, The name &amp;#39;eventData&amp;#39; does not exist in the current context Line number 7, Error Number: CS0103, The name &amp;#39;eventData&amp;#39; does not exist in the current context.

Anybody please tell me&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Error voting WF activity - An item with the same key has already been added.</title><link>https://www.aras.com/community/f/applications/6016/error-voting-wf-activity---an-item-with-the-same-key-has-already-been-added</link><pubDate>Wed, 22 May 2019 16:00:19 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:2959e901-5bcc-4969-a871-390ada5b278c</guid><dc:creator>LauraBianchi</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I&amp;#39;m voting to complete an activity of a WF, but when I complete the activity I get the error in the image below (&lt;span class="m"&gt;&amp;gt;&lt;/span&gt;&lt;span class="tx"&gt;An item with the same key has already been added.). My question is how I can find what is the item that get me the error?&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="tx"&gt;thanks&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/8/pastedimage1558540717778v1.png" alt=" " /&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>Wed, 12 Dec 2018 22:57:00 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:0c7d3dba-f1a9-4c3f-a7b4-d65831c59dc9</guid><dc:creator /><description>Ask a question in a forum.</description></item><item><title>SP11+ filter results on an Item field</title><link>https://www.aras.com/community/f/development/3837/sp11-filter-results-on-an-item-field</link><pubDate>Mon, 23 Jul 2018 07:09:30 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:80d2b773-7a25-44ee-8de7-a52b8e7a0001</guid><dc:creator>James Marriner</dc:creator><description>We have just upgraded to SP11 and the method I used to filter results from an Item field no nolonger works due to the type ahead functionality.

The method works if selecting the elipses to open up the search window, but if I just type in the box it does not run.

Is there a way to limit the results shown when typing in an item field on the form in the same way the method runs?

&amp;nbsp;

Current method:

var retObj = {};
retObj.inactive_user = {filterValue: &amp;#39;0&amp;#39;, isFilterFixed: true,};
return retObj;

&amp;nbsp;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Checkworkflow comments when voting</title><link>https://www.aras.com/community/f/development/3473/checkworkflow-comments-when-voting</link><pubDate>Tue, 21 Nov 2017 04:08:34 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:f45d1f91-f9d6-4901-8783-b0f52895b9a7</guid><dc:creator>James Marriner</dc:creator><description>Hello,

I have a requirement to check that the comments section of the workflow voting screen is filled in if following a certain path based on a certain person voting. There are multiple assignments for each activity

If I use the code on the event &amp;quot;On Vote&amp;quot; then I can check the path and identity, but comments are not shown (as they have not reached the server yet I assume?).

If I use the code on the event &amp;quot;On Close&amp;quot; then I can check path, identity and comments, but only if it is the last assignment of the activity.

&amp;nbsp;

Is anyone able to provide some guidance?

My code:

Dim MyInn As Innovator = Me.getInnovator()

Dim CtrlItem As Item = MyInn.newItem(&amp;quot;Activity&amp;quot;, &amp;quot;TRL_Get_Controlled_Item&amp;quot;)
CtrlItem.setID(Me.getID())
CtrlItem = CtrlItem.apply()

Dim ActivityAsgn As Item = MyInn.newItem(&amp;quot;Activity Assignment&amp;quot;, &amp;quot;get&amp;quot;)
ActivityAsgn .setAttribute(&amp;quot;select&amp;quot;, &amp;quot;&amp;quot;)
ActivityAsgn .setProperty(&amp;quot;source_id&amp;quot;, Me.getID())
ActivityAsgn = ActivityAsgn .apply()

Dim CurrActAs As Item = Nothing
Dim wfcomments as string = &amp;quot;&amp;quot;
Dim q as string = &amp;quot;&amp;quot;
Dim pathtotake as string = &amp;quot;&amp;quot;

Dim userID As String = MyInn.getUserAliases()

For I As Integer = 0 To (ActivityAsgn .getItemCount() - 1)
CurrActAs  =  ActivityAsgn .getItemByIndex(I)
wfcomments = CurrActAs.getProperty(&amp;quot;comments&amp;quot;)
pathtotake = Me.getProperty(&amp;quot;Path&amp;quot;,&amp;quot;&amp;quot;)
q = ActivityAsgn .getItemByIndex(I).getRelatedItem().getProperty(&amp;quot;id&amp;quot;)

If q = userID Then
If pathtotake = &amp;quot;On Hold&amp;quot; Then
If wfcomments = &amp;quot;&amp;quot; Then
Return myInn.newError(&amp;quot;Uh-Oh ID&amp;#39;s dont match&amp;quot; + &amp;quot;&amp;lt;br/&amp;gt;&amp;quot;  + q + &amp;quot;&amp;lt;br/&amp;gt;&amp;quot; + userID)
Return MyInn.newError(&amp;quot;Comments are missing from your vote&amp;quot;)
Else
Return MyInn.newError(&amp;quot;wf comments &amp;quot; + wfcomments)
End If
Else
Return MyInn.newError(&amp;quot;Not chosen an affected path&amp;quot;)
End If
Else
Continue For
End If

Next I&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Issue with report creation - Method and AML</title><link>https://www.aras.com/community/f/development/3447/issue-with-report-creation---method-and-aml</link><pubDate>Mon, 30 Oct 2017 12:15:03 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:96e60be0-5a64-442f-a39e-b9f6fc1d973c</guid><dc:creator>James Marriner</dc:creator><description>Hello,

We currently don&amp;#39;t have self service reporting and I am trying to create a report but have ran into an issue. I have created one as a method (to be ran though the reports drop down) and one as AML but neither work.

I can&amp;#39;t work out how to get this to display in a tabulated format, get the error

&amp;quot;Line number 40, Error Number: CS0029, Cannot implicitly convert type &amp;#39;string&amp;#39; to &amp;#39;Aras.IOM.Item&amp;#39;&amp;quot; on the &amp;quot;return html&amp;quot; line.

The method searches through all ecr records and if they are within the last month and have a change type of defect it will display the records found. The method works if I say &amp;quot;return inn.newResult(result);, but cant convert into the

&amp;nbsp;

Innovator inn = this.getInnovator();
Item ecr = inn.newItem(&amp;quot;ECR&amp;quot;,&amp;quot;get&amp;quot;);
ecr.setAttribute(&amp;quot;select&amp;quot;, &amp;quot;item_number, source, trl_product_family, state, trl_change_type, created_on, trl_sup_total_cost_of_change&amp;quot;);
ecr = ecr.apply();
string result = &amp;quot;&amp;quot;;

// Specify Dates
DateTime today = DateTime.Today;
DateTime month = new DateTime(today.Year, today.Month, 1);
DateTime first = month.AddMonths(-1);
DateTime last = month.AddDays(-1);

//return inn.newResult(Environment.NewLine + first + Environment.NewLine + last +Environment.NewLine);

if (ecr.isError()){ return ecr; }
int totalecrswithdefects = 0;
for(int i=0; i&amp;lt;ecr.getItemCount(); i++)
{
Item curr_part = ecr.getItemByIndex(i);

string e = curr_part.getProperty(&amp;quot;item_number&amp;quot;,&amp;quot;&amp;quot;);
string h = curr_part.getProperty(&amp;quot;trl_change_type&amp;quot;,&amp;quot;&amp;quot;);
DateTime d = DateTime.Parse(curr_part.getProperty(&amp;quot;created_on&amp;quot;,&amp;quot;&amp;quot;));

if (d.Date&amp;gt;first.Date &amp;amp;&amp;amp; d.Date&amp;lt;last.Date &amp;amp;&amp;amp; h == &amp;quot;Defect&amp;quot;)
{
totalecrswithdefects++;
result = result + Environment.NewLine + e + &amp;quot; &amp;quot; + h + &amp;quot; &amp;quot; + d;
}
else
{
continue;
}
}
var report = inn.getItemByKeyedName(&amp;quot;Report&amp;quot;,&amp;quot;newlostcost&amp;quot;);
var style = report.getProperty(&amp;quot;xsl_stylesheet&amp;quot;);
var html = ecr.applyStylesheet(style,&amp;quot;text&amp;quot;);
return html;

OR:

I also cant work out how to use the &amp;quot;less than&amp;quot; operator in the below for the section &amp;quot;and [ecr].created_on&amp;lt;&amp;quot;

I get the error:- &amp;#39;&amp;lt;&amp;#39;, hexadecimal value is an invalid attribute character.

&amp;lt;AML&amp;gt;

&amp;lt;Item type=&amp;quot;ECR&amp;quot; action=&amp;quot;get&amp;quot; where=&amp;quot;[ecr].created_on&amp;gt;DATEADD(month, DATEDIFF(month, -1, getdate()) - 2, 0) and [ecr].created_on&amp;lt;DATEADD(ss, -1, DATEADD(month, DATEDIFF(month, 0, getdate()), 0))&amp;quot;&amp;lt;/Item&amp;gt;

&amp;lt;/AML&amp;gt;

&amp;nbsp;

Any ideas?

&amp;nbsp;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Products and model numbers within ARAS</title><link>https://www.aras.com/community/f/applications/3441/products-and-model-numbers-within-aras</link><pubDate>Tue, 24 Oct 2017 08:46:58 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:fab0911d-f696-40f8-912b-739e74fbe834</guid><dc:creator>James Marriner</dc:creator><description>Hello all,

This is more of a discussion question rather than a problem and I am asking on behalf of somebody else.

&amp;quot;Does anyone have any examples or thoughts on how you currently use products and model numbers within ARAS?&amp;quot;

Thanks&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Deleting or changing assignments on a workflow</title><link>https://www.aras.com/community/f/development/3353/deleting-or-changing-assignments-on-a-workflow</link><pubDate>Wed, 02 Aug 2017 11:14:59 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:7c7e4f0f-c267-488f-a625-5709c6032720</guid><dc:creator>James Marriner</dc:creator><description>Hello,

Is it possible to change the assignments on a workflow task through a method?

The code I&amp;#39;m using is below, but it doesn&amp;#39;t seem to delete the assignment. The reason being is that we bounce an ECO between &amp;quot;draft Changes&amp;quot; and &amp;quot;Peer Review&amp;quot; steps. We have the draft changes set as a default person, and the peer review set as &amp;quot;owner&amp;quot;. Once the task goes to and leaves peer review, and the owner of the ECO is changed to someone else, the workflow keeps the original person not the updated one.

We use  auto assignments which deletes assignments with a role (below code), but the &amp;quot;owner&amp;quot; assignment has no role and I cant work out how to flip it for a role.

I tried &amp;quot;trl_role IS NOT NULL&amp;quot; but that didn&amp;#39;t seem to do anything.

I assume closed_on IS NULL means the task for that assignee is open, but it should close that active task when voting and create a new task everytime it goes to that step, so closed_on will always be null

I don&amp;#39;t know what the source_id = &amp;#39;{0}&amp;#39; bit means

//Delete current assignments With a Role
String DeleteAssignment = &amp;quot; SELECT ID FROM innovator.ACTIVITY_ASSIGNMENT WHERE SOURCE_ID = &amp;#39;{0}&amp;#39; AND trl_role IS NULL AND closed_on IS NULL&amp;quot;;

this.getInnovator().applySQL(String.Format(DeleteAssignment,this.getID()));
Item myDeleteRes = this.getInnovator().applySQL(String.Format(DeleteAssignment,this.getID()));
for ( var icount = 0 ; icount &amp;lt; myDeleteRes.getItemCount() ; icount++){

Item assignment = this.newItem(&amp;quot;Activity Assignment&amp;quot;,&amp;quot;delete&amp;quot;);
assignment.setID(myDeleteRes.getItemByIndex(icount).getProperty(&amp;quot;id&amp;quot;));
assignment.apply()

&amp;nbsp;

Thanks in advance&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Changing property of a tick box</title><link>https://www.aras.com/community/f/development/3349/changing-property-of-a-tick-box</link><pubDate>Wed, 02 Aug 2017 06:15:52 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:691c0608-033f-4867-9b24-983036489183</guid><dc:creator>James Marriner</dc:creator><description>Hello,

Hope someone can help me, as I am not sure what is going wrong on what is a simple thing.

I have a form (PR) that has a Boolean tick box (trl_on_hold) that is set as disabled on the form (so it can be seen but not changed by the users)

I am trying to create a method to tick the box when the method runs. It will run as part of a workflow task (i.e. on vote it will tick the box). I have it created as a server-side method

I have tried all the below but all give me errors . I&amp;#39;m new to development on ARAS. Can anyone see what I have done wrong, or point me in the right direction. I know in regular c# you can change the value with onhold = !onhold.

Try 1
bool holder = true;
this.getProperty(&amp;quot;trl_on_hold&amp;quot;, &amp;quot;&amp;quot;);
this.setProperty(&amp;quot;trl_on_hold&amp;quot;, holder);
return this;

Try 2
Item pr = this.newItem(&amp;quot;PR&amp;quot;,&amp;quot;edit&amp;quot;);
pr.setProperty(&amp;quot;trl_on_hold&amp;quot;,&amp;quot;1&amp;quot;);
pr = pr.apply();
return pr;

&amp;nbsp;

Try 3
Item pr = this.newItem(&amp;quot;PR&amp;quot;,&amp;quot;edit&amp;quot;);
pr.setPropertyAttribute(&amp;quot;trl_on_hold&amp;quot;,&amp;quot;is_null&amp;quot;,&amp;quot;1&amp;quot;);
pr = pr.apply();
return pr;

Thanks in advance&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Hiding users/identities in the identity search grid</title><link>https://www.aras.com/community/f/development/3336/hiding-users-identities-in-the-identity-search-grid</link><pubDate>Thu, 20 Jul 2017 10:26:55 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:e85a2c78-5fe5-4aaf-acc3-1f4e96c305cc</guid><dc:creator>James Marriner</dc:creator><description>Hello,

I wondered if there was a way to hide identities when searching for an identity in the search grids? (such as when adding to an ECO).

The reason being to avoid long lists when people leave, or identities have been set up incorrectly.

An example being, as we use single sign on, if lots of identities have been created, but when people go to log in there is an inconsistency and so authentication fails. If the identity was not previously assigned to a task then it can be deleted, but if it was assigned before the user logged in then it cannot be deleted or renamed.

In this case we would create a new user (and linked identity) but the old one still appears when searching, leading to confusion by some as to which identity should be selected.

Thanks in advance

Jams&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Error connecting to ARAS through C# application</title><link>https://www.aras.com/community/f/development/3259/error-connecting-to-aras-through-c-application</link><pubDate>Fri, 28 Apr 2017 03:34:23 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:cb9011e9-b891-4aa0-a2b9-e5d90e9efa31</guid><dc:creator>James Marriner</dc:creator><description>Hello,

Apologies for the 3rd post in 3 days. Using the below snippet of code it should allow me to log in to the system (through set credentials or windows authorisation) .

string url = &amp;quot;http://Server/Database
string db = &amp;quot;Database&amp;quot;;
string user = &amp;quot;admin&amp;quot;;
string pw = &amp;quot;innovator&amp;quot;;
HttpServerConnection conn = IomFactory.CreateHttpServerConnection(url, db, user, pw);
//WinAuthHttpServerConnection conn = IomFactory.CreateWinAuthHttpServerConnection(url, db);
Item login_result = conn.Login();
if (login_result.isError())
throw new Exception(&amp;quot;Login failed&amp;quot;);
Innovator inn = IomFactory.CreateInnovator(conn);
For some reason this was working Wednesday but stopped working overnight. The error I get with visual studio is: &amp;quot;System.Net.WebException: Unable to connect to remote server&amp;quot;
Fault Code - 999
Fault string - HTTP Error
Fault factor - HTTP Server Connection
Detail - Unknown error
I have tried:

Login using both sets of login information on all installed browsers via the log in page  - works fine

Confirmed the login.aspx page has anonymous login disabled.

Confirmed VS takes the raw password string and converts into a password hash.

I can connect in via AML Studio 1.2 using the same information

Can anyone confirm if I am doing something wrong, or provide some insight as to why I cannot connect? I can provide screenshots of VS if needed but not sure how to add them, if I can.
Thanks in advance
James

&amp;nbsp;

&amp;nbsp;

&amp;nbsp;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>