Mytutorialrack

Blogs

Home - Salesforce - Page 28

Salesforce

Deployments in Salesforce: Sandbox and Metadata Migrations

In this tutorial we will talk about sandbox and how deployments are handled in Salesforce. Let’s start with Sandbox. What is Sandbox? Sandbox is a copy of a production environment.The main purpose of Sandbox is testing and development of new changes. How Sandbox works? Whenever you create or refresh a sandbox, copy of the production

Read More »
Salesforce

Salesforce Lightning Inspector: New developer tool for google chrome

Install it here Debugging your web apps is one of the most difficult task for any web developer. One of the main reason behind the popularity of google chrome browser among web developer is its great set of Developer tools. Even with great set of tools available, developers still face challenges with apps that depend

Read More »
Salesforce

Integrating External application / External data into Salesforce using Heroku External objects and Heroku Postgres addon

Lot of times, customer facing websites depend on a relational database as there primary datastore. These applications which depend on Salesforce for back-office uses, it is important to bridge these two systems to give a great experience to customers. For example, we have an external application which contain customer-related data like coupon code which is edited

Read More »