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
KunalKunal 

Mass Update Contact Address Doesn't work in IE7?

Is it just me or has anyone noticed that Mass Update Contact Address S-Control available from Salesforce Labs does not work in IE7? It will not show any contacts within the company to which you can apply address change.
 
Is there some IE7 setting that I need to tweak? IE7 throws error at line 675,  column 3 for 'Object Required'.
 
Surprisingly, the control works as expected in FireFox.
 
Can anyone provide any guidelines on how to fix this issue?
Ron HessRon Hess
This app probably needs an update, it is written in the older beta ajax toolkit, and was built before IE7 was available.   can't promise anything but will try to look at it, time permiting.
KunalKunal
Thanks. If you tell me how to narrow down my search by potential items to look at. I would do that. I really need this to work.
KunalKunal

The error is in the following function (on else line) of soapobjects.js:

function getResponseNode(response) {

if (window.XMLHttpRequest) {

return response.getElementsByTagName("Body")[0].childNodes[1];

} else {

return response.getElementsByTagName("soapenv:Body")[0].childNodes[0];

}

}

hhickmotthhickmott

Did you get this to work ?

If so can you explain what I need to do ?

PS I am not technical at all, but would like to use this feature.

 

thanks