Quantcast
Channel: aras PLM community
Viewing all 1103 articles
Browse latest View live

Project Activity Status change

$
0
0

Hello,

I'm looking for a way to change or force a change to a project activity status to Pending back from Active (after the project has been scheduled).

Thanks,

Karim


"Send Email" action button on top of report.

$
0
0

Hi Friends,

 

I am new to Aras innovator PLM Solution and trying to create an action button "Send Email" on top of reports like Multilevel Bom report, Costing report etc.

 

i tried by writing a javascript ( "mailTo" method for sending mail) but javascript "mailTo" is unable to attach that report.

Please help me to solve this requirement.

 

Thanks in advance.

 

Regards

Snehal

Edit a locked item without creating errors for other users?

$
0
0

Is there a way to edit an item that is locked by other user, without unlocking the item after update ?
I mean, if I run a method that will edit an item that someone else has locked and currently is working with.
The form still looks like it's locked for the other user, until he tries to save his changes.
Aras will then throw an error about the item already being unlocked.
Then he can't do anything other than just clicking on the "x" and loose his work...

So, is there a way to just update a property (not shown in the form) on an item, that is locked by someone?

Thanks
/Benny

Manage an ItemType versioning with two different sequences (Numerical and Alphabetical)

$
0
0

Normal 0 false false false EN-US X-NONE AR-SA

Is there any way to manage an Itemtype versioning (for example CAD documents) with numerical sequence then with alphabetical sequence depending on the value of a given property?

Of course, I could create twice the same itemtype and manage each one with a different sequence, but I think a better solution must be available.

Thank you for your help.

Using Relationship Forms

$
0
0

Hi,

I am trying to use a relationship form. I have followed the tech tip "Using Relationship Forms":  http://www.aras.com/subscriberportal/tech-tips/using-relationship-forms.aspx

It's working for all string fields, but not for date fields and lists. I can select a date, but it won't save to the parent item, so it will disappear when I save the item. The lists won't show at all, so I can't even make a selection.

I'm working in Aras v10 by the way.

Does anyone have any tips on how to solve this?

Thanks in advance and best regards,

Lisa

Web Service- .Event handler failed with message: Object doesn't support this actionClient Side Error

$
0
0

Hi All,

I installed Aras innovator 10 on windows 7 OS and tried to create a new web service but on loading the web service form i am getting below given error.

Internal Error: event handler failed.Event handler failed with message: Object doesn't support this actionClient Side Error

Any suggestions to solve the error?

Thanks in advance.

Rahul

 

Table structure and relationships

$
0
0

Hi All;

I hope I am posting my question in a right forum.  If not my apologies.

I am pretty new to ARAS.  My knowledge is limited to navigating the program at the user level.  I have recently been asked to create a few reports in ms access from ARAS.  I am familiar with tables and relationships in ERP systems.  However, I can't figure out the relationship between tables in ARAS. Any help will be greatly apprciated.

I am looking into BOMs only at this stage.  We start at a product level and drill down BOM based on available options.

Many thanks in advance

Rod

Display part details with BOM Structure tab in same page as Itemgrid

$
0
0

Hi all,

I have requirement to display part details with its BOM , BOM structure tab in the same page as ItemsGrid page.

To achieve this I have used iFame to divide page into two parts , one shows item grid and other PartDetails.

To display Part details in Iframe I have used method uiShowItemInFrameEx(), but the method isn't showing

BOM ,BOM structure tab Please look at attached image for details:

But when I use uiShowItemEx() method it shows BOM , BOM structure tabs as expected but in new window.

 

How do I achieve this?Is there any extra configuration do I need to do? Please give your inputs over this issue.

Thanks in advance.

 


HOW TO SHOW NUMBER IN A GREEN AREA , RED AREA AND YELLOW AREA

$
0
0

I use pie chart for showing status of my projects in Aras Innovator. Green Area shows parts are regular, yellow area shows parts are in devlopment and red area shows that part are obsolete . I WANT THAT NUMBER SHOW IN A GREEN AREA, RED AREA AND YELLOW AREA . IS THAT POSSIBLE IN ARAS INNOVATOR . Please Reply ASAP.

 

Thanks 

Abhishek Srivastav

get values of another item

$
0
0

hi ,

I am unable to get values that I am having to a relationship grid of parent item on the client side.

I have written this on a onClick event on the property. i am able to set source id and related id of item type, but after that unable to make relationship with next item type . related id and last item type id are same.

I am having cost as field in FM_Itemtype and doing their total of it in total cost in FM_formula item type using field event. 

I tried various ideas but cant getting success

Please help ..

here is my code

*********************************************************

 

 

innovator = document.thisItem.getInnovator();

 

var vFormula = innovator.newItem("FM_Formula","get");

 

var vFormulaId=document.thisItem.getProperty("id");

 

vFormula.setAttribute("where", "[FM_Formula].id='" + vFormulaId + "'");

 

vFormula.setID(vFormulaId);

 

 

 

var vFormulaBom = vFormula.newItem("FM_FORMULABOM","get");

vFormulaBom.setAttribute("select", "source_id");

vFormulaBom.setAttribute("select", "related_id");

 

 

var vItem = vFormula.newItem("FM_ITEM","get");

vItem.setAttribute("select", "id, cost");

 

 

vFormulaBom.setRelatedItem(vItem);

vFormula.addRelationship(vFormulaBom);

 

var results = vFormula.apply();

 

var count = results.getItemCount();

 

alert(count);

 

 

 

var v=0;

 

for (var i=0; i<count; i++)

{

var vIndexitem = results.getItemByIndex(i);

var vItem=vItem.getRelatedItem();

 

 

var  vCost = vIndexitem.getProperty("cost");

if (vCost)

{

v=parseFloat(v) + parseFloat(vCost);

 }

 

alert(vCost);

}

 

handleItemChange("total_cost", v);

 

where is the Knowledge base of Innovator 10.0?

$
0
0

hello

before the Aras Innovator 10.0,I can get the menu "Knowledge base", but now ,how can i use it in 10.0.

thanks.

hsing

The SMTP host was not specified?

$
0
0
Hello everyone How to solve the problem of The SMTP host was not specified? Thanks. Hsing.

Exception during Initialization

$
0
0

Hello, I have just installed Aras Innovator 3.0.0 Build 5423.

When I try to login to Aras Innovator, I receive the following message:

 

Exception during initialization (InnovatorDatabaseException: Invalid object name 'ITEMTYPE'. in SQL: SELECT id FROM ITEMTYPE WHERE name = 'Locale')

I would be extremely grateful if anyone can help me with this problem.

Thanks

 
 

Modifying search on event

$
0
0

Hello,

I have an ItemType called Documents that I would like to have catch the search in the event OnBeforeGet() that checks the identity of a user and if the identity of the user is one thing, it modifies the search criteria so that only two columns are searched, and I would specify the values for those two columns.  I already have the code to check for the identity group the user is in.  What I am struggling to find is how to modify the search criteria in the server side C# method OnBeforeGet(). 

 

Any help would be greatly appreciated.

Call saved search

$
0
0

I was just wondering if there was any way to call a saved search from the OnBeforeGet() server side method.  Thanks!


Searching for item on multiple conditions

$
0
0

I have the following code that searches for two conditions on an item.  If I just search for one condition, say just Approved, it works.  But when I search for BOTH Approved and Incorporated, it does not work.  Anyone have an idea how I would say "search where the status is Incorporated OR status is Approved"?  The search is attempting to search where the status is BOTH equal to Incorporated and equal to Approved.

 

this.setProperty("status", "Incorporated, Approved");

this.setPropertyCondition("status", "eq");

return this;

"Cannot get IIS pickup directory" error

$
0
0

Hi evreyone,

I'm trully sorry if this kind of questions have been already post in that forum but I tried everything and nothing is working for me...

I am using Firefox ESR 31.8.0 and Internet Explorer 11.0.9600.17843 and the problem is still the same. I am not very used to work with IIS and all that stuff. So is there someone who could help me ?

My problem : I have an ItemType with a Life Cycle Map and a workflow attached. The Life Cycle Map is composed of four states : "Work In Progress", "In review", "Accepted" and "Rejected". In the transition between "Work In Progress" and "In review" I would like to send an email with the option "configure e-mail". So when I set the notification and when I send the Item in the workflow and it becomes "In review" the error message is "Cannot get IIS pickup directory"

Cannot get IIS pickup directory.<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Body><SOAP-ENV:Fault xmlns:af="http://www.aras.com/InnovatorFault"><faultcode>SOAP-ENV:Server</faultcode><faultstring><![CDATA[Cannot get IIS pickup directory.]]></faultstring><detail><af:legacy_detail><![CDATA[Cannot get IIS pickup directory.]]></af:legacy_detail><af:exception message="Cannot get IIS pickup directory." type="Aras.Server.Core.InnovatorServerException"/></detail></SOAP-ENV:Fault></SOAP-ENV:Body></SOAP-ENV:Envelope>

I really appreciate any help you can provide.

Daniel

No items of type Part found

$
0
0

Hi:

When create new part, an error appears:

No items of type Part found.

<faultstring>No items of type Part found.</faultstring>
-<detail>
 <af:legacy_detail>No items of type Part found.</af:legacy_detail>
 <af:legacy_faultstring>No items of type 'Part' found using the criteria: <Item type="Part" serverEvents="1"><id>02A6A800D3324501A9B46758A77F2705</id></Item> </af:legacy_faultstring>

 

How can I resolve it?

Thank you !

selectSingleNode method not supported error

$
0
0

Hi,

I am trying to show part detail in a frame for which I have used method : uiShowItemInFrameEx()

which internally calls getItemProperty() .

This method is  generated  at run time.This method fails to execute.

Please check image attached for more details :

 

 

 

 

Questioning the decision to lockdown Firefox versions in which Aras will run

$
0
0

"Aras 10 is only supprted in ESR24".

 

Aras is supposed to be a web based PLM system.  What use is it if we have to tell all our partners, suppliers and customers that they must run an ancient version of Firefox? What about those that want to use Aras from home, are they to install ESR too?

In the past in-house compatibility with particular IE versions has caused problems with other software.  This has just made things worse as at least IE's does not have a home and work version.

I understand that bugs will only be tested and fixed on particular versions, but to lock users out completely is just plain daft.  If you have to, why not just but a "This browser is unsuported" message in the bottom bar.

We might as well give up on the browser idea entirely and just deiver a dedicated Aras client (even if that's just a bundelled version of Firefox)  In fact that would make things a whole lot easier for us and the developers.

Even if it is un-suported, please, what can we do to remove the lockdown?

Jason Morgan

Viewing all 1103 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>