• Jitendra Zaa.ax1186
  • NEWBIE
  • 0 Points
  • Member since 2011

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 3
    Replies

I am trying to test the Streaming API As per the url "http://wiki.developerforce.com/page/Getting_Started_with_the_Force.com_Streaming_API" , but getting following jqery error:

 

 

 

  • February 21, 2012
  • Like
  • 0

Hi all,

 

I tried to create a new custom field linked to Lead Email with formula type, but I couldn't.

Because I couldn't get an E-mail Type as formula retrun type.

 

Please let me know how to solve this problem.

 

Thanks,

 

SkyBlue2007

I've tried to do the sample 'Receiving Notifications in a Visualforce Page' of the page http://wiki.developerforce.com/index.php/Getting_Started_with_the_Force.com_Streaming_API

 

I'm doing everything as it comes in the document but don't get it to work. I'm on the na12 instance. When I try it on Chrome It gives me these errors

 

POST https://c.na12.visual.force.com/cometd/handshake 401 (Request requires authentication)

 

I also tried the equivalent sample of the document http://www.salesforce.com/us/developer/docs/api_streaming/api_streaming.pdf (page 11) but It gives me these errors

 

Uncaught TypeError: Object [object Object] has no method 'reset'
org.cometd.LongPollingTransport.resetcometd_js:2102
resetcometd_js:120
_handshakecometd_js:730
handshakecometd_js:1421
initcometd_js:1409
(anonymous function)StreamingPagePDF:89
d.extend._Deferred.f.resolveWithjquery.min.js:16
d.extend.readyjquery.min.js:16
c.addEventListener.y

 

I don't know what to do

 

Thank you in advance

 

David