Hi everyone,
As my picture above, I want to use AML to edit Part and set value Item Class, Class Path and some value like m_Capacitance Uni, etc. I'm just a newbie in Aras. So please help me or let me know some keywords to resovle this issue.
Thanks…
Hi,
Trying to set up a small tree. I could build the tree with 6 classes, and 10 attributes with attribute inheritance from parent to child class. But I am not able to Restrict Selection To Only Leaf Classes
Restrict Selection To Only Leaf Classes…
I am using Aras 11 SP15. I am trying to update a requirement I created. Here is my code:
using System; using System.Collections.Generic; using Aras.IOM;
namespace TestArasProject { public static class Program { public static void Main(string[] args…
Hi,
I would like to simplify the Express ECO workflow for "component" classification Parts. I created a new Express ECO workflow by saving as the original.
I am using an internal method to get different workflows for different classifications. So…
hi,
classification options not coming on client machines, everything working fine on server. kindly help me in resolving it.
refer below snap, yellow highlighted options not coming on clients machine
Hi,
instead of classification field in the PART item type, if we want to define subtypes in a separate field in the PART form how can we configure the filter list?
For example, we have component types as Capacitors, Resistors, etc. For Capacitors…
Hi,
I want to have multiple workflows for different DCO subclasses. I've seen a code here but I can not work with it.
the code is :
switch (classification)
{
case "DCO I":
wflMapName = "Express DCO-I";
break;
case "DCO II":
wflMapName…
Hi
ItemType 【Class Structure】 I add three item AAA、BBB、CCC. I create two Identity -->Identity_A 、Identity_B.
When Identity_A login and click classification show list,I want list just show AAA 、BBB 2 item.
When Identity_B login and click classification…