• 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…
  • 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;…