Mytutorialrack

Blogs

Home - Blog - Page 33

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 »

Why every developer should use Version Control System?

We as web developers, we work on all types of project from small to medium to complex projects. Click on Git Complete Hands on Training for Web developers When we are the only one working on a website, we code everything at once and then upload it, but when you have team of developers working

Read More »

How to use Git with Salesforce ?

Lot of people have asked this question so many times, on how to handle continuous integration and deployment with a team which is distributed across the globe.And also how to use Software Configuration Management along with this process. I will try my best to answer these questions in this blog post. I am also working

Read More »

ColumnCopy: Google chrome extension for Salesforce admins

Google Chrome is one of the most common browser used by people across the globe. One of the most important reasons besides its speed are the extensions that google chrome offers. In this blog post, I will share with you a very powerful extension offered by chrome, its called as ColumCopy. What does Column Copy do???

Read More »

Most popular AppExchange apps to install

Salesforce administrator manages almost every part of the company, they are responsible for delivering complex project, responsible for training teammates to keep the data clean and up to date. Good admins always keep themselves updated with new technology,new processes and new apps that will help others to perform better and improve productivity. Today I will

Read More »