We have TAG elements that we have functions for the channels table, the table display key is made up of the primary key and the name, which is fine for our current implementation as the name doesn't change, but we want to change the name to the event name which is displayed on the mosaic, so the operational team know which pip is for which event.
Can we get the resource to use the primary key for the instance of the resource, or would we need to update/create new resources every time we need to update the name?
you can display the name of the channel on the TAG multiviewer against each pip, which requires either updating the name or creating a new channel.
This is purely so operation know which pip is which when looking at the monitoring wall.
We’re don’t need to see the event name in the resource manager, we’ll be adding a resource per TAG to each booking in some way or another, depending on the options available.
Hi Philip,
If I understood correctly you want to update the Resource name when the event name changes.
If so, then you need to have your function with an entry point to that channels table (I guess you already do), then in the FunctionResource object you have the property 'LinkerTableEntries' there you can find the primary key of the channels table, then you would only need to update the resource name and push to resource manager.
Hi Jorge,
It’ll be updating the name column in the element for the resource row, rather than the resource name, which we already have the relevant entry point in the function for.
Hi Phil,
Is my understanding correct that you’d like to see to name of the event when looking at the resources in the resource manager, SRM booking manager, etc?