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