screenPop() for Salesforce Classic

Pops to a target URL, which must be relative.

NameTypeDescription
urlstringA relative URL, which specifies the location of the screen pop.
forcebooleanSet value to true to force a screen pop, false otherwise. This argument is only available in API version 28.0 and later.
callbackfunctionJavaScript method executed when the API method call is completed.
NameTypeDescription
resultbooleantrue if the screen pop was successful, false if the screen pop wasn’t successful.
errorstringIf the API call was successful, this variable is undefined. If the API call failed, this variable returns an error message.