Microsoft Outlook 365 Integration with Salesforce Using REST API with Example
World Of Salesforce
by
2y ago
Microsoft Outlook 365 Integration with Salesforce Using REST API with Demo Here is the demo of the same built on Salesforce using Salesforce Sites. (https://msofficeintegration-developer-edition.ap5.force.com/) In this post, we will learn how to connect Salesforce with Outlook 365 using REST API. For this, the first step is to create an Application in the “Microsoft App Registration Portal” (https://apps.dev.microsoft.com/). Log in using your office 365 account credentials. Click on Add an App button to start creating the application. Enter the Application Name and click create ..read more
Visit website
Update Records using External ID - Salesforce Rest API
World Of Salesforce
by
2y ago
Update Records using External ID - Salesforce Rest API (Populating Lookup using External ID) In this post, we will see how we can update a record based on External Id using Salesforce Rest API and how to populate Lookup fields using External ID Begin with creating an ExternalID field on Account object. Let's call the text field as Ext. See snapshot below. Click next and grant access to the profiles and save the field. once done go ahead and create an account record as shown in the snapshot The external Id for this account is set as "WOS". Now we would try to update this r ..read more
Visit website
Creating Scratch org using CLI - Salesforce DX
World Of Salesforce
by
2y ago
Creating Scratch org using CLI - Salesforce DX To know about scratch Orgs and the prerequisites required to create Scratch org refer to the previous post-  http://www.worldofsalesforce.com/2017/11/introduction-to-salesforce-dx.html In this post, we will try to create a scratch org and push configuration and Metadata to it using CLI. Let's start by creating a project on our local machine. Open the command prompt and type the below command. mkdir my_WOS_project   cd my_WOS_project The above command will create a folder called my_WOS_project and change the act ..read more
Visit website
Introduction to Salesforce DX
World Of Salesforce
by
2y ago
Introduction to Salesforce DX Salesforce DX stands for Salesforce Developer Experience.  It’s a new development paradigm that shifts the source of truth from the org to your version control system (VCS). It offers set of new tools which elevates : 1) Streamlined development Experience 2) Team Development and Collaboration 3)  Facilitates automated testing and continuous integration 4)  Promotes Agile by making it even more efficient. Salesforce DX introduces a distinct type of Org termed a "Scratch Org". It is a short-term Salesforce environment that you can ..read more
Visit website
Salesforce Developers in the US could earn 78% more than UK Couterparts
World Of Salesforce
by
2y ago
Salesforce Developers in the US could earn 78% more than UK Couterparts Despite the connection between high-paid jobs and further education, a new report from Mason Frank International shows that two-thirds of Salesforce professionals don’t hold the widely adopted opinion that degrees mean high earnings. The average US salary is estimated at just over $44,000 meaning a developer just starting out their career can stand to earn around $110,897 - 150% more than the average American worker. The Mason Frank study, collected from a total of 27,709 data points, found that wh ..read more
Visit website
Sentiments Analysis using Salesforce Einstein API
World Of Salesforce
by
2y ago
Sentiments Analysis using Salesforce Einstein API In continuation of the series of Salesforce Einstein posts, this post will explain the basic steps and prerequisites required to leverage salesforce Language API to describe the Sentiments of the text. The Einstein Sentiments API helps the user to decide if the summary of the body of the text is positive or negative without going through the text. Pre Requisite : 1) Sign Up for Einstein Platform Services Account:  Copy and paste this link to create an Einstein Platform services account https://api.einstein.ai/signup Click on Sign ..read more
Visit website
Introduction to Salesforce Einstein
World Of Salesforce
by
2y ago
Introduction to Salesforce Einstein Salesforce Einstein is a layer within the Salesforce platform that infuses Artificial Intelligence features and capabilities across all Salesforce Clouds. Einstein Platform Services provides APIs and other tools developers can use to build CRM apps that leverage AI-powered machine learning capabilities such as image recognition and natural language processing. Developers can use the platform’s integrated REST APIs to create and train custom deep learning models. Salesforce Einstein Platform currently offers two API's which can be leveraged for Image ..read more
Visit website
Unable to convert lead due to invalid {Object} record type- Winter 18 Issue
World Of Salesforce
by
2y ago
Unable to convert lead due to invalid {Object} record type- Winter 18 lightning Known Issue Winter ‘18 Release has introduced the new cool UI changes along with expanded Lightning productivity benefits and Einstein intelligence. One of the beneficial change is the Lead conversion UI change.  This is a known issue with the winter 18 release. The lead conversion fails if any the objects concerning lead conversion (Contact, Account, and opportunity) has a custom record type and the default record type for the profile in action defaults to -Master- record type. Salesforce is sending a ..read more
Visit website
Version Control in Salesforce Using BitBucket 1/3
World Of Salesforce
by
2y ago
Version Control Using BitBucket 1/3   This is a continuation of my previous post on how to setup mavenmate with sublime. In this post, I will be explaining how we can use bitbucket to store our code on cloud for versioning as well as  for back up purpose. If we are working on a really big project which has hundreds of thousands line of custom code and multiple developers are working simultaneously, it becomes really important to have a version controlling system. This way we can avoid overriding any piece of work as well as we will have back up in case o ..read more
Visit website
Version Control in Salesforce Using BitBucket 2/3
World Of Salesforce
by
2y ago
Version Control Using BitBucket 2/3 This is a continuation of my previous post where I explained signing up bitbucket user account and creating teams, project, repository and branches on the cloud.  In this post, We will be committing our local files on to the bitbucket cloud. We can do this by using command line but source tree is a very user friendly tool by which we can deploy our files using just point and click to the remote server. Please follow the below steps to download and install source tree: Note : If you face any difficulties following these steps, you can refer ..read more
Visit website

Follow World Of Salesforce on FeedSpot

Continue with Google
Continue with Apple
OR