Browse By Tags

  • ConsoleUpgrade.exe to execute AML in batch mode

    Hi, I use ConsoleUpgrade.exe to export a package from a DEVELOPMENT aras environment and to import this package in a PRODUCTION aras environment. After the import, I need to execute some specific AML to clean some ItemType or execute some methods…
  • 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…
  • Can you "send to ERP" using Batchloader?

    Former Member
    Former Member
    Hello, I recently updated 400 parts using the Batchloader. However, during a manual update we would have to use the "Send to ERP" to use these parts in transactions. Is there a way to do this with the Batchloader? I would hate having to go through 400…
  • Log changes made by Batchloader on part history

    Former Member
    Former Member
    Hi. When I create and then release an ECN, I can see some descriptions and comments if I go to Views/History. However, I would like to find a way to also add some description on the History of the part when I use the batchloader to update any part properties…
  • Delete a complete BOM (if any) using Batch Loader

    Former Member
    Former Member
    Hello, I am learning how to use the batch loader to add a BOM to a specific part, but now I would like to do the opposite: I would like to come up with a script I can run with the Batch Loader that would delete a BOM regardless of how many components…
  • Batch Update of Item Type

    Is there way to do a batch update of existing Items in Aras. For example, if a new property is added to and Item type, I'd like to do a mass update using Excel similar to BatchLoader, except update existing items, not create new ones.
  • Upload a file as attachment to document Item

    Hi, I would like to know is it possible to load a doc or docx file to aras using data loader. I am using data loader which load the document(Item) from excel file. so is it possible to load the file(attachment) load with the parent Item (in Document…