• dani a.ax940
  • NEWBIE
  • 0 Points
  • Member since 2011

  • Chatter
    Feed
  • 0
    Best Answers
  • 2
    Likes Received
  • 0
    Likes Given
  • 4
    Questions
  • 2
    Replies
Hi,
I am using one custom list button on one of the related list. But sometime when I click on this button I am getting the below error message:
A problem with the OnClick javascript for this button or link was encountered: Failed to execute send on 'XMLHttprequest': Failed to load 'https://cs21.salesforce.com/services/Soap/u/29.0'.

One thing to note here is that this error message is not coming all the time. But I need to fix this one. Below is my JS code for this button:

{! REQUIRESCRIPT("/soap/ajax/24.0/connection.js")}
var RecordTypeQuery = "Select Id from RecordType where developername='Set_Up_Plan' and SObjectType='Activity_Plan__c'";
var recordtype= sforce.connection.query(RecordTypeQuery );
var records = recordtype.getArray("records");
window.open("/{!$Setup.Org_Level_Settings__c.Activity_Plan_Prefix__c}/e?CF{!$Setup.Org_Level_Settings__c.Activity_Plan_ICP_Field_Id__c}={!JSENCODE(Account.Name)}&CF{!$Setup.Org_Level_Settings__c.Activity_Plan_ICP_Field_Id__c}_lkid={!Account.Id}&RecordType="+records[0].Id+"&retURL={!Account.Id}","_parent");

Any help is much appreciated. Thanks in advance.
Hi All,
I am trying to integrate salesforce with TIBCO. It will be a two way kind of integration. I have generated the Enterprise WSDL and provided it to my client to faciliate login into salesforce. But they are not able to login. Maybe few of the settings in TIBCO is missing. Also when I try consuming there WSDL, I am able to generate the apex class but not able to send the request as the url and ip provided to me is unreachable. I want to know the steps to integrate Salesforce and TIBCO. Can anyone please share there experience with some documents explaining step by step of integration with TIBCO.

Thanks in advance.
I am testing my wsdl using soapUI. In my network it is working fine but when I am trying to access from other network I am getting the below error:

getting response org.apache.http.conn.httphostconnectionexception connection to https://test.salesforce.com refused

Please help me to resolve this issue.

Hi

  I am using Force.com toolkit for Facebook. I am able to fetch my friends id, name and their profile link from facebook. But not able to fetch their contact number and emails. I read some posts which says facebook does not allow to fetch friends emails and contact number. I need help in this regard to fetch friends emails and contact number.

 

 I would greatly appreciate help on this issue.

 

Thanks

Hi All,
I am trying to integrate salesforce with TIBCO. It will be a two way kind of integration. I have generated the Enterprise WSDL and provided it to my client to faciliate login into salesforce. But they are not able to login. Maybe few of the settings in TIBCO is missing. Also when I try consuming there WSDL, I am able to generate the apex class but not able to send the request as the url and ip provided to me is unreachable. I want to know the steps to integrate Salesforce and TIBCO. Can anyone please share there experience with some documents explaining step by step of integration with TIBCO.

Thanks in advance.
I am testing my wsdl using soapUI. In my network it is working fine but when I am trying to access from other network I am getting the below error:

getting response org.apache.http.conn.httphostconnectionexception connection to https://test.salesforce.com refused

Please help me to resolve this issue.
Do Lightning components support iframes? I tried putting an iframe tag on a component and nothing displayed. I am aware that you can host a visualforce page from Lightning and have an iframe in that although not recommended by Salesforce. My scenario is to display iframe content in a customer community using the Napili template and I was thinking of using a custom Lightning component as a means of doing so. Trying to put an iframe directly into the 'Rich Content Editor' component does not work. Possibly the 'force:canvasApp' Lightning component could be an alternative. Any advice on the feasiblity/right direction on this appreciated

Hi All,

 

I am getting bellow error when i run the appliction in SOAP UI .

 

i.e   i created one project with partner WSDL and i am planing to delete one record with Delete mrthod  that time i am getting bellow error  .  can any body help in this.

 

Error getting response; org.apache.http.conn.httpHostConnectionException:Connection to https://login.salesforce.com refused