• Targeting Element on Form from Relationship Grid

    Hello All, I'm making a relationship grid event that fires on a row selection. It's meant to target an HTML control on the top item form and then will fill it with a TGV. Trouble is, I'm running in circles trying to target the element on the form…
  • How to add columns to My InBasket records

    I am looking at this pdf and wondering if this is the only way to add columns in the InBasket search grid for the end user. Aras Innovator 27 - Configurable InBasket.pdf the data is on Aras's cloud, we are not on-prem. As per these instructions I have…
  • How to change the position of a Relationship Accordion tab

    I needed to make a tab visible to certain identity. Therefore, I selected "Hide All" in the relationship types and used the CUI control to make a new tab. I need this tab to be all the way to right. Sort Order fields don't work, neither in the Relationship…
  • Disable sorting in relationship grid

    Hello community, Does anybody know if it's possible to disable the sorting of a few columns in a relationship grid? My guess is that the change should be done somewhere in the CodeTree, but I'm not sure where. Thank you in advance.
  • sort_order is a system data field. System data fields must not be changed

    Hi community, I try to change the label of the sort_order property in one of my relationship ItemTypes. I have done this kind of change in many ItemTypes before and it always worked as expected. Typically I replace the sort_order label with something…
  • Relationship Grid Grouping of Rows

    Is there a way to "group" rows together by specific properties? We have this in another platform... (screenshot) which is OOTB, but can't see anyway to do it in Aras. Appreciate any insight on this!
  • Filter Search Grid based on Addition CUI Parameter

    Hi All I have a Search Dialog opening on an Item Property (e.g Identity) As shown in the below Image I wish to further filter the results based on an Addition Parameter provided by the User via CUI Drop down box, I am trying to figure out a way to…
  • Configurable Grid How to open de requested item ?

    I developed a simple configurable grid that retrieves the ID of an item, but I can´t find the way to implement a method to open the item requested when you click on it, or similar. Right click trigger the OnMenuInit event, but the context item is empty…
  • Have difficulty to maintain checkbox in Part BOM Structure grid

    Hi, I am able to track part HAS_CHANGE_PENDING Boolean value and show as text value under newly created column in Part BOM Structure grid. But h ave difficulty to maintain checkbox control instead as text value(0 or 1). You help will be highly appreciated…
  • ECN columns into My InBasket

    Hi, I have added ECN's Title and Priority coilumns in all Poly Source item types under MyInBasket item type. Also have added the column into SQL query type. While trying to create same properties in InBasket Task, getting following message: <SOAP…
  • Part Lock Unlock Performance issue on the main search grid

    Hello Experts, I am using Aras 11 SP15, I am facing an issue while locking/unlocking the part from the main search grid, it is taking around 10-15 seconds to lock the part, I have checked all custom methods on the 'Lock' and 'Unlock' event but all customs…
  • Hiding/showing columns in relationship grid based on field values

    How can I hide/show columns in the relationship grid based on the changes in the dropdown box of the parent form?
  • TreeGridContainer Checkbox cell

    As per documentation it should be possible to add checkbox in grid. The documentation states: "There is also a possibility to insert checkbox in cell. See TEXT parameter description". There is no TEXT paremeter description in the documentation. Is there…
  • How to color grid cells according to properties that are hidden in grid?

    Hi Community, I hope somebody can give me some hints to solve the following use case. I use an onAfterGet Server Method in ItemType Part that colors certain columns like ‘state’. Now I want to add some color to an additional property that contain…
  • How to get selected column index

    Former Member
    Former Member
    Hi, I want to display the message when the user clicks on the "Related File" column from Document File relationship. so, how to get the column index? When User clicks on "Related File" the file will get the download, so on that browser window, so…
  • How to add a new icon to the Search Grid? or modify the default simple search

    Former Member
    Former Member
    I want to modify the default simple search criteria and to pass the effective date by default. Or I want to add a new icon to the search grid and an event to modify the query on search click. or I can go with Advanced search and saved search but I want…
  • Can I add columns to a relationship tab dynamically?

    How do I add a column to a relationship tab dynamically. I wish to federate an ItemType, the number of columns returned depends on the dataset and query combination and cannot be predicted prior to the query being run. Typically I would expect 30-40…
  • Cascading dropdowns on grid columns?

    Former Member
    Former Member
    Is it possible for the selected dropdown list value on a documents grid (tabular) to filter the list values of dropdown list next to it (cascading)? I know cascading filtering is possible to do in forms, but if that functionality doesn't carry over to…
  • SET FORM PROPERTY FROM GRID EVENT IN ARAS

    Hi Community, From the relationship grid event context, I was trying to set the value of a property and refresh in the source item form. top.instance.handleItemChange("property",value); The same piece of code is not working with Firefox. It works in…