الأحد، 26 يناير 2014

CRM 2011: Set the focus to control

function ControlSetFocus(fieldName) {
    var attribute = Xrm.Page.data.entity.attributes.get(fieldName);
    var control = attribute.controls.get(0);
    control.setFocus(true);
}

ليست هناك تعليقات:

إرسال تعليق