• 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…
  • Working with Menus and CUI

    The Configurable User Interface is the next step forward in low code, highly customizable processes for your organization. When you want to get something done, often the first place you go to is a menu. When you’ve added something new yourself, you want…
  • Populating a Relationship Tab with a Custom Form

    As we have mentioned numerous times, Aras Innovator allows for wide range of customization in features allowing Admins to create the best possible User Interface for their organizations! One of these items, within Aras Innovator, is the use of forms to…
  • Outputting Query Results to File

    One powerful tool for navigating your PLM data is Query Builder (QB). QB allows you to build custom queries to traverse connected data. Labs has multiple blogs going over how to use QB and how to utilize it with other technologies, like Tree Grid View…
  • Sidebar Buttons With CUI

    This article will cover handling item view sidebars in Configurable User Interface (CUI for short) as well as a few general CUI tips. Sidebars are often convenient places to access visual information about an item, and increasingly the Aras Innovator…
  • Hiding Tabs Using CUI

    The Hide Tabs community project is one of the more popular projects Aras Labs has published. It demonstrates how to hide a relationship tab on a specific item form by using a custom JavaScript method. This is useful when you want to limit the use of a…
  • Grid on WYSYWIG Forms Editor

    I'd like this added to the body style of the iframe that is loaded in the Forms Editor (html.html_edit_form body.claro.body_edit_form). background-size: 12px 12px; background-image: linear-gradient(to right, #2000ff30 1px, transparent 1px), linear…
  • Advanced Tree Grid View Topics

    Users of Aras Innovator know how the software empowers them to customize the data model to best fit their specific business practices. Once the data exists in the database, users can take advantage of a number of options in order to visualize the data…
  • Change style of default Form button (without using a full custom html button)

    Hi community, has anybody some experience with customizing the standard blue form buttons in Innovator? I want to make them not blue fixed size independent from button label round corners (nice to have) I know that it´s possible to design…
  • Server Side Methods with the Aras RESTful API

    In previous blog posts, we have covered topics regarding the use of the REST API to request tokens for authentication and querying simple / more complex data . In this blog post, we will dive into server methods as OData actions through a POST request…
  • Relationship Grid Events

    Relationship grids are a critical component of the Aras Innovator web client. By creating custom relationship grid events, you can handle business logic that extends beyond the context item. The sample code and use cases below can help you make the most…