Mytutorialrack

Blogs

Home - Technology - Page 2

Saleforce MVP
Salesforce

7 Tips to Become a Salesforce MVP

If you clicked this post after just reading the title, I’m damn sure that you already are aware about Salesforce. Just a gentle reminder, Salesforce is one of the top-rated Customer Relationship Management (CRM) applications in the digital market. It offers a wide range of value-for-money products and anyone having certification in Salesforce is considered

Read More »
Top 10 Salesforce Winter 21 Release
Salesforce

Top 10 Features of Salesforce Winter 21 Release

This summer has been a tough ride for the whole world and everyone is really worried about what will happen next in this year. But we can have a sigh of relief as Salesforce Winter 21 release is just around the corner. Just like every year, this is the time when Salesforce Admin & Developers

Read More »
salesforce career
Salesforce

What is Salesforce? Job Roles, Career and Opportunities

In this blog post, we will talk about career paths and opportunities in Salesforce. There are different career options in Salesforce and this blog post is designed to broaden your horizon.Let’s start with Salesforce admin certification. The admin certification serves as a baseline or foundation that establishes a certain level of experience and knowledge that

Read More »
apex programming
Salesforce

What is Apex Programming?

In this blog-post series, we will learn about apex programming. Apex is official programming language for Salesforce Developers. It is strongly typed object-oriented programming language. The syntax of apex is very similar to Java programming language and for that reason it is also called as sister language of Java. Features of Apex: Apex is a

Read More »

Top 18 Salesforce Interview Questions with Answers

In this blog post, I have covered some very important Salesforce related interview questions with answers. If you are planning to get a job in Salesforce Domain, then i will highly recommend you to start with our top 18 list of Salesforce Interview questions with answers. Question 1) What is Salesforce?? Answer: Salesforce is a

Read More »

Reasons Why Learning New Skill Is Important

When you think about the things you do everyday, you probably wouldn’t put learning new skills on the list. Living a busy and hectic lifestyles makes it very difficult to think about learning new skills and trying something new, but you could be really missing out on something great personally and professionally. There are huge

Read More »
Salesforce

10 Salesforce Extensions That Will Make You Salesforce Expert

In this blog post, I have listed some of the highly productive Salesforce Extensions on Google Chrome. To make it easier, I have categorized extension on the basis of functionality.Please take a look at these extensions and let me know which is your favorite extension and why? Salesforce Chrome Extensions that you must use We

Read More »
Salesforce

Exception Handling in Salesforce

I always had this bad feeling, that I wasn’t following the best practices handling exceptions in Apex. In most of the cases, I wasn’t doing any exception handling. What is an exception? An exception is a condition which changes the normal flow of program execution.That is when something bad happens which the program can’t handle

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 »

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 »