salesforce 学习(超简介,以及传送门)

■前期说明

CRM(Customer Relationship Mangerment)客户关系管理

以客户为导向,进行商业活动。

(在市场营销,销售和服务环境中,突出客户关系的重要性;

与客户保持持续连接,为客户产生价值,从而使企业保持持续盈利的一种理念。)

SFDC就是一种CRM产品,然后根据企业自身的特点进行二次开发。

 

■学习资料

https://www.cnblogs.com/zero-zyq/p/5275134.html

https://www.cnblogs.com/zero-zyq/p/5278303.htm

https://www.cnblogs.com/zero-zyq/p/5283611.html

https://www.cnblogs.com/zero-zyq/p/5284479.html

https://www.cnblogs.com/zero-zyq/p/11380449.html

・简单的增删改查操作

https://www.cnblogs.com/zero-zyq/p/5302940.html

・使用 Salesforce.com SOAP API 实现用户登录以及简单的增删改查(JAVA访问salesforce)

https://www.cnblogs.com/zero-zyq/p/6077773.html

 

■官网

1. 通过REST方式访问外部数据以及JAVA通过rest方式访问salesforce

・REST 环境确认

https://developer.salesforce.com/docs/atlas.ja-jp.salesforce_developer_environment_tipsheet.meta/salesforce_developer_environment_tipsheet/salesforce_developer_environment_verify_rest.htm

・REST API 使用学习
https://trailhead.salesforce.com/ja/content/learn/modules/api_basics/api_basics_rest

 

2. 数据操作(SOQL)  Query查询DB

https://developer.salesforce.com/docs/atlas.ja-jp.api_rest.meta/api_rest/dome_query.htm

・SOQL学习

https://trailhead.salesforce.com/ja/content/learn/modules/apex_database/apex_database_soql

 

3.WSDL

https://developer.salesforce.com/docs/atlas.ja-jp.api.meta/api/sforce_api_quickstart_steps_generate_wsdl.htm

https://developer.salesforce.com/docs/atlas.ja-jp.api.meta/api/sforce_api_quickstart_steps_import_wsdl.htm

登录代码(sample)
https://developer.salesforce.com/docs/atlas.ja-jp.api.meta/api/sforce_api_partner_examples.htm
查询代码(sample)
https://developer.salesforce.com/docs/atlas.ja-jp.api.meta/api/sample_query_calls.htm

 

■其他资料1(REST)
https://developer.salesforce.com/trailhead/force_com_dev_intermediate/apex_integration_services/apex_integration_rest_callouts

通过REST方式访问外部数据以及JAVA通过rest方式访问salesforce

・以上内容的中文资料

https://www.cnblogs.com/zero-zyq/p/5599632.html

 

■传送门

https://www.cnblogs.com/zero-zyq/tag/salesforce%E5%AD%A6%E4%B9%A0/default.html?page=6

你可能感兴趣的:(SFDC,服务器配置,网络相关)