Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
hello ,
i want to fetch data from sales-force CRM and display into websites.
how it can be done in umbraco?
thank you..
Hi Rose
How Salesforce crm can provide data for Umbraco?
It's easy to create some task for Umbraco that will grab data from Salesforce and insert it to Umbraco database, the question is how Salesforce can provide data.
Thanks,
Alex
Did you find a solution?
Hi ! Alex
Did you find any solution?
The Salesforce toolkit for .NET library can be used to query the CRM data, using SOQL.
The GitHub repo has example code snippets: https://github.com/wadewegner/Force.com-Toolkit-for-NET
Library is available via NuGet: https://www.nuget.org/packages/DeveloperForce.Force/
You'll need to have a client key, client secret, username, password and security token - to access the Salesforce API.
Hope this helps?
Cheers, - Lee
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
salesforce crm
hello ,
i want to fetch data from sales-force CRM and display into websites.
how it can be done in umbraco?
thank you..
Hi Rose
How Salesforce crm can provide data for Umbraco?
It's easy to create some task for Umbraco that will grab data from Salesforce and insert it to Umbraco database, the question is how Salesforce can provide data.
Thanks,
Alex
Hi Rose
Did you find a solution?
Thanks,
Alex
Hi ! Alex
Did you find any solution?
The Salesforce toolkit for .NET library can be used to query the CRM data, using SOQL.
The GitHub repo has example code snippets: https://github.com/wadewegner/Force.com-Toolkit-for-NET
Library is available via NuGet: https://www.nuget.org/packages/DeveloperForce.Force/
You'll need to have a client key, client secret, username, password and security token - to access the Salesforce API.
Hope this helps?
Cheers,
- Lee
is working on a reply...