Browse By Tags

  • How to batch download and upload files?

    Under Documents, Type= Setup Sheet, State = Released, are documents that are in excel and they have to be converted to pdf I guess the first the step woudl be to get the meta data, Document name, ID, Related Files, and File ID. Then loop through this…
  • Loading files using BeforeAMLPackagesImport script

    Hello All, I am loading some custom help pages as items in Innovator as part of an AML package. These items have pictures attached to them so I know I need to load the pictures separately through a BeforeAMLPackagesImport script (or just before the…
  • Getting 0x80131040 error while uploading a file

    Hello Experts, I am getting below error while uploading the file, could you please help me on the same. Thanks in advance! Regards, Maddy
  • Upload Multiple files in a single click

    Dear Aras Community. How can I upload multiple files in Document Files Relationship tab. I have tried using a html code to add a file input to allow multiple file selection. but as file path is restricted or hidden, it is not possible for me to create…
  • Uploading a local file to Innovator using the Batch Loader

    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…