Source node override with templates

Started by Benjamin Dill, November 07, 2023, 07:59:02 PM

Previous topic - Next topic

Benjamin Dill

Is it possible to assign the source node override of some DCI differently on nodes with the same template? I could not find anything about thr DCI's source node in NXSL.
I can imagine setting the DCI's origin to "Script" and query the DCI from a different node by script but maybe there is an easier way?

Alex Kirhenshtein

Short answer - you can't. There are various workarounds, but I'd just split template into two, then configure autobind based on some marker.

Benjamin Dill

Thank you, that's how we are doing it at the moment ;)