Browse By Tags

  • Aras Innovatorでの複数選択アイテムアクション

    アクションは、メイングリッド、アイテムフォーム、メインメニューなど、ユーザがArasのデータを操作する最も一般的な方法の1つです。 カスタムアクションの作成はかなり簡単ですが、複数選択アイテムアクションを作成するには、PE_GetSelectedItemsという組み込みメソッドを使用する必要があります。 この記事では、PE_GetSelectedItemsを使用して、選択した複数アイテムのプロパティデータをクリップボードにコピーする複数選択アイテムアクションを実装する方法をご紹介します。 はじめに…
  • Aras Labsとは何か?

    我々のミッション Aras Labsは、Aras社内に設けられた先端R&Dチームです。 エンタープライズソフトウェアの限界を押し上げることを、わたしたちの活動目標とします。わたしたちは、先進的な新アプリや新サービスを構築することで規範を示し、未来のPLM像を描き出すお手伝いをしていきます。 なぜR&Dチームをもつのか? Aras Labsは、Aras内のプロダクト・マネジメントチーム、プリセールスチームおよび開発チーム間の橋渡し役を担っています。これら他チームと互いに協力することで、お客様からのフィードバックを基に…
  • Tech Tip: Style Non-Current Items

    It's easy to lose track of whether you're looking at the current version of an item, especially when opening an item from a relationship or item property. This tech tip demonstrates two ways to show whether an item is current at-a-glance using form styles…
  • Multi-select Item Actions in Aras Innovator

    Actions are one of the most common ways users interact with data in Aras, whether from the main grid, item forms, or main menu. While creating custom actions is fairly straightforward, creating multi-select item actions requires the use of a built-in…
  • Using Content Generators in Tech Docs

    Content generators are server-side methods that create content when a specific schema element is initialized. These methods can be used to generate dynamic content, such as the table of data displayed in a default ItemInfo element. The first example below…
  • Download Multiple Files

    In previous releases of Aras Innovator, it was possible to download multiple files to a client machine at one time. However, with the move away from .NET Controls in 11.0 SP9, access to the client's file system became limited. In today's blog post, we…
  • Disable Form Fields

    A common use case is to have certain fields on a form be dependent on another field. In order to avoid confusion, you may want to enable or disable these fields unless a certain value is selected. Today we'll cover how to dynamically enable and disable…
  • Tech Tip: Disable a Menu Button Using CUI

    In previous blogs posts, we've learned how to add a new button to our menus as well as add new keyboard shortcuts . Both of these lessons are great when we want to allow our users to perform new kinds of actions, but how do we prevent our users from performing…