• gbs1075
  • NEWBIE
  • 0 Points
  • Member since 2007

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies
Hi,
 
I have a s-control that display records in a list and one column is a hyperlink.  When a user clicks on the hyperlink,  another s-control is invoked that executes the AJAX proxy call "sforce.connection.remoteFunction( )". 
 
URL for the column is "https://na5.salesforce.com/servlet/servlet.Integration?lid=01N700000000ugP which invokes the s-control.
 
An error occurs in the line "sforce.connection.remoteFunction( )" with the error message "Type Mismatch" (which can be seen when you double-click the error icon in the browser's lower right corner).  The weird thing is the same s-control works when invoked from a custom link I created in the accounts tab.
 
Thanks in advance.
 
 
 
  • September 12, 2007
  • Like
  • 0
Hi,
 
I have a s-control that display records in a list and one column is a hyperlink.  When a user clicks on the hyperlink,  another s-control is invoked that executes the AJAX proxy call "sforce.connection.remoteFunction( )". 
 
URL for the column is "https://na5.salesforce.com/servlet/servlet.Integration?lid=01N700000000ugP which invokes the s-control.
 
An error occurs in the line "sforce.connection.remoteFunction( )" with the error message "Type Mismatch" (which can be seen when you double-click the error icon in the browser's lower right corner).  The weird thing is the same s-control works when invoked from a custom link I created in the accounts tab.
 
Thanks in advance.
 
 
 
  • September 12, 2007
  • Like
  • 0