Hello, I currently use the open, free version of Aras Innovator and am having difficulty figuring out how to store BOM data within the tool. I have seen from other posts that subscribers have access to a direct import functionality and also some kind…
Hello,
In Aras Innovator 12, I'm trying to experiment with exporting of parts, which are having a CAD Document attached to them (which of course, has a file attached to it). I added the Part, CAD Document, File, CADFiles and Part CAD to the package…
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've worked out how to import all other part data, including related item types such as xproperties
I'm stuck on getting the thumbnail images imported, however, as "thumbnail" is just a property of data type image with no data source. I can reference…
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…
Hi All, looking to create a method to allow me to upload CADdocs into Aras, from my local computer, without needing to use a CAD Connector. I am new to developing for Aras and could use some pointers. Does anyone have any ideas or could lead me down the…
Hi
I am trying to import several generation of an item.
In AML I can do it with
<Item type='myItem' action='merge' where="[myItem]._title='123456'"> <_title>523556 </_title> <_start_date> 2019-09-30T00:00:00 </_start_date> <_end_date></_end_date…