Release 36 Bug Fix: Search Grids Remain Blank and Strange Horizontal Scroll Behaviour
Hello Innovators, In Release 36 we were facing some strange behaviour: Some grids remaining blank even though items where returned from the search query Horizontal scrolling on grids would result in columns being mixed and glitching After some debugging, we found the issue was caused by 3 files. Attached you find those fixed files and a readme.txt on how to implement them. [View:/community/cfs-file/__key/communityserver-discussions-components-files/10/R36-Blank-Search-Grid-_2B00_-Horziontal-Scroll-Bug-Fix.zip:320:240] I hope this can help anyone else facing this issue. All the best, Daan0Views1like2CommentsTargeting 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, which is called 'tgv'. Lots of debugger tries in the console and methods and nothing is finding it. Have tried... top.mainWindow.document.getElementsByName("tgv")[0]; top.mainWindow.document.querySelector('div[name="tgv"]'); parent.document...... Any thoughts or help?0Views0likes7CommentsHow 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 Type nor in cui_windowSection. Pictures below0Views0likes3CommentsHow 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 to drop, recreated and rename views and tables. As per these instructions you are suppose to check if the views were dropped. I cannot confirm that because we don't have access to our data. These instructions are super finicky. The queries provided in this document sometime run from Aras portal and sometimes not. I have been running the queries directly in SSMS and still facing errors. Is there literally no other way of adding columns to InBasket. I just want the "Title" in there0Views0likes0Commentssort_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 more readable for the user. But in my current sort_order property, I literally can change nothing, not even the label. I always get the following error message: sort_order is a system data field. System data fields must not be changed I even get the error message if I don´t change anything and just click "save". In every other ItemType, changing the sort_order property works without trouble. But my current ItemTypes just won´t let me do it. What can be the reason for this behavior? How does Innovator decide if a property is a system property? On SQL the shown "sort_order" looks like all the other "sort_order" properties in the database. I don´t see anything difference to all the other sort_order entries. It really would be a big help if someone has an idea what can cause this behavior! Many thanks in advance! Angela0Views0likes1CommentHow 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 the ERP-Number of a Part. The ERP-Number column shall be colored according to two other properties that give information about the state of the erp transfer. But I don´t want to display the two additional properties in the main grid. That´s why the two properties are hidden by default. This now leads to the following problem. When my two state properties are hidden, they are not part of the get query that is run when performing a simple search in the Part grid. When the properties are not selected in with the get query, I cannot use them for coloring with my onAfterGet method. Is it somehow possible to add the two properties to the grid select query, but without showing the properties in the grid? Or does anybody now other ways to add some color to grid cells? I am thinking about some federation approach, but maybe this one can be solved easier. Thanks for any help! Best regards, AngelaSolved11KViews0likes6Comments