Browse By Tags

  • How do you import Excel BOM data into Aras Innovator open version?

    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…
  • Add, Export & Import CAD Documents with attachments

    Former Member
    Former Member
    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…
  • import from excel

    Is it possible to import via excel into aras. If yes, How?
  • Lessons Learned from importing data for Parts with xClassification data and a thumbnail image

    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…
  • How to import thumbnail images for parts using batch loader?

    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…
  • Script for importing items with xProperties from Excel using Batch Loader

    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…
  • Uploading CADdocs with Relationships from local PC to ARAS

    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…
  • batchloader to import several generation

    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…