With the attached document, I just want to share my experiences and struggles with the hope that it helps someone else trying to do similar things.
It follows on from my posts
https://community.aras.com/f/getting-started/35943/script-for-importing…
I just went through this process as part of learning Aras. Importing items from Excel using the Batch Loader is pretty straightforward if you only have simple properties that all belong directly to the Item Type. See documentation for the Batch Loader…
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"…