Browse By Tags

  • Trouble Exporting HTML Table to Excel in Aras Innovator Custom Button

    Hello everyone, I've been working on a custom button within the search tab for parts in Aras Innovator. The goal is to export a list of specific parts and their properties through a query and display them in an HTML table. Here's a snippet of the…
  • Tech Tip:CUIによるキーボードショートカットの追加

    前回、CUIを利用した カスタムボタンをツールバーに追加する方法 を紹介しましたが、より上級者向けにキーボードショートカットを追加するのにもCUIを利用することができます。今回は、ユーザが「Ctrl+A」を押した時に、メイングリッド上の全てのアイテムを選択するショートカットを追加する方法をご紹介します。 はじめに 本ブログ投稿の全てのコードは、Aras Labs GitHubの cui-shortcut プロジェクトでご確認頂けます。 注意:本プロジェクトは、Aras 11 SP7以降でのみ動作します…
  • Tech Tip: Add Keyboard Shortcuts through CUI

    We've previously covered how you can utilize CUI to add custom buttons to toolbars . However, you can also take advantage of CUI to add keyboard shortcuts for more advanced users. In this blog post, we will cover how to add a shortcut to select all of…