• 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…
  • 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…
  • 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…
  • 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…
  • 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…
  • 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…
  • 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…
  • ARAS 12 - How to remove "Create New XXX" button ?

    Hi, I defined an ItemType named "Cost". This is a relationship without related item. There is nothing in the "Can Add" of this ItemType because nobody can create a "Cost". There are only created by code. In ARAS 12, I have this: What should I…
  • Custom CUI items in relationships - do I add them in the Parent or Child ItemType?

    Hi community, Innovator 12 offers us the new wonderful possibility to use custom CUI elements in relationships. Let´s assume we want to add a custom button to the Part_BOM relationship tab. I know that I have to modify 'Client Style' in the corresponding…
  • How can I pass additional event parameters in CUI elements?

    Hi community, does anybody know, if it´s possible to pass additional event parameters in CUI elements? Example: I have three CUI menu buttons that do a more or less comparable job. The corresponding Methods just differ in a few lines of code. So I…
  • How to create a new Part TOC menu item that does a custom search?

    Hi, On the ACE 2017 Europe conference, a technique that utilized Federated Data to add a TOC menu item that did a custom search was showcased. In my case, I want to add a new TOC menu item, besides the Part menu item, that searches among Released Parts…