We are currently going through a mass parts change. We have a method that triggers OnBeforeUpdate. We would like to do this before the parts are released. Is there a way to trigger this method action inside of AML Studio or a way to trigger a specific method? Thank you for your help.
AML Studio OnBeforeUpdate
Need more information /document for ARAS API
Hi All,
I want to do customization in Aras using Serverside (C#) and Clientside (JS). Kindly share any document or link other than "Aras Innovator 9.X - Programmers Guide", which can give more details of Aras API.
Thank you in advance !!
innovator 10 with database of innovator 9.4 | internet explorer 11
Hello all,
I have 2 questions please:
1. does aras innovator support internet explorer 11?
2. I have upgrade aras innovator 9.4 to innovator 10 - but now it not showing anything on the right - no parts, users nothing.
why is that?
Thanks,
Ofer
APQP Module
Hi,
I´m trying and studying Aras last week and very hopefully with it.
I´m a doubt: modele quallity planning is available or not to use in free package?
I ve installed some times and I didnt get the Part Characteristics for example.
Nor in the SQL I ve found the tables related to this module.
What I ve made wrong?
Thanks.
Update of an Form property using server side method
Hi,
I have an itemtype A which is having relationship with Itemtype B.
A is having Property X.
B is having Property Y.
Now after creating Itemtype A, i add 2 instance of item B in relationship tab.
My requirement is to update Property X on Itemtype A form using 2 values present in Y of B instance.
I am using below server side code but it is not returing anything.
Innovator inn = this.getInnovator();
Item myPart = inn.newItem("A","get");
myPart.setID(this.getID());
myPart.setAttribute("select","name");
myPart=myPart.apply();
string prevName = myPart.getProperty("name");
//Below query gives sum of 2 B itemtype instances
Item results = inn.applySQL(
" Select Sum(B.Y) from innovator.A A "+
" Inner join innovator.B B on B.SOURCE_ID = A.id"+
" where A.NAME = '" + prevName + "' and A.IS_CURRENT=1 and B.IS_CURRENT=1");
var b = results.getResult();
myPart.setProperty("X",b);
If i am doing it wrong, then kindly suggest how i can achieve it.
Thanks in advance !!
My Inbasket
Now that things are moving a long and the users are working in Innovator, they are finding it difficult to sort out all the ECR/ECN activities in their Inbaskets. A request has been raised to have the Title of the ECR/ECN to be displayed next to the ECR/ECn number.
I have looked all over the place for the properties of the Inbasket or Activity. Where does one go to modify the display for the Inbasket?
Thanks
Ron
Adding a New Change Type to the Part Pop Up Menu
Hi All,
I have created a custom change type (ETAR). I want it to behave like the ECR in that when I press the right mouse button on a part, it gives me an option to "Add Item(s) to Change" option. When I pick this option, a dialog comes up with "Change Type: " drop down. The drop down has values for the OOTB types listed. How do I add my custom change type do this drop down?
Thanks in advance.
Kamran
PDF Watermarking or Stamping
Has anyone out there implemented any form of watermarking or stamping of PDFs on retrieval from the vault?
We are looking for options to mark files that are viewed or printed for more advanced document control. For example: Date Viewed/Printed, Released Version (as of the view/print date), if not the released version mark superseded, etc.
In searching the Aras site, there is mention of this type of feature here (http://www.aras.com/Community/wikis/rfp/07-document-management.aspx) but I don't see any more recent info than this from July 2010.
PDF watermarking software exists, and we have some ideas on how to do this to a file accessed directly, but we're looking for insight if anyone has done this through the Innovator interface. Especially since we'd be pulling info from the Innovator DB.
import data (with attach files) using NASH
Hi all,
i am new in Aras, understanding we can use Nash to create multi new entry of new item, for example "PART" with the field value. Is it possible to include the file also ... such like jpg file for the thumbnail of the "Part"?
Thank you.
Alex AYC
Email notification from workflow
Hi
In a workflow I want to send an email notification. The problem is that I want to be able to choose the target identity from the form.
I suppose the way is to create a server method, but unfortunately I don't know much about coding.
The method should do like this.
Example:
On the "Express ECO" workflow in the activity "Close Change" I add a new notification named "test". Target property is set to "Alternate".
On the itemtype "Express ECO" I add a new property called "notify_target" datatype = "item" data source = "identity".
I put this property on the "Express ECO" form.
On the "Express ECO" workflow on Activity "Close Change" I add a ServerEvent. The event needs to get the identity property from the form and put this identity on the itemtype "Activity EMail" on the property "alternate_identity".
I hope some of you have had the same challenge and able to help.
Kind Regards
Henrik Olesen
Kamstrup A/S
Denmark
New Install Innovator 10 - Add ECR Error
I just installed Innovator 10, logged in as admin and tried to create a ECR and I get a popup window that says:
"The resource you are looking for has been removed, had its name changed, or is temporarily unavailable."
Can anyone help?
Vendors and part price
I have multiple vendors for the same part which offer different prices.
To me, it would thus be more logically to add the part price in the Vendor item than in the part item.
If I add the price to the part, then I have no where to differentiate between the vendors.
How do other people handle this issue?
New install unable to login
I get the following error when attempting to login for the first time after a successful install. The error is: The type initializer for 'Aras.Common.Cryptography.RSACryptoHelper' threw an exception.
This is a fresh server standalone installation running server 2008 R2, IIS and SQL 2012 express.
Thanks,
Joe
browser has failed the minimum browser requirement check
I have downloaded and installed Innovator 10 for evaluation and can’t connect to it, I get a browser error: “The browser has failed the minimum browser requirement check.” Both from client PCs and on the server itself.
I have tried IE8, IE9 and Chrome (version 33.0)
Are there any special requirements that might not be in a default package?
Server 2003
MS SQL 2005 server express
IIS6
Appears to have .NET framework 2, 3, 3.5 and 4
The page address of this error ends : InnovatorServer/Client/X-salt=std_10.0.0.5846-X/SupportedBrowsers.html
licence reads version=10.0
This is my first foray into Aras, I can’t see what’s up. Any pointers?
Andy
Cannot edit or show method's content when create/open a method
I have rebulid a new Innovator system in another server . Everything went smoothly. But when I create a new method . the textbox is disabled . I can't add something in it . It shows a blue backgroud,and there is a cross mark on the left .
What can I do for it ? Is there anything I have missed?
Innovator version: 9.3.0
IE configuration is ok;
Please Help me!
Thanks
lena
「"innovator.TEAM_IDENTITY"が存在しないか権限がない」というエラーが発生します
ArasInnovator10.0のInnovatorSetup.msiでインストールセットアップ時に
DatabaseConfigureの画面で「Populate an existing database」のConfigure databaseを実行時に
「Error 27506 SQLスクリプトの実行エラー。84654行目。オブジェクト"innovator.TEAM_IDENTITY"が存在しないか権限がないので、このオブジェクトを見つけることができません。(1088)」
というエラーが発生します
ServerOS: Windows Server 2008 R2 Enterprise
SQL Server 2008 R2 Standard
IIS7を使用しています。
よろしくお願いします。
Requirements Management module
Hi,
Where can I find out and download Requirements Management project which has been demonstrated in the following.
Aras Next Generation Requirements Management:
I searched under projects and found this Requirements Management. But this is different and old one.
Please help me to download the Requirements Management project that shown in the above demo.
Thank you, ErgR
Browser failed requirement check however all conditions appear to be satisfied
Hi,
I have been trialing Aras innovator 10 as a stand alone set up on my desktop PC and have been logging into the innovatorsever no problems with "http:/localhost/innovatorserver"
Now that I want other clients to log in I have used http://<my_computer_name>/innovator server. Now I get the following
"Aras Inovator - Warning - The browser has failed the minimum browser requirement check. Please contact your system administrator to confirm your client against the platform requirements"
This happens on my PC with the standalone install or other client PC's. I find it strange on my pc if i have localhost in the address it works and if you specify my computer name it fails the browser check?????
I have gone through the installation doco and client setup for IE doco and have had no success.
Is there a way to disable this check as a solution for now
Kyle
Execute a method after relationship grid is loaded
hi,
I need to update the state of some relationship grid fields when they are loaded.
For example set a field as link to a folder if it's not empty and it contain a valid path, or execute a method if an another field is not empty.
I'm looking for a trigger/event for execute a method for do that but i didn't find anything.
The relationship type/grid event has only the onInsertRow, onSelectRow or on DeleteRow events.
Someone can give me an advice on how i can execute a method when the relationship grid, or single row of relationship grid, is loaded?
Thank You
Promote item lifecycle with method on button in Aras 10
In Aras 10
I have an Item with a simple lifecycle (Active - Closed)
I want to create a button on the form, where I can promote the lifecycle to Closed by a click.
I have working methods for saving and unlocking the item, but I would like to have it promoted also.
I've created a metod (Javascript, client side) with the following two lines:
var myItem = document.thisItem;
myItem.promote("Closed", "Promoted by Aras");
I've then added this method to a button with "onClick" (Field Event)
BUT nothing happens When i click on the button?
Does anyone have a working method for this?
Thanks/Benny