• 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…
  • Prevent Popup on download of File

    Hi community, Currently, when downloading a file from an innovator installation, like the viewable file property on CAD, a popup window occurs and the file is downloaded in chrome. Is there a way to get the file to download in the original window…
  • how can i disable File property on form

    Hello,, How can i disable file property on the form using Javascript.onformpopulated
  • Get a direct link to a file

    Hello, Is there a way to get a direct permanent link to a file content? I found a link like / InnovatorServer / Client/?StartItem=File%3A{fileId} , but if I click on this link, the file is downloaded in the new popup window. Popup window downloads file…
  • Call attachPhysicalFile in javascript from an itemtype

    Hi, I have an ItemType " COCO_STUDY " with a relation " COCO_STUDY_FILE " pointing to a " File ". On the form of this ItemType, I have a html/javascript widget to import a CSV file. The selection of the file is done with <input type="file"> . I…
  • About File Permission

    As written in the document “File Handling”, the permissions of a File Item are dependent on the Item containing that File (File container item). But I think there are some use-case for control the file item permission independent of the container item…
  • Federating Files in ARAS

    Hello, I am currently looking into federating some data coming from another system in ARAS. The objects themselves are already being displayed correctly but now I'm looking into being able to display the main file for each of there objects in ARAS.…
  • Download multiple files on one click

    Hello Guys, I am trying to download multiple files from the aras innovator SP11. I have written javascript code. I am fetching all the files from the relationship and trying to download all at a time. Below is my code - for(var i=0; i<array.length;…
  • Create file in Vault by code

    In C# code I got a result back and this result (xml result from a report) I want to save to the Vault as a File and attach it to an Itemtype. I cannot find any method in API that creates a file for me in the Vault. How can I  do this?
  • Add Document

    Hi everyone.... When i creating a new document or CAD document, Can't add a file with that document. Help me.