How can I export PDF from Aras? And add a function when I click relation line
Hi everyone I am new here , I write a client method to sent value to server method to create a excel for user to download, and now my boss says the file need to be PDF the only way I can find is using "Microsoft.Office.Interop.Excel.dll" , but it fail on aras , I had try many times [emoticon:ca08b2c27c2f40e993e89508acf29e0b] how can I do? Is there any other way to export PDF ? And When I right-click on relation's line it shows view / copy / lock , how can I add a new function at here? thanks !!!! BTW my version is 11SP910KViews0likes4CommentsWarning while opening exported excel from Innovator
Hello, This might be a very basic question. I encounter a warning while opening the exported excel from Innovator. I am currently using Microsoft 365. Such warning makes me worried about security policy at organization level. Regards, Nagendra7.7KViews0likes4CommentsAML Report Exported as Excel Doc
Good day all. I have a customer that wants to export a list of all documents in Aras to an Excel document. Is it possible to do this with an Aras report? I have tried searching & it seems that all of the answers that have been given do not apply. Most of my searches turn up information on how to import an Excel document. I would be good with a CSV file also. Thank you for the help.6.8KViews0likes4CommentsHow do you import Excel BOM data into Aras Innovator open version?
Hello, I currently use the open, free version of Aras Innovator and am having difficulty figuring out how to store BOM data within the tool. I have seen from other posts that subscribers have access to a direct import functionality and also some kind of batch loader. For the latest free version of ARAS, what are the exact steps to import an excel file containing BOM data into Aras? Any help would be greatly appreciated.6KViews1like7CommentsReports Exporting an Excel file instead of Displaying HTML
Hi, I'm quite new to AML and XML and Innovator Reports. The default reports in Innovator 11 SP9 generate a HTML page containing all the data, however is it possible to instead make it generate an Excel file for downloading containing the same data instead of a HTML page? Thanks4.6KViews0likes2CommentsIs it possible to use make a ACE OLEDB connection from a server Method?
Hi community, I want to connector to an OLEDB provider via server Method for loading Excel content into Innovator. (I cannot use the batch loader for my use case). The basic connection is done like this: OleDbConnection con = new OleDbConnection("Provider=Microsoft.ACE.OLEDB.4.0;Data Source="+filename+";Extended Properties=Excel 8.0"); con.Open(); I have added the necessary oledb using directive to the method_config.xml in the codetree, so the basic syntax should be correct. But when I run the Method I will get the following error message: "The 'Microsoft.ACE.OLEDB' provider is not registered on the local machine" This is a typcial oledb related error message. There are tons of related threads in the internet. This one normally indicates a missing or wrong redistributable. The server itself doesn´t contain Microsoft Office, but I have installed the necessary AccessDatabaseEngine redistrbutable package. And the same code works when run it from a independent visual studio project, which I assume uses the same engine. Are there some specific settings required, when we want to use oledb ACE or JET connections directly within Innovator? Thanks for any hint!3.4KViews1like2CommentsHow to define export data for Excel, Word or PDF?
Hi everyone, We need to export some of out Process Plans for external use, but when we export to Word, PDF or Excel, only the name, description and process plan number are included in the document. How could we go about configuring this? ThanksSolved3.2KViews0likes3CommentsArasModules.vault.saveBlob() JS Function.
Does anyone know where the JavaScript function ArasModules.vault.saveBlob() is defined? It is called out in the saveContentToFile function in the client/javascript/ExportToOfficeHelper.js file. The reason for the question is that the saveBlob() function is not preserving leading zeros from a table's outerHTML value when exporting the table to Excel.3.1KViews0likes1Comment