Hi, all
I have a story to help. Scripting control to publishers. Want to write control scripts for publishers By enabling / disable the publisher
such as
1.Scripting control to Data sources.
var d = 'DP_835f4865-3de8-47cc-9c7b-3121b7a65bf9'; //Change to your data source's XID
RuntimeManager.enableDataSource(d);
2.Scripting control to Data point.
var d = 'DP_835f4865-3de8-47cc-9c7b-3121b7a65bf9'; //Change to your data source's XID
RuntimeManager.enableDataPoint(d);
I try to write like this and it is not available.
var d = 'DP_835f4865-3de8-47cc-9c7b-3121b7a65bf9'; //Change to your data source's XID
RuntimeManager.enablePublishers(d);
error RuntimeManager.enablePublishers is not a function