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;…
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…
Hi Team
I have configured extended properties for Part Item type and I'm able to select and add the xProperties in Part item using super user. But when I try to get / add xProperties using normal user, I was not able to get or add the xProperties. …
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"…