Browse By Tags

  • 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,
  • 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"…