• duckyforce
  • NEWBIE
  • 0 Points
  • Member since 2011
  • Director of Applications
  • Iron Mountain


  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 7
    Replies

Does anyone have experince inserting Leads with passed URL parameters?

 

I'm trying to insert leads via a URL like: https://www.salesforce.com/servlet/servlet.WebToLead?encoding=UTF-8&first_name=FIRST&last_name=LAST&email=email@company.com&company=COMPANYNAME&phone=0000000000&retURL=http%3A%2F%2Fwww.test.com&oid=000000000000000&recordType=000000000000000&Campaign_ID=000000000000000

 

I'm receiving an error: "Could not establish trust relationship with remote server."

 

It seems as though it does not like the certificate for some reason.

 

Any ideas?

Hey guys,

 

I'm getting an Invalid foreign key relationship on Contact.CampaignMember that I can't seem to figure out.

 

    for(Contact contact : Trigger.new)
    {
       if (contact.User_Testing__c = 'True' && contact.CampaignMember.CampaignID != '70170000000BdE2' ) 
       conIds.add(contact.ID);
    }

 

Does anyone have experince inserting Leads with passed URL parameters?

 

I'm trying to insert leads via a URL like: https://www.salesforce.com/servlet/servlet.WebToLead?encoding=UTF-8&first_name=FIRST&last_name=LAST&email=email@company.com&company=COMPANYNAME&phone=0000000000&retURL=http%3A%2F%2Fwww.test.com&oid=000000000000000&recordType=000000000000000&Campaign_ID=000000000000000

 

I'm receiving an error: "Could not establish trust relationship with remote server."

 

It seems as though it does not like the certificate for some reason.

 

Any ideas?

Hey guys,

 

I'm getting an Invalid foreign key relationship on Contact.CampaignMember that I can't seem to figure out.

 

    for(Contact contact : Trigger.new)
    {
       if (contact.User_Testing__c = 'True' && contact.CampaignMember.CampaignID != '70170000000BdE2' ) 
       conIds.add(contact.ID);
    }

 

Hi All,

 

Want to generate a report to show the data from all the 4 objects. Object Relationship model is given below.

 

Object 2 & 3 are child of Parent Object1 - Relation is Master-Detail

Object 4 is child of Parent Object3 - Relation is Master-Detail

 

Custom reports only allow reporting on one-tree branch......can i generate a report involving objects from multiple tree branch?

 

In above scenario, can i get the data from all the 4 objects in one single report.....???

 

Any suggestions/ideas are appreciated.....Any app exchange app available to acheieve this??

 

Regards,

Rupesh Bhatia

 

Has anyone got the excel connector working with Excel 2010?

 

Looking for a concrete answer on this one

 

Thanks

I am a newbie, and want to know where are the steps to implement this formula. Is there a tutorial on how I can set this up. I am new to this software and would really appreciate any suggestions or help in this area.
 
Thanks
Rich
 
* This is the formula is from the formula PDF *
 
- search round robin -
 
I have 4 sales pro's at the moment but will have 6-8 very soon. If that matters.