I try to set the focus on the description field of a support task or an email and it doesn't work any more after UR13
var control = Xrm.Page.ui.controls.get("description"); control.setFocus();
I don't get any error messages, it just doesn't work.
Any suggestions ?
Thanks