You need to sign in to do that
Don't have an account?

searchAndGetScreenPopURL not found?
I am using API 28 but when I try to use sforce.interaction.searchAndGetScreenPopURL from my viusalforce page I get an error indicating the object has no such method. Why would that be? is it not in API 28?
<script src="/support/api/28.0/interaction.js"></script>
Hi,
There is an error in documentation, the correct method is searchAndGetScreenPopUrl not searchAndGetScreenPopURL
Cheers,
Chris
All Answers
Hi,
There is an error in documentation, the correct method is searchAndGetScreenPopUrl not searchAndGetScreenPopURL
Cheers,
Chris
Thank you!!