Category Developers

Content related with developers

New Salesforce API Explorer

Salesforce API Explorer offers developers a place to test a variety of Salesforce APIs. Now available for developer preview are APIs including B2C Commerce Developer Sandbox, Einstein Prediction Service Scoring, Einstein Vision and Language, Force.com REST sObject Resources, Marketing Cloud REST, and Salesforce IoT.

Salesforce ~ Microsoft Dynamic CRM Integration Part 2

The post discusses integration between Salesforce and Microsoft Dynamic CRM. It details how to fetch opportunities from MS Dynamic CRM to Salesforce by passing an AccessToken to the getOpportunitiesFromMSDynamic() method. The response, in JSON format, can be parsed to suit the user's needs and applied to Salesforce objects.

Salesforce ~ Microsoft Dynamic CRM Integration Part 1

"Microsoft Dynamics 365" is an Enterprise Resource Planning and Customer Relationship Management solution by Microsoft. It includes different application-based solutions. This article outlines steps to integrate a third-party Application Programming Interface with Dynamics 365 for development and data retrieval purposes, using Salesforce APEX code for authentication and access token acquisition.

VS CODE – Enable Push-Or-Deploy Code on Save

Arun explains how to enable 'deploy on save' in Visual Studio Code for Salesforce orgs. In preferences, open user settings, then expand extensions and click on "Salesforce Feature" to edit settings.json. Add "salesforcedx-vscode-core.push-or-deploy-on-save.enabled": true, save it and restart VS Code for automatic deployment on saving code.