Hi Everyone,
I'm trying to add new classes to the class_structure of the Part ItemType with AML, but the results are giving me an empty class_structure.
What I tried is something like
<AML>
<Item type="ItemType" action='edit' id = "xxx">
<class_structure>
<class id="xxx">
<class name="Component" id="xxx"/>
<class name="Assembly" id="xxx"/>
<class name="Material" id="xxx"/>
<class name="Software" id="xxx"/>
<class name="Phantom" id="xxx" />
<class name="MBOM only Part" id="xxx"/>
<class name="Cat" id="xxx"/>
</class>
</class_structure>
</Item>
</AML>
and the result is an empty class_structure.