Hi there,
In Assets I have an object type that references 'Services'. This second object type just adds more info to the Affected Services due to not being able to modify it in Assets (extra Approver, related Jira group for notifications etc). In my lookupObjects I uses this to be able to limit the info in Technical Service based on the selected Affected Services, works exactly as it should.
ObjectType = "Technical Service" AND object HAVING outboundReferences("Name" ="{{issue.Affected services}}")
Technical Service has a link to a 'Business Unit'. That ObjectType has contact information, service usage etc etc. Basically information handy for a ticket if there is an issue reported with the service.
I have tried to wrap my query up in another 'Having outboundReferences' in so many different variations I have actually lost count, but it fails to return any results.
Can someone help me with this structure for the query.
Services -> Technical Service -> Business Unit
Thanks