Hey all,
I am developing a batchloading schema for uploading template files. Pretty straightforward, here is my AML for a simple document load:
<AML> <Item type="Document" action="add"> <name>@1</name> <description>@2</description> <state>@3</state…
Hello Community
I have recently started using PLMA tool and batchloader.
Is there any best resource to learn aml language to load data in batch through batchloader.
This will also help me in aml search in PLMA.
Thanks
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…
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'm having issues uploading a local file to an instance of Innovator using the Batch Loader. I have the following XML:
<Item type="Document File" action="add"> <related_id> <Item type="File" action="add"> <actual_filename>C:\some\file\path\@1</actual_filename…
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…
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…