-
I have developed application in .Net framework3.5 for integration with Aras Have followed this procedure. "Create myWebpage.aspx with appropriate text boxes and a button and put into C:/Aras/Innovator/Client/Solutions fol der. Options: 1. Use TOC View feature. Go to Administration\ItemTypes in TOC...
-
Hello all, I want to know know min_rev (minor_revision) works in the below scenario?? I have a 'Released' Part with major_rev 'A'. Once the Goal is updated the 'Released' Part state is changed to Preliminary & Revision becomes 'B'. I don't want that to be happened...
Posted to
Developers Forum
(Forum)
by
sherenegladysj
on
Thu, Oct 29 2009
Filed under: Files, IOM, IOM Vault, Client Methods, Visual .net, aras, Aras:, .net, .net integration, aspx with C#, .aspx
-
Hello all, Whenever the Part is Released by an ECO. The Document attached to the Part in Part Document tab should also be Released by undergoing an ECO life cycle without adding as a separate Affected Item in the ECO. Can anyone come across such a scenario??? Pls reply. Thansk & Regards, Sherene
Posted to
Developers Forum
(Forum)
by
sherenegladysj
on
Fri, Nov 13 2009
Filed under: IOM, Workflow Promotion, SQL, SQL ItemType, Client Methods, Visual .net, aras, connectors, Aras:, solution, .net, import Aras.IOM, .net integration, aspx with C#, .aspx
-
Hello, How to set the combined Item behavior? Parent 1 as Fixed & Parent 2 as Float in teh LifeCycle... My scenario is like this; When P1 is versioned first; P1 & P2 points to C1 until C2 creates. When C2 creates P1 points to C1, P2 points to C2. When C1 is versioned first; P1 points to C2, until...
-
Hello all, I have a Released Part as Revision "A" by undergoing through an ECO. Again I revised the Part to "B". I want to delete the "B" Revision Part which is in Preliminary state. Aras did not allow me to delete because it is referred in ECO. I had to delete all the relationships...
Posted to
Developers Forum
(Forum)
by
sherenegladysj
on
Fri, Dec 4 2009
Filed under: IOM, Stored Procedure, IOM Vault, Client Methods, Visual .net, aras, Aras:, integration, .net, .net integration, aspx with C#, .aspx
-
My company (an adhesive film manufacturer) is evaluating software for new product development. I've installed Innovator and added the demo database. I'm initially using the PLM portion of the program. I would expect to be able to create custom forms to integrate into the application but I can't...
-
Hello all, While creating Part, Document will be created with same as Part Number and Description. I have written server method (OnAfterAdd) for this. Dim myInnov As Innovator = Me.newInnovator() Dim partID As String = Me.getID() Dim partItem As Item = myInnov.newItem("Part", "get"...
-
Hello, I have two Group Identities having list of members, Part created by one set of group identity should not be visible to other group identity. The user belongs to that group alone can view the Part. How to do this?? Do I need to write method or setting up the permission solves my problem? REgards...
-
Hello all, I have a scenario like this; There are two Group Identities A & B ; Part created by one member of group identity (A) should not be visible to the members of other group identity (B). Members of same group should be able to see all the parts created among the group. How about adding the...
-
Hello all, I want to add members of Group Identity to a dropdown list; I'm getting error while running this code. var selectObj = document.getFieldByName("doccontrol"); 'doccontrol is the dropdownlist field name var opt = document.createElement("OPTION"); selectObj.add(opt...
Posted to
Developers Forum
(Forum)
by
sherenegladysj
on
Tue, Mar 2 2010
Filed under: Client Methods, aras, Aras:, .net, .net integration, aspx with C#, .aspx, c#, Aras:Classification Popup