Hi there,
Working on customization of the forms and I'm using Xrm.Page.ui.formSelector.items.get(itemId).navigate(); method to switch between 3 entity forms however I'm getting an error below every time I attempt to execute it:
SCRIPT5007: Unable to get value of the property 'raiseEvent': object is null or undefined
form.js?ver=-2007247209, line 1 character 19837
Even SDK code from this page http://msdn.microsoft.com/en-us/library/gg309560.aspx#BKMK_navigate throws the same error.
Any help appreciated.
Dave