• exportContact
  • NEWBIE
  • 0 Points
  • Member since 2011

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

Hi,

 

     I am trying to import contacts into salesforce.com.I need a link regarding import contacts into salesforce.com.Please send me a link.

Hi,

 

    I am trying to import contacts into salesforce.com.I need a link regarding import contacts into salesforce.com.Please send me a link.

hi team

i want to export all my contacts using web service. i used wsdl provided by you.

getLeadAddressByEmail gives me lead information of single contact.

can you please tell me web service which will return me information of all contacts.

i tried following code with my username and password, now i can login successfully but cant retrieve contact information, it is giving me error invalid sessionId.

 

 

sForce.LoginResult lr = default(sForce.LoginResult);

sForce.SforceService ss = new sForce.SforceService();

lr = ss.login(_userId, _password);

_sessionId = lr.sessionId;

Application.Add("_sessionId", lr.sessionId);

_serverUrl = lr.serverUrl;

Application.Add("_serverUrl", lr.serverUrl);

 

var getLeadInfo = newgetLeadInfoService();

getLeadInfo.SessionHeaderValue =new getLeadInfo.SessionHeader();

getLeadInfo.SessionHeaderValue.sessionId = _sessionId;

 

//getLeadInfo.Timeout = var gggg = new getLeadInfo.Lead();

gggg = getLeadInfo.getLeadAddressByEmail(vishal.patil@maxval.net);

 

 

hi team,

i want a web service or a method to which  client will pass his salesforce username n password and it will return me the contact list of clients which i can import in my application. is this possible in C#?? i can see some web services but didnt find the one for exporting contacts.

I've imported a web reference into my C# project and when I try to build the app I get the following error:

" The namespace 'SalesforceOutlookPlugin.sfService' already contains a definition for 'ExceptionCode' .






Hi all,
 
  i have developed an application using sales force api recently.Now i have a problem when i am uploading the file physically to salesforce from my applicaton.can u give the solution for this. 

Hi, when we go live we're planning to have users import/sync contacts to Salesforce from Outlook based on if users have marked the Outlook contact with a "Salesforce.com" category (and then using Intellisync). 

Question though: it doesn't look like the Contact's "Activities" tab from Outlook is pulled in (i.e., the emails sent back and forth to that contact).  It would be great if we could pull each email sent back/forth from contacts as individual activities on the contact record in CRM, so that users already feel like there's value in the CRM system thanks to their contact data being used in a more business-effective way.  Is this possible?  Thoughts on if it's worthwhile, gotchas, etc.?  Thanks!