Browse By Tags

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

    Hi, On "SaveAs" operation on ECN, getting " The method "cui_default_mwt_onSaveAsCommand" failed." alert message. Someone please kindly let me know how to proceed. -MSS
  • 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…
  • ゼロからの Aras Innovator ~CUIを利用した画面のカスタマイズ方法のご紹介(前編)~

    みなさま、こんにちは!アラスジャパン トレーナーの時田です。 今回・次回と 2 回にわたり、 CUI(Configurable User Interface)を利用した画面のカスタマイズ方法 をご紹介していきます。 貴社にとって、よりわかりやすく使いやすい画面作りの参考にしてみてください。   CUIとは CUIのデータモデル プレゼンテーションコンフィグレーション ウィンドウセクション コントロール コマンドバーセクション コマンドバーアイテム …
  • Working with Toolbars and CUI

    Configurable User Interface forms a remarkably complete package for customizing the layout of Aras Innovator, and in this article we’ll take a look at working with toolbars using CUI. The toolbars are present at the top of many pages and forms, providing…
  • Sidebar Buttons With CUI

    This article will cover handling item view sidebars in Configurable User Interface (CUI for short) as well as a few general CUI tips. Sidebars are often convenient places to access visual information about an item, and increasingly the Aras Innovator…
  • 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 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…