Adding a new case record throws a new error in client side js.

Hello everyone!
I have been running into an issue for quite some time now that has to do with the case object. Whenever i create a new case by clicking into the save button at the mini page for cases, i get the following error in client side JS. I have not overridden the save handler method in the case mini page source code and even though the error happens the record is saved successfully. Has anyone else run into this issue? If so could you please help me out, thank you very much! 

 

Like 0

Like

2 comments

Try putting it into debug mode to see if you get anything more helpful for the source of the issue. Enter the following in the dev console, then refresh and try again:

Terrasoft.SysSettings.postPersonalSysSettingsValue("IsDebug", true)

Ryan

Thanks Ryan i will give it an other look and update you on any progress!

Show all comments