Results for cui
  • how to hide relationship columns when add/edit

    Hi community In our case, I want to hide relationship columns when add/edit, because these columns would send to others to fill by workflow. I have try following way, but using index to specify hidden columns will cause problems when users manually…
  • How to use CUI Checkboxes and Dropdowns + how get their values from other elements?

    Hi Community, I right now play around with CUI CommandBarCheckboxes and CommandBarDropdowns. Does anyone of you have worked with these two elements already? I look for a solution how to get their selected values from another (!) CUI element. CommandBarCheckboxes…
  • How to add another section of a form in a different tab in Aras

    Hi community, I am new to Aras, and I am exploring different features of the tool, as an administrator. I am writing this post to seek help in implementing a UI change. I want to add different forms in different tabs in the itemview. The number of…
  • How to enforce update of CUI elements in GUI via code?

    Hi community, does anyone know a function or Method to force Innovator to re-render the CUI elements? Whenever I create a test-database, I execute a script that changes a few things (especially when the test database is a copy of the main database…
  • How to update form field from CUI button in item window command bar?

    Hi community, has anyone of you ever updated a Form field from a CUI button event from the ItemView.ItemCommandBar (=the main toolbar with the Edit/Done/etc. button when a Form is opened)? I am right now look for some code sample for this use case…
  • Adding a CUI button, getting context item

    Hi aras team, I am adding a cui button to the command bar, but random question... How can I get the context item for my method? The usual ways don't seem to apply and I am getting an error: "identifier 'options' has already been declared" the…
  • Instruction: Hiding the Open in Office Button

    Hello everyone, Here is a short instruction on how to hide the Open in Office (Microsoft Office Connector) Button when viewing document items. This can be done without uninstalling / disabling MSO in case you want to prevent users from using the Toolbar…
  • Calling server side Methods directly from CUI element ?

    Hi community, does anyone know anything about calling server side Methods from CUI elements? Right now we can only use client events for CUI elements. Sure this elements can call a server event and then return the result, but we ALWAYS need the extra…
  • Hide Button by Classification

    This seems straightforward, but I'm not having any luck. We've modified the Document ItemType with an additional Classification category to link out to documents produced in another system. For this, we want to hide the "Open in Office" button. Have…
  • Working With Tree Grid Views and CUI

    The configurable user interface (CUI) is a tool in Aras Innovator to alter and customize how you use Aras Innovator without requiring long development cycles, or even to be much in the way of a developer yourself. By making use of configuration changes…
  • Is there a keyboard shortcut to switch through opened tabs?

    Hi community, does anyone know, if there are any keyboards shortcut available to switch through opened tabs? I am looking for a keyboard shortcut to - set the focus to the tabs pane - move back and forth inside the tab pane - set focus back from…
  • CUI third accordions - Can we display items from next relationship level?

    Hi community, I am playing around with "3rd accordions" which can be configured with CUI in the newer Aras version (12SP9+). So far I was able to display regular item data like related "Documents" in my 3rd accordion. Just as described in this blog…
  • Using CUI Dropdowns

    In our previous blog posts, we've walked through the basics of CUI and demonstrated how to use many different kinds of CUI elements like menus and shortcuts . In this blog post, we'll cover how to utilize one of the slightly more complicated CUI elements…
  • Using CUI Commands

    In our previous blog posts on CUI , we've covered the various locations that are supported by CUI and how you can use CUI to add or modify the functionality of buttons and menus. While the existing CUI offerings make this kind of customization easy, a…
  • New or Add from Relationship Tab without Locking Parent

    Hello All, Working in context of a Project, but could be applied elsewhere. I need to have the ability to relate (via new or existing Items) against the Project. The Relationship view provides this ability, but only when the parent item is locked for…
  • Working with Shortcuts and CUI

    The Configurable User Interface (CUI) is designed to let you be your own designer. A knowledgeable administrator can alter the way Aras Innovator looks and functions with CUI in dramatically less time than it would take to reprogram the interface. We…
  • 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…
  • Filter Search Grid based on Addition CUI Parameter

    Hi All I have a Search Dialog opening on an Item Property (e.g Identity) As shown in the below Image I wish to further filter the results based on an Addition Parameter provided by the User via CUI Drop down box, I am trying to figure out a way to…
  • Item Views with CUI

    The Configurable User Interface (CUI) is one of the many ways Aras Innovator continues to make itself adjustable and customizable. You don’t need long development cycles to tweak how things are laid out in your environment, and rearranging things can…
  • 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…
  • 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…
  • Hide Relationship Tabs based on Parent Classification Type

    Hi All, Use case : On Part Item , based on the classification Type selected , the Part BoM relationship tab should be Hidden/Made Visible. I know it is now possible to hide tabs without using any custom code with the help of CUI , Refer :…
  • Best Practices: Customizing Innovator

    Aras Innovator prides itself on being a flexible platform that can be easily customized to fit any of your business needs. Today we'll be covering some general best practices to keep in mind as you begin your journey of customizing Aras Innovator. Make…
  • How to pass additional custom parameters in Form call?

    Hi Community, I want to launch a custom Form from an CommandBarMenu CUI event. Users can select multiple items in the grid and then click the CUI button. Then a form shall open up in which users can do certain operations with the selected items. I…
  • Headers and Title Bars with CUI

    The Configurable User Interface (CUI) is one of Aras Innovator’s newer, more powerful administrator tools for adjusting how you interact with your information. In previous articles we’ve talked about how CUI can be used to customize totolbars, sidebars…