Forum Discussion

Maddy's avatar
Maddy
Ideator I
9 years ago

Is it possible to load a file from outside of Innovator

I  am developing an application which add items from outside of Innovator, so is it possible to upload a file from outside application to aras innovator.   Thank you!

6 Replies

  • first, I am checking whether, aml is correct or not for that I am using NASH, and if AML works fine with nash then I am used it in my java code.
  • Maddy, The question how you are executing this AML? What tool you are using. If you are using Aras regular client you can see the example how to upload file in "Aras Innovator 11.0 - Programmer's Guide" section 7.22 (for both server side and client side examples)
  • Hey Zahar, I tried this AML to post file in Aras, but its working, is it correct? <AML> <Item type='Document' action='add'> <item_number>1</item_number> <name>myName</name> <description>myDescription</description> <Relationships> <Item type='Document File' action='add'> <related_id> <Item type='File' action='add'> <actual_filename>G:\abc.docx</actual_filename> <filename>docxfile</filename> <Relationships> <Item type='Located' action='add'> <related_id> <Item type='vault' action='get'></Item> </related_id> </Item> </Relationships> </Item> </related_id> </Item> </Relationships> </Item> </AML>
  • If you want to develop, yes you can. Aras has it's API to upload files. But keep in mind
    1. If you are Aras subscriber, Just ask support about dataloader tool.
    2. If you have Aras partner in your country you can contact him and ask if he is already developed this kind of tool and can sell it to you
    3. You can check the tool that developed by the company I'm working in: http://www.cycleop.com/importwizard