• 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;…
  • Allow user to choose path by selectFolder for SP11

    Hello Guys, I am facing issue in the javascript code. I want to open the folder dialog box to choose the path from local file system. Previously in SP6, aras.vault.selectFolder() was working fine. Is there any way to implement this in the SP11? …