Problem: User want to create contact in one salesforce org from another salesforce org and as a web developer we don’t want to expose user’s credentials to the web application otherwise owner of the web app/hacker may misuse this information if web application is not much secure. Solution: We will use web server flow inContinue reading “OAuth 2.0 Web Server Flow for Web App Integration (SFDC, Salesforce)”
Tag Archives: Integration
Creating a record using Rest Explorer(Workbench) in Salesforce
I hope you are comfortable with rest api. So if you want to access/update the salesforce data, you can do that using standard salesforce rest api end point. So if you want to test this end point for data access/update, you can test that using workbench which is very simple and straigh-forward way. So let’sContinue reading “Creating a record using Rest Explorer(Workbench) in Salesforce”