Hello,
I am running the below line of code when the form loads, but it never goes to the field, it keeps going to a required field on the form instead.
function setfocus()
{
Xrm.Page.ui.controls.get("nhs_claimswithcostdatacomments").setFocus();
}
any ideas why?
*This post is locked for comments