Browse By Tags

  • Load xClass and xProperties, and link xProperties to multiple xClasses from AML

    We want to load 1k+ xclasses to Aras, we are talking about 4k+ xproperties here. When we are running AML for creating relations xClass_xProperty_Flatten and xClass_xPropertyDefinition to link them to class tree, it fails with error : <faultstring…
  • [Part Classification] How to create AML to add classification for Part

    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…
  • Extended Classification issue

    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…
  • "Classification cannot be changed after saving the item" error using the .Net API to update requirement

    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…
  • Error for the New Workflow for Components

    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…
  • Dynamic Workflow for DCO

    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…