• Mike West
  • NEWBIE
  • 0 Points
  • Member since 2014
  • Avaya, Inc.

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies
This regards the usage of Open CTI.
We have an Open CTI integration. The softphone component is purely html and JavaScript in the browser, and uses the standard "sforce.interaction" namespace to access the Open CTI API.
In some fairly rare customer circumstances, a call to "sforce.interaction.saveLog" will result in a failure. The returned error string is: "saveLog API method failed unexpectedly". The behaviour is that (obviously) the requested call log is not saved. Also, based on the total lack of network activity regarding this API call, the error is happening entirely within the browser; there is no reaching out to Salesforce at all. Basically, the saveLog API method fails directly within the method, returning the above error string.
What does the error string "saveLog API method failed unexpectedly" really mean? It is incredibly general with no indication as to the underlying issue. What causes this error? Is it bad input data? (Our data looks well formed, and this error is never seen by the vast majority of our users.) Is it a user permissions error? Is it an object permissions error? What is the specific failures that will cause this error?
This regards the usage of Open CTI.
We have an Open CTI integration. The softphone component is purely html and JavaScript in the browser, and uses the standard "sforce.interaction" namespace to access the Open CTI API.
In some fairly rare customer circumstances, a call to "sforce.interaction.saveLog" will result in a failure. The returned error string is: "saveLog API method failed unexpectedly". The behaviour is that (obviously) the requested call log is not saved. Also, based on the total lack of network activity regarding this API call, the error is happening entirely within the browser; there is no reaching out to Salesforce at all. Basically, the saveLog API method fails directly within the method, returning the above error string.
What does the error string "saveLog API method failed unexpectedly" really mean? It is incredibly general with no indication as to the underlying issue. What causes this error? Is it bad input data? (Our data looks well formed, and this error is never seen by the vast majority of our users.) Is it a user permissions error? Is it an object permissions error? What is the specific failures that will cause this error?