Browse By Tags

  • xClass Implementation Considerations for Performance

    Community, My current client wants to use xClass Properties on Itemtypes: Document, CAD, and Part. Current Configuration The Document and CAD Itemtypes will use xClass in a straight forward way therefore predictable data generation. The question…
  • Hi All, I am trying to get level from Xclassification tree can you suggest any way to get that whole path.

    please find attached screenshot for your reference i need to get the whole path under level tag from classification tree,
  • Xclass

    Hello! Im create new xclass and add to part form, but its not active and i recieve message even when i open any part. How i can fix errot?
  • xclassification dialog from custom method

    hello i'm begining a project, the idea is to have a an action launch a dialog to select a xclass. I would like to launch the same dialog as the one that pops up when adding a part xclass and x property(see below): after the user selected a class…
  • Can you Remove xClass relationship with onChange field event?

    I'm trying to clear out the xClass relationship when the class of a part is changed. The code I have below is ran on the filed event of the drop down onChange, however it doesn't remove the xClass relationship. var rootItem = document.thisItem;…
  • 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…
  • How to Update the value of xClasss xProperty by AML or API?

    Hi Eli, How to Update the value of  xClasss xProperty via API or AML? I can get the value of an xProperty  via MyItem.getProperty("xp-MyPropertyName") or AML. But I failed to update xProperty this way. Item MyItem = innovator.newItem("Part","edit"…