Hello, I would like to highlight a row in the Relationship tab based on a specific relationship property. Can anyone help me with this?
Like here I want to highlight the row with empty end date.
Hello, I would like to highlight a row in the Relationship tab based on a specific relationship property. Can anyone help me with this?
Like here I want to highlight the row with empty end date.
AngelaIp Can you help me with this?
AngelaIp Can you help me with this?
Sandeepraj Yetirajula
Can you help me with this?
Multiple sessions created for trivial actions like "edit". What can be the reason?
New community edition (Release 2024)
Spread the word that the open community brings substantial value to the Innovator world. But open community can only contribute when we have proper software basis. So every support from Aras partners for a true open release is highly appreciated! Thanks!
Regarding your question:
There are solutions in this forum to color grid properties: Color code item current states RE: Coloring grid cells is irregular in IE - CSS issue
General tips: 1. Don´t use VB. 2. Use modern colors/styling that fit to the Innovator UI
Note: In you shown example you have a mixed relationship type. You can use the shown solution for relationships too. But you need to distinct between related item properties and relationship properties.
The shown solution might look simple, but requires a lot of overall testing. Overwriting "get" behavior can lead to all kind of side effects in other Methods and even to performance issues. So keep your code as efficient as possible and don´t do additional AML calls. And test other features that do something like "get Part via AML".
An alternative solution might be possible with classic "onLoad" Form events, but these solutions have other disadvantages. So I would try the classic approach from the links first.
Hi Angela,
Thanks for the solution! I actually tried applying it, but ran into one issue:
The property-coloring for Related Item is also affecting the search grid and the form, which I don’t want.
Because of this unintended side effect, I’m looking for an alternative approach that applies coloring only in Relationship grid without impacting the search grid or form.
Do you have any other suggestions or workarounds? Thanks in advance!
You have Part and BOM. I assume you currently use the Part item type. Try Part BOM instead and work with the related_id property.
Copyright © 2025 Aras. All rights reserved.