我有一个非常简单的客户端请求。 他们想要在自己的网站上有一个有用户名和密码的页面。 他们想要将用户名和密码的密码输入到这个网站, 检查登录情况, 如果成功的话, 实际上会把它们转到已经登录的销售单位 。
我可以做一个简单的表格,或者我需要使用SOAP或REST API吗?谁能指给我正确的方向?我从PHP做这个。
我有一个非常简单的客户端请求。 他们想要在自己的网站上有一个有用户名和密码的页面。 他们想要将用户名和密码的密码输入到这个网站, 检查登录情况, 如果成功的话, 实际上会把它们转到已经登录的销售单位 。
我可以做一个简单的表格,或者我需要使用SOAP或REST API吗?谁能指给我正确的方向?我从PHP做这个。
我建议使用OAUT进行认证, 这样你就不需要在另一个系统中 捕捉到实际的销售人员证书了。
基本上他们登入自定义网站,如果成功,你可以使用通过OAUT获得的完整会话识别码,转至销售部门,当然,唯一的办法就是他们首先登入时必须登入销售部门,但之后,你可以在背景中进行销售部门的认证。
Background: I m building a small application that will be run daily, pulling data from our own in-house databases and sending it over to our corporate Salesforce instance. I ve built a custom object (...
My question relates to aes 256 bit encryption in browser post. I want to integrate an intranet application with salesforce and want the data transfer between them should be aes 256 bit encrypted so ...
I have a picklist with three values and a text area that has three values as well, but I would like to correlate one value from the picklist with one value of the text area. Any thoughts as on how I ...
I need to access the data types of the fields in a Salesforce.com object in order to identify each phone, fax, email, and mail field in an object. I ve done this from SFDC web services with the ...
So in one part of our customised Salesforce system, the following happens: a trigger changes the value of a picklist on a custom object a Workflow rule detects that change and fires off an email. ...
The API for Salesforce is a web service, you set it up by downloading a WSDL file from Salesforce and adding the WSDL to your .NET project. But I can t find anywhere to set the Timeout value. ...
Hi I am trying to create a Custom Object in Salesforce.com Developer Edition, because I would then like to use this Custom Object in a New Custom Tab say "Properties". Properties tab will contain ...
New to Salesforce and having some issues with the Approval Process setup. I have combed the web looking for solutions but nothing is working, uhg. I have a multi set approval process in place and ...