• 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 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…
  • RE: How to get itemtype name on CUI on click Method

    Each CUI location works different, so there are many variants. But I guess for searchview.commanbar thisItem.getID() should work. Angela
  • 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…
  • 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…
  • 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…
  • 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…