• Adding Columns to the Impact Matrix

    Hi all, Aside from adding the relevant lines to the Express ECO ImpactMatrixGrid, is there something else I need to edit to add the columns? My new column is appearing as undefined.
  • DEVELOPERS FORUM - How to prevent untrusted clients from accessing Aras Innovator?

    fli - Wednesday, January 21, 2015 4:23 AM: Any enabled Innovator user, can write an application using the IOM.dll and then export all Items for which he has "get" access, and nobody will notice. This is a threat to the system performance, uptime and…
  • DEVELOPERS FORUM - Import CSV

    Andre - Tuesday, May 31, 2016 12:09 PM: Hello, I have a doubt about how I create for example a module to import a .CSV file to the program. For example,and I would like to Add to Aras using a button and selecting the file. It is possible? stevestojanovski…
  • How can you open search dialog in javascript with a filter

    Hello as per title - how can we set the filter for search dialog in javascript var param = { title: title, aras: top.aras, type: 'SearchDialog', dialogWidth: 700, dialogHeight: 450, itemtypeName: 'Part' }; wnd.ArasModules…
  • How to call a server method with applyMethod() from a client method, and use the results coming back from server

    Server Method : [Get_Identity_Details] Can run this and get results I want. Hard coded guid for test Innovator inn = this.getInnovator(); string sessionuserid = this.getProperty("sessionuser","invalid"); if (sessionuserid == ""){} StringBuilder sql…
  • How to redirect the server root to innovator server path

    Just for completeness for new users In your inetpub wwwroot directory you'll find files such as iisstart.htm. Create a new file called default.htm in the wwwroot directory Copy paste the below into it and adjust to the URL of innovator server…
  • How to use toggleSpinner in javascript for a client Action?

    I have a medium-long running client action and are trying to use aras.browserHelper.toggleSpinner() while the client is busy and waiting for the server method to complete. It works fine in Firefox browser but I cant get it to work in Chrome or IE. These…
  • Printing Multilevel BOM Report

    Hello, I'm using Aras 11 SP12 and I was wondering if there's an easy way to print or export the default reports in Aras like the "Multilevel BOM Report" to get a pdf file or something else that can be used outside of Aras. Regards /Rick
  • Reference additional JavaScript libraries to the code tree

    Hi, I am using additional JavaScript libraries, and at this moment I am adding them manually on each form. Is there a way that I could referenced them inside the code tree in a way that they be available in all forms?
  • Related item property in the main search grid?

    Hi, maybe it is a silly question but I can't manage it. I have a relationship item "Part Integration" and it has a customized property "integration_number". I want this to be visible in the main Part search grid. I tried to uncheck hidden1 and hidden2…
  • Remove certain property values onAfterVersion an Item

    Hi, this one sounds like an easy to do task, but it´s somehow not. I want to reset certain ERP related properties after creating a new generation of a Part. My idea was to use a simple onAfterVersion Method for this task: innnovator inn=this.getInnovator…
  • Restrict file types on Manufacturer Part

    Hi, I would like to restrict the file types available to add to a Manufacturer Part to say .pdf and .png . I imagine a kind of filter on the file dialog that pops up when I create a new relationship on an item.  How would I go about that? I realize…
  • Update Parent Item when Relationships Tab is Changed

    Good day all, I have ItemType sm_ITA with a Relationship of sm_ITA_Assignment. sm_ITA_Assignment (Assignments) is not related to another ItemType. When an Assignment is added or deleted I need the sm_license_count property of the parent sm_ITA to be…
  • UX - Automatic wildcard - Simple Search

    How would I intercept this SOAP query being built to say, "If no ending wildcard, add asterisk." Req URL:[POST] http://localhost/InnovatorServer12/Server/InnovatorServer.aspx ContentType: XML Node name, label , with condition="like" (can't post…
  • Versioning on lifecycle step

    Hi Guys I have a scenario where a user would like to keep record of a specific document type, namely pre-meeting and post-meeting to compare. We have manual versioning enabled on our documents itemtype, but the user would like this to happens automatically…