Hi support,
This is a bug report and the bug is that it´s not possible to define multiple scheduler queries (explained below).
Query 1:
I have a scheduler query defined and it works with no issues. To explain the bug I will explain how it looks.
- Client BO (relationship with session)
- Session BO (relationship with client)
- Query "Sessions"
The query has BO "Session" as it´s "look for" value. In the scheduler options the BO "Client" is the "reference attribute identifying resource" and with attribute "FullName" as the "attribute to display for resources". This query works as it should.
Query 2:
If I to add another scheduler query, configured in the same way but instead using 2 other BO´s. The "attribute to display for resources" does not work when the query is run. It´s empty. The event is displayed in the query but the text to the left in the query is empty.
Cause:
I have tested various things and found the cause I think. If I create another attribute called "FullName" in query 2 (i.e the same name as the attribute used in query 1), it works. The attribute value is displayed. If I use any other attribute, nothing is displayed (empty as explained above).