Aras Community Projects

Aras Community Projects are open source applications and packages that enhance functionality, add features, or integrate with Aras Innovator. Formerly known as Aras Community Solutions, these projects were once hosted on the Aras website.

Now projects are hosted on open source code-sharing platforms and linked to from  this page. Moving Aras Community Projects to an open source platform allows project authors to maintain their work and encourages collaboration among Aras Community members.

If you have a project you think would be a good candidate for a community project please feel free to submit it here.

Browse Projects
  • Advanced Search Options - Relative Date searches

    • Community Projects
    • In Review on
    • Community
    • 3 Comments
    This patch makes it possible to use specific parameters in Aras searches that are computed at runtime. For example, there is a parameter @userid which is replaced by the userid of the currently logged-in user each time the search is executed. This is...
  • SQL Import for SSR Migration

    • Community Projects
    • Accepted on
    • Aras Labs
    • 5 Comments
    This package imports an Action that allows you to take an SQL query and convert it into a Query Definition (QD). It can also generate a report based on the generated QD. This is intended to migrate Self-Service Reports (SSR) to the new Aras Reporting...
  • Show Conversion Task Errors

    • Community Projects
    • Accepted on
    • Aras Labs
    • 1 Comment
    This project adds an Item Action to the Conversion Task ItemType, allowing administrators to quickly pull up a one-window view to see the error(s) thrown when a Conversion Task fails. In an OOTB database, this is done by opening several levels of relationships...
  • Hide Tabs

    • Community Projects
    • Accepted on
    • Aras Labs
    • 5 Comments
    This project demonstrates how to hide specific tabs on an item form. In this sample code, we hide the BOM and BOM Structure tabs on the OOTB Aras Part form. The sample code provided in this project will hide the relationship tabs for only one form....
  • CUI Workflow Vote Button

    • Community Projects
    • Accepted on
    • Aras Labs
    • 0 Comments
    This project adds a "Workflow Vote" CUI button to the Aras item window toolbar. The button allows users to select a Workflow Task assigned to their InBasket and submit a vote without leaving the item form. The user can vote on their workflow task...
  • Change Management Actions

    • Community Projects
    • Accepted on
    • Aras Labs
    • 0 Comments
    This package contains convenience actions for PRs and ECRs. It provides menu choices to quickly convert a PR to an ECR or an ECR to an ECN. It also includes menu choices on Parts and Documents to add them to a new PR or ECR. Quickly convert a PR to...
  • Set Tab Color

    • Community Projects
    • Accepted on
    • Community
    • 0 Comments
    This project provides the functionality to change the color scheme of the relationship tab of Aras Innovator's tear-off window (item detail screen). Relationship tab color setting Setting the color of the relationship tab Interested in this...
  • Disable Fields Example

    • Community Projects
    • Accepted on
    • Aras Labs
    • 0 Comments
    This project includes an example form that demonstrates how to enable and disable various types of fields programmatically. The example form shows how to disable different types of form fields programmatically. Interested in this project? Check...
  • Fullscreen Method Editor

    • Community Projects
    • Accepted on
    • Aras Labs
    • 1 Comment
    This project adds a keyboard shortcut (Ctrl+Shift+F) that will expand the dimensions of the method editor to fit the full dimensions of your browser window. This is the same functionality that typically launches when you press F11 in most browsers, but...
  • Run Client Method

    • Community Projects
    • Accepted on
    • Community
    • 3 Comments
    This package adds a method and action to run client-side Methods from the method editor, similar to the built-in Run Server Method action. Interested in this project? Check it out on GitHub! https://github.com/ArasLabs/run-client-method Contributors...