• Instruction: Changing the Header Logo in Aras Innovator V12

    Hello everyone, Here is a short instruction on how to change the client header logo when logged in into Aras V12. Whereas V11 used a simple .svg file inside the code tree, in V12 we need to dive a little deeper: Open the TOC and go to Administration…
  • DEVELOPERS FORUM - How to open an Existing Aras form in a different form where i have already designed with few other controls?

    Amit - Wednesday, April 1, 2009 12:34 AM: Hi Everyone I want to sagrigate an Aras Form into two parts, In each form i want to open other form which is having different functionalities. how can I open a form on other form - how can I call a third…
  • An Overview of CUI Locations

    We have a number of articles on the Configurable User Interface (CUI) available, but each of them is very focused on one particular aspect or use case. This is a good way to teaching how to use the features of CUI, but today we'd like to take a moment…
  • You're Never Too Old To Be A Hacker

    It's graduation season and speeches and inspiration can be found on every campus... and in every corner of the Internet. Even though my own graduations are long behind me, I love this one , titled Question Authority from Charlene Li, founder of the Altimeter…
  • 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…
  • Aras Innovator 12 UI Updates に関するコメント

    Angela, Thanks for the feedback! I think the most significant change so far in version 12, for developers, is the addition of more locations for CUI. The relationships grid CUI is now editable, and there are some new button options as well. -Sam
  • 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
  • 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 Visually Differentiate Aras Instances

    Customization is one of the main reasons people use Aras Innovator. One way to customize that is often overlooked is your ability to alter the User Interface (UI). UI modifications are incredibly useful when you have multiple instances running in parallel…
  • Advanced AML Topics に関するコメント

    Hi Angela, The GetItemRepeatConfig action is likely preferable in most use cases, but it does function differently to the levels attribute. For example, the AML below uses GetItemRepeatConfig. If you run this query with a proper ID from your database…
  • Packaging Custom Development に関するコメント

    Hi Angela, Scenario #2 is correct. The import order is important, and attempting to import packages in the wrong order can cause import errors.
  • Aras Best Practices: Server-side Code

    When it comes to Aras best practices for server-side code there are two goals: Reduce the number of queries sent to the server. Reduce the volume of data retrieved from the server. Applying the following best practices to your server-side code…