I guess you could create a loop running through each object, i.e. from 1 thru 13, create a string variable to specify the targeted object and set the mandatory status using the resolveNode property. Something like:for (var i=1; i<=13;i++){ var sTarget = "object"+i; if(this.resolveNode(sTarget).kpi...