• TGV Parameters Filtering doesn't show record if value is blank

    Hello All, I have created TGV on part and I have added parameters to search and filter on custom "state" property . I have given default value as * . It works well and able to search and filter on state column but there is one issue if any record…
  • Viewing Level Information in TGV

    Is there a way to view the level number in TGV? We can see the level information in an exported Excel file from TGV, but it is not directly displayed in the TGV interface.
  • Tree Grid View Filtering

    Hello, I've got a multi-level BOM that I'd like users to be able to filter by Name or Part Number. I followed the Query Element Builders Guide and the blog post " Filter a Tree Grid View with Parameters "; however it only works with the parameters at…
  • Tree Grid View References to Items that are not available

    We've successfully created multiple Tree Grid Views following the documentation and various blog posts. However we're run into an issue when a query is updated (say removing elements) before those elements are removed or unmapped from the Tree Grid…
  • Saved Search parameters not getting cleared when clicking back on the itemtype?

    Hi everyone, I have an itemtype for which I have a saved search.When I click on the itemtype on TOC after clicking on saved search,the parameters applied for saved search are still there.I want to remove the filtering parameters and show an empty grid…
  • Query Definition Reuse Query element definition freezes

    I am trying to create a recursive query to look at children, I try by using Reuse Query Element Definition but unfortunately its not working and when i select the element add button freezes as can be seen below.
  • Tree Grid View Show Editor Problem

    Good day. When I try to add a Tree Grid View, the editor does not display. It only shows a blank page. The problem seems to be similar to this problem, Requirements editor not showing anything? , but I didn't see an answer. This is something that has…
  • Read only fields in Excel Export

    Hi, I am currently looking to customize my excel export functionality, is it possible to have some columns in excel sheet to be read only, when it is exported ? I am passing the treegrid to the method as an input, but i don't want some columns like…
  • Query Builder Error

    We have an ItemType A and two Relationships Ra and TGV_Ra. In this, we are trying to get the details of Part Items which are present in this Relationship Ra and populating those in the Relationship TGV_Ra. But we've been getting this error - <SOAP-ENV…
  • In tree grid view, how do I calculate and show global scope ratio of my BOM tree ?

    Hi, expert In case like image below,how do I calculate the global scope ratio of my BOM and display the result with query builder and tree grid view ? The local scope ratio is recorded in relationship(item type) , because each items ( PartI,PartII…
  • Aras 12.0 effectivity with OR condition

    Hello, I'm using effectivity in tree grid views in Aras 12. One use case I had was to have effectivity on different levels. So that the top level of a structure has certain effectivity configurations and lower levels have their own that refer to the…
  • Color List in Tree Grid View

    Hello, Is it possible to display a color list property in a tree grid view as it is displayed in forms and relationship views? With both the label text and the background color displayed in the cell. I've only been able to get tree grid cells to display…
  • Show Export to Excel button in Tree Grid View Aras 11SP15

    Hello, Is there a way to add the button Export to Excel in a Tree Grid View result? I'm working on Aras 11SP15. I saw that this feature is available by default in Aras 12SP01. I tried to add it through ItemType (for example Part) -> Client Style…
  • How to use a tree grid view to create an ASP.NET menu tool

    Hi, I would like to create a web form application ASP.NET to comunicate with Aras throught the IOM api. In Aras I created a query that I use for the tree grid view. The tree grid view contains the menu structure (with the main menu items and all levels…
  • Can't map query elements in tree grid view

    Hi, I have been trying to solve a problem I have with using the tree grid views. I can't seem to map certain elements. I wanted to make a recursive tree grid view based on a relation to a poly item where both poly sources had a relationship to the poly…
  • Can I customize Tree Grid View input XML

    Hello, Question about Tree Grid View/method functionality. I'm are creating some kind of tree (for example Part BOM) & data comparison tool. I'm utilizing Query builder and I have 2 different query results in my method at hand. And now we are…
  • editable tree grid view

    Hi I have been using Aras Tree Grid View. I need help with being able to edit a cell in the TGV. I tried "editCell" method and even "EditType = FIELD" in my code, but couldn't achieve it (i.e. was not able to edit a cell in the TGV). I could be implementing…