Hi, I use the SDK.REST library which comes with CRM sdk to perform REST operations. Many users reported a problem, JS error which says: Can't execute code from a freed script. I found the line of code, and it is a callback function call after retrieveRecord from the library. I found that this kind of problem is related to script which gets unloaded for some reason. Users have allways more than one window opened and I can see from IE developer tools that a SDK.REST library gets loaded more that once (I gues because of a ribbon buttons it is referenced from also). I am not sure about the exact reason of the problem, I didn't manage to reproduce the problem on my machine yet. Any suggestion is welcome.
Thanks in advance.
Zarko