Hi
I am using the following script to apply an existing style, but it doesn’t work. What I am doing wrong?
var OffButton = dundas.entities.StyleService.getStyleById(“87b6e62c-1eef-4630-906e-a23d31935f56”);
button2.applyStyle(OffButton);
Please advice
Thanks