• Join us to learn and connect at the Aras Virtual Tech Summit!

    Hey Aras Builders! Have you heard we're bringing the Aras Virtual Tech Summit back this year? It's a great opportunity to connect if you've never been to an Aras event, miss your PLM pals from ACE, or are just eager for more news and knowledge sharing…
  • Release 36 Bug Fix: Search Grids Remain Blank and Strange Horizontal Scroll Behaviour

    Hello Innovators, In Release 36 we were facing some strange behaviour: Some grids remaining blank even though items where returned from the search query Horizontal scrolling on grids would result in columns being mixed and glitching After…
  • Connect Claude agent to Aras with MCP

    After quite some interest in my Claude agent + Aras PLM + Python MCP demo on LinkedIn, I’d like to share: a basic variant of our setup is now open source on GitHub. Get it here: GitHub: DaanTheoden/aras-claude-agent You’ll find everything you need to…
  • FYI for others (Feature errors saying 'Double Authentication is not implemented' [Technical Documentation Publishing])

    Aras.ConversionFramework.Exceptions.EventCallbackErrorException: See inner exception for details: ---> System.Exception ---> System.ServiceModel.FaultException: Double authentication is not implemented The solution, in my case, was the user record…
  • Aras Update Guide: Self-Upgrading Innovator Independently

    After plenty of trial and error – and some much-needed help from Aras Denmark – we finally got the Aras Update application working. We wanted to handle upgrades independently to reduce reliance on the upgrade team and speed up our deployment cycles. The…
  • New Video Module Survey

    Hello everyone! My name is Min Kyung Kim, and I am a bachelor's student at the University of Twente. A new instruction video module concept was made for the graduation thesis of Industrial Design Engineering, and I need your feedback on its interface…
  • 9 Reasons to Upgrade to Aras Innovator Release 14+

    We are excited by all the new functionality and features to the Aras Innovator ® platform that are available with our regular release schedule. At ACE 2024 , our Product Design Manager, Kenny Sperling, ran a great session about all the UI/UX changes to…
  • ACE 2024: Reflections on My First Tech Summit

    I was recently lucky enough to attend my first Aras Community Event or ACE. ACE 2024 took place in Fort Worth, Texas, from March 4-7, with a special invite-only event on March 4. The Tech Summit made its return this year after a hiatus since 2019, providing…
  • Code Snippet: Generic, Reusable Code to Get All Identities In a Group

    Hello everyone, Here is a code snippet to retrieve all identities in a identity (group) recursively. As I faced this requirement multiple times, and Innovator not having a standard function for it, I decided to create it myself. //*************…
  • CUI background Page Customization

    As we have mentioned many times in past blog posts, the beauty of Aras Innovator is the ability to customize any aspect of the UI. We can accomplish this through the CUI (configurable user interface), which we will cover in this blog. In recent releases…
  • Designing a Dynamic Date Calculator

    When querying for information from Aras Innovator, it is sometimes desired to query for information relative to today's date. For example, we may wish to find a Part that a coworker told us was created yesterday, or we may want to find which Parts are…
  • Hiring programmer/analyst in Mass

    Anyone New England with Aras programming skills looking for a job? We are currently hiring a programmer/analyst and Aras is one of our core systems. Good opportuinity to expand knowledge from PLM to ERP within a global business. careers.murata-ps…
  • Working with Toolbars and CUI

    Configurable User Interface forms a remarkably complete package for customizing the layout of Aras Innovator, and in this article we’ll take a look at working with toolbars using CUI. The toolbars are present at the top of many pages and forms, providing…
  • Filter ItemType properties to "Non Core" only

    if you are an Aras administrator or developer and often work with ItemTypes and their properties you know that each ItemType has many "Core" properties, such as "config_id", "created_on" and so on. Regular ItemType has 23 such properties and Relationship…
  • Technical Documentation Improvements

    Creating and maintaining technical documentation is an ongoing process, which means learning tools to make that process more efficient pays off soon. Aras Innovator has a robust set of technical documentation tools as part of a common configuration. Today…