Browse By Tags

  • 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…