Situation:
A user has an element with an alarm table. The device is a chassis with 6 slots, containing some modules. In the description of the alarms in the alarm table, it has the slot ID.
On each slot it's running a video channel.
In DataMiner we make a service for each video channel, including only the alarms for the related slot.
The user would now like to see the DataMiner service name on the slots depicted in the visual overview of the element. However, in the element there is no overview of the slots and of which services are running on them.
We would therefore need to display the service name on each slot of the services containing that element, while filtering on the service property containing the slot ID.
Is this is possible yet?
If your question in short is "Can I automatically list services based on an element that is in them?", the answer is no, you can't.
The setup seems kind of odd to me but I believe what you're looking for is a link from your table entry to a service ID? The easiest way to do this is to add the service ID or name as a column in the table (or a table with an FK relation) and go from there.