I am trying to add an "Assigned Assets" Table/Query to the Task Form. I will want to do this on the Incident form as well.
I set up a relationship as follows.
Applies to Table: SC_TASKS
Target Table: CMDB_CI
Query: current.addQuery(cmdb_ci.assigned_to, u_caller);
My query is failing horribly. The table appears but it shows all assets in the company regardless of deployment status. When I remove the query it does the same thing.
I won't go into every single query modification I tried, but any ideas as to what I may be missing is most welcome!