Browse By Tags

  • 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…
  • 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.…
  • How to fetch file object of vaulted File with JS so we can later read the file content?

    Hi community, does anybody a way to read the file content of existing Files in the Vault (mainly xml data) with Javascript? For example we have an CAD item with an xml file in the property native_file. With an button click I want to read the filecontent…
  • File checkout (using fetchFileProperty & checkout) not working in custom user with custom identity. how to checkout file in for user not having administrator permissions ?

    Former Member
    Former Member
    I'm trying to checkout a file using item method fetchFileProperty in custom user with custom identity which do not have administrator permission. Aras gets hang after this method call, also tried with file.checkout methods behaviour is same. With admin…
  • Vault File Structure

    Where can I see how this file upload structure came to be? C:\Aras\Vault\YOUR_DB_NAME\FIRST_CHARACTER_OF_ID\SECOND_AND_THIRD_CHARACTERS_OF_ID\REST_OF_ID\FILE_NAME
  • How to use the node.js library in getting file paths, etc.

    Hi! I found a node.js library inside the Client folder "javascript/dojo/node.js". Question is how do I use it properly? I want to use the 'fs' and 'path' modules to get the files and paths info, but it seems like Aras has a different syntax for this…