• Santhana
  • NEWBIE
  • 0 Points
  • Member since 2010

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 5
    Questions
  • 2
    Replies
I am trying to connect with one of our internal server for authentication from salesforce. I am running a code snippet from dev console .But I am getting the below proxy error .Kindly help me  as early as possible to overcome this issue.

Following is the error message
Unable to tunnel through proxy.Proxy returns"http/1.1 403 forbidden.

Below is the code that I am runjing in dev console
HttpRequest req = new HttpRequest();
HttpResponse res = new HttpResponse();
Http http = new Http();
req.setEndpoint('https://example.com/api/v1.0/auth/authenticate';
req.setHeader('Content-Type', 'application/json');
req.setHeader('cache-control','no-cache');
req.setMethod('POST');
req.setBody('{"username": "test@example.com","password": "test"}');
res = http.send(req);
Hi All ,
I am new to Chatter Application.This Employee of the Month award Nomination Application form.
I have requirement in Chatter feed page I want to display list of record Below mentioned format.Here I am storing this Qns and Ans in Nomination Custom object.
How to implement chatter feeditem in this scenario?

Employee of the Month award is: Vignesh S
Here are the nominations that were submitted for this person:
<Nomination Qns;Which is ur key Area?
<Nomination Ans:SFDC,Java
<Nomination Submitted by Ramesh>

<Nomination Qns;Which is ur key Area?
<Nomination Ans:SFDC
<Nomination Submitted by Ravi kumar>


Thanks.

Hi All,

 

 

I have requirement to develope the Quiz appln like in SFDC certification exam. I want to display time and seconds format while user clicking Start Btn. automatically Ex:10 mins then after start exam then time should reduce 09:59,58,.....

How to do this scenario?

 

 

Thanks,

 

Santh

Hi All,

 

Is it possible to access Bulk API through visualforce page? If so, kindly elobarate.

 

Thanks

 Need to extract 1 million records without using Data Loader, pls suggest a way to do this.

Hi All ,
I am new to Chatter Application.This Employee of the Month award Nomination Application form.
I have requirement in Chatter feed page I want to display list of record Below mentioned format.Here I am storing this Qns and Ans in Nomination Custom object.
How to implement chatter feeditem in this scenario?

Employee of the Month award is: Vignesh S
Here are the nominations that were submitted for this person:
<Nomination Qns;Which is ur key Area?
<Nomination Ans:SFDC,Java
<Nomination Submitted by Ramesh>

<Nomination Qns;Which is ur key Area?
<Nomination Ans:SFDC
<Nomination Submitted by Ravi kumar>


Thanks.

Hi all,

 

I am new to this environment , please guide

i done like this:  my requirement is to support CCA in Firefox

i followed this link : http://wiki.developerforce.com/index.php/CTI_Toolkit#Adding_Firefox_Support_To_Your_Adapter

and i tested Demo CTI Adaptor its working fine, and my new Adaptor with CTIToolkit 3.0 also installed fine and runnig in IE and Firefox for first time, if i run for second time after loged into salesforce it is saying

 

 

softphone initializing... then

logging in....  stucking up here . Adaptor not loadin what might be the case to cause this please help me out

 

My Installer is doing this:

 

registering following files:

 

1.SalesforceCTI.exe                       (provided in  toolkit 3.0)

2.SFDCFirefoxConnectorPS.dll       (              do              )

3.SFDCFirefoxConnector.dll            (              do              )

4.SF_MSApi4.dll                            (              do              )

5.msxml6.dll                                   (             do              )

6.msxml6r.dll                                  (             do              )

7.my dll               

 

one more is how to get cal logs, i am uabele to get cal logs in ctiToolkit 3.0 please guide