Anyway, I tried your code and the equal test works for me.
How did you setup your db-column?
I assumed it has type ‘MEDIA’ with Servoy’s UUID generator and the UUID flag set.
Then when I output the different UUID’s + their types, I get:
It’s a clickable list that we’ve discussed before. It lists the items that the user needs to fix, in order to save the record without an incomplete box being checked on the record.
When the user clicks on a listed item, it takes the user to the form tab containing the field, and highlights the field/data provider. This almost works (Servoy sometimes highlights the wrong field when the form switches to the new tab).
In the case of related many fields which appear in their own tab panels, the goal is to highlight the appropriate row. In this case, instead of passing a field name, I am passing the name of the included list form, along with the UUID (eg., “form_name&UUID”. I get the dataset, and when I find the row that matches the UUID, it highlights.
Here’s an example of the dataset when there are three “included” (listed) records,