Browse By Tags

  • "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…
  • Filter List from Part Classification

    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…