• update a part's extended property through the iom

    hello, i have been able to update the extended property of a part through aml but i'm looking fo a sample code to understand how to do it with iom(innovator object model) thanks, Lucas
  • Sequence contains no matching element

    Hi. When I try to add xProperties in the xClasses, I can't add some xProperties with above message. I can add Some xProperties. I have no idea what is different between them. Is there anybody know what I should do for fixing it?
  • 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…
  • Show xProperties from one item type to another item type

    Hi Team I need a help to implement one logic. I have xClass configured in Document Item type and Part has document number field. On Select of document number, I want to show the related xClass properties of document in Part. How to achieve this. Example…
  • Hiding Select xClass Ellipse and Delete xClass button in Extended classification

    Hi Team, I have created a custom method, when a user selected some value in drop down list then the xClassification relationship will get added automatically. I want to prevent the user to delete or add new xClassification properties. How to achieve…
  • 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"…