Browse By Tags

  • Removing file from vault via server Event

    Hai , I do have a requirement to delete unused files from vault , because it consumes memory . So I was trying to deleting files via server event which does not have any relationship . But I was not able to reach vault . Please help me to find a solution…
  • 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…
  • You have no default Vault server.

    Dear All, I have a default vault server entry and vault server installed during installation. Still, I receive a weird error "You have no default Vault Server" during file creation. Did anyone face the same issue, if so what fix helped you to resolve…
  • 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…
  • Disabling 'File Item' fields in a form

    Hello everyone, Does any of you know how to disable a 'File Item' field in a Form? The intent is to prevent users from accessing an uploaded file during the preceding state. Kind regards, Balaji Visvanath Bheeman
  • 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…