Hi All,
New to the forum, hoping I can some help re an error that has just started to happen, I'm not 100% what the trigger was bu the error is:
There was an error with this field's customised event.
Field:crmForm
Event:onsave
Error:Unable to get property 'getObject' of undefined or null reference
Looking at other post they have asked for the Java aspect too, though we have not done anything to this, but the code is as follows:
//call the saveMultiSelect function of the Multiselect html web resource on save of the form.
function multiSelectOnSave(executionObject) {
Xrm.Page.getControl(executionObject).getObject().contentWindow.window.saveMultiSelect();
}
Hopefully someone can point us in the right direction,
Many thanks
Nick