"There was an error with this field's customized event.
Field:window
Event:onload
Error:The value of the property 'Form_onload' is null or undefined, not a Function object"
I did not build our original CRM implementation so I'm not familiar with a lot of the JavaScript code in use, so I simply tried to disable the code from executing, and that actually solved the problem I was having.
To do so:
- Open the form that has the error by Clicking New to add a new Record
- Click Customize
- Click Form
- Once you do that you should be at this screen:
- Now you need to click the Form Properties button and you should land at the window on the right
- I found the offending javascript
- Clicked Edit
- Unchecked the Enabled button
- Clicked Okay, Okay, and then Save and Publish on the Prior window.
No comments:
Post a Comment