Hide Classification Values (in the Classification Tree) based on Criteria
Hi All, Is there a good way to Hide some of the Classification/Type values from the select Classification Page , based on a specific criteria ? e.g. User ABC should only see Assembly and Component in the above page when creating a Part. Thanks and Regards, Shruti Suresh559Views0likes7CommentsLimit Class Structure View by Identity or Limit by permissions on sub-class?
Hi community, I am wondering if there is a way to limit class structure view by identity. For example, we have 2 locations that handle CAD but have different classes they create based on product line. I want to be able to define by either identity or location what classes are visible in the tree from the Type dropdown under part. If this can't be done there, maybe a way to limit sub-class 'get' permissions for the identity. Just throwing things out there.1.1KViews0likes0CommentsError 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 I defined the new workflow for the "Components" in the method. I deleted "In Planning" activity in this new workflow. However, I get the below. I can not understand what the exact error is and how to fix it. "Aras.Server.Core.ItemIsLockedException" thanks Duygu17KViews0likes10CommentsFilter 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, we have a detailed subtype list and we want to define them as filter list. thank you Duygu13KViews0likes6CommentsDynamic 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 = "Express DCO-II"; break; } Item wflMap = inn.getItemByKeyedName("Workflow Map",wflMapName); Item wfl = this.instantiateWorkflow(wflMap.getID());5.6KViews0likes2Comments