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…
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…
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…
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.
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…
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!
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…
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…
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…
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…
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…
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…
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…
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…
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…
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…
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…
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…