Tech Tip: Filter a Tree Grid View with Parameters
Tree Grid Views are a great way to visualize hierarchical data in the Aras Innovator web client, however sometimes they can contain a lot of data. To help users hone in on the most meaningful data in a Tree Grid View, we can define parameters. These ...229Views0likes0CommentsMaximizing Modal Dialogs in Aras
Modal dialogs are frequently used to collect user input throughout the Aras Innovator client - in both "out of the box" and custom use cases. When using the standard modal dialog function, the size and position of the dialog is fixed. However, users ...256Views0likes0CommentsTech Tip: Using the Aras RESTful API
Aras Innovator 11 SP12 introduced a RESTful API that can be used to query and edit Aras items. Most of the time, these REST calls will be sent to the Aras server by an external application or integration. You can find a sample AngularJS app that uses...1.3KViews0likes0CommentsVisualize Your Aras Innovator Data Model With GraphML
"Customize don't compromise" is one of our mottoes at Aras. We want our partners and customers to feel and understand that our solution is right for adapting a model to the customer's needs. We don't avoid standards. We try to i...93Views0likes0CommentsTech Tip: Sync a Poly ItemType's Properties with its Poly Sources
PolyItems are great mainly when you want to build a relationship as a single ItemType/RelationshipType but connecting one source to multiple targets. This is the setup for the Deliverable ItemType in Aras Innovator which is configured as a PolyItem. ...104Views0likes0CommentsMulti-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...372Views0likes0CommentsAras Best Practices: Community Projects, Part 2
This post outlines some pitfalls to avoid when creating your Aras Community Project. If you missed our post Aras Best Practices: Community Projects, Part 1, be sure to check it out for even more helpful tips for project authors. Do Not: Use applySQL(...135Views0likes0CommentsAras Best Practices: Server-side Code
When it comes to Aras best practices for server-side code there are two goals: Reduce the number of queries sent to the server. Reduce the volume of data retrieved from the server. Applying the following best practices to your server-side...511Views0likes0Comments