-
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
-
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...