Mytutorialrack

Blogs

Home - Archives for Deepika Khanna - Page 13

Global Picklist: Define Globally and use them locally

Let’s say you have to store information about t-shirt sized on various entities like Accounts,Users,custom objects etc. And after a month, your company decides to switch to a different size format, for example, 36,38,40 instead of small,medium and large. The only option you have is to go and update the picklist values everywhere its used.

Read More »
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 »

Apex -triggers in Salesforce with example

Apex trigger is a piece of code which executes when an event ocurrs. It executes when a record is Inserted,Deleted or updated from the force.com database. Syntax: These are the events on which trigger get fires: Insert Update Delete Merge upsert undelete Let’s take an example: Suppose we have a requirement in which we need

Read More »
Technology

How to pass parameters to Apex Method from Visuaforce page?

Lot of times I get this question from developers, is “How to pass parameter to a controller method” So in this blog post I will walk you through step by step how to do that. In this tutorial, we will create a visualforce page which will display the account and the list of contact associated

Read More »
Technology

Send Text Messages from Salesforce Using Email to SMS

Lot of times, I get this question ‘How to send my customers text messages from salesforce?’. There are alot of apps available on appExchange to send text messages and you can do this using APEX as well. Both of these solutions comes with an additional cost, but this is one of the great ways to

Read More »

4 Important terms to remember during Data Migration

Every once in a while, you have to update your business systems. Moving to a newer system from an old one is always an exciting task because the newer system will be better performing.But migration brings a lot of risks along and the No.1 challenge is to protect the data from getting lost,the data we have

Read More »

10 most popular Git commands to collaborate efficiently

As the projects are getting more and more complex, the number of the developers needed to finish a project is also growing faster depending upon the complexity.In this era of complex projects we need a powerful version control software to manage and track the changes in the project. As you all know, Git is one

Read More »