function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Frank N.Frank N. 

ServiceDeskView.js error - Not implementded on line: parent=getAccessibleParentWindow(window)

Hi everyone,

 

For a specific apex page we get the following JS errors using an outputLink on IE:


Message: Not implemented

Line: 5
Char: 157
Code: 0
URI: https://c.cs8.visual.force.com/jslibrary/1323209117000/ServiceDeskView.js

 

The link looks like:

javascript:srcUp('https%3A%2F%2Fc.cs8.visual.force.com%2Fapex%2FSellingAreaTaskView%3Fid%3Da0tL00000001JyBIAU%26tId%3Da0wL00000001Oy3IAE%26isEdit%3Dtrue%26tType%3DAOT%26home%3DACTIVITY_PLANNER%26isdtp%3Dvw');

 

Looks like the problem is in srcUp. On investigating its this part:

parent=getAccessibleParentWindow(window)

 

Parent is a reserved keyword. Furthermore there is no local var parent defined. So might this be the case? On Firefox it works and on some versions of IE as well.

 

We cannot debug this as ServiceDeskView is SFDC innate. How can we solve this issue?

 

Best.