-
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
-
Hi Everyone, I created a federated Itemtype. I added this itemtype in relationship to other itemtype. I have written a onGet event for this item (which brings data from remote server and displays data in relationship Grid). Now after fetching data to grid i want to search for a particular item(in federated...
-
I want to achieve the following. 1. On search results page for any itemtype. Let us take part here. 2. i select one or multiple parts. 3. Click on custom action . say "Mass update" 4.Open a custom form with all attributes on the form. 5. Mass update. I am struggling with the following. Getting...
-
i am trying to achieve the following 1. I have created two forms for an itemtype, say "form1" which is default and" form2" in views. for form2 I added type as edit. 2. I have created a generic action and associated a method to it. 3.i am planning on opening form 2 for display programatically...
-
Hello all, I want to have Part Naming Convention in the part Item Number field. The Naming Convention as follows... DF_PN_X_XXX (All Part Number should follow this pattern) DF_PN -- Code X ----- Type (P-Part / A- Assembly/ M- Mechanical/ E-Electrical...) XXX ----- Base Number (000 - assembly, 001, 002...