In my schema, I have a "Computer" Object which references a "Department" Object. On configuring the computer page layout and adding an IQL query:
Object having inR(objectType = "Computer", refType IN ("Department")) AND anyAttribute = ${Department}
I am able to display the referenced Object label in the panel. Previously, I was able to select from the attributes to display drop down in the panel the relevant attributes from the Department object. Which was exactly what I need.
Now, something has changed and no matter what IQL I enter in the panel, the drop down for "Attributes to display" always shows 5 random attributes of _1stLineSupport, Accessory1, Accessory2, Accessory 3 and Accessory4.
These attributes are not part of the Department object (nor any other object as far as I can see) and this dropdown previously showed the correct attributes from the Department object. I haven't changed anything in the IQL panel, so something elsewhere must have changed.
I wondered if anybody else had experienced this and could point me in the right direction. I've tried reversing any changes I've made to the schema between this working and not working but to no avail
I think this shows all the attributes across all object types in the current schemas. But only the first 5 items (alphabetically) are displayed.
If your IQL points to another schema, you might be out of luck and will need to raise a support issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.