Assuming that this is supported, should one attachEvent to an attribute or its control?
- Xrm.Page.getAttribute(plOptions).attachEvent('onchange', OnChangePL);
- Xrm.Page.getAttribute(plOptions).controls.forEach(function(control, index) { control.attachEvent('onchange', OnChangePL); });