• An Introduction to Query Builder and Tree Grid View

    Two powerful solutions were introduced into the Aras Platform in 11.0 SP10: Query Builder (QB) and Tree Grid View (TGV). QB is a tool for building powerful, reusable AML queries using a graphical user interface. TGV displays the results of one of these…
  • How to get the workflow of a change item programmatically?

    Hi, I want to run the following client code from an Express ECO button event: var innovator = new Innovator(); var thisItem = document.thisItem; var id = thisItem.getID(); // id of Express ECO // here should be the code that fetches the Workflow…
  • Tech Tip: Conditional CUI Buttons

    In previous blog posts, we've covered how to use CUI to create custom menu buttons . The example covered in that post was for a button that always needed to be available, but there are times when we may want a custom action to be available only under…
  • Using pipe in custom filter built using OnSearchDialog event

    I am trying to create custom filter during OnSearchDialog. While everything works well I am not able to use pipe as "OR" within the string that is passed to filter. The problem is that every pipe in my filter string is preceeded with escape character…