Mytutorialrack

Blogs

Home - Archives for 2018 - Page 2

How to retrieve all fields in SOQL query_
Salesforce

How to Select all fields in SOQL?

In this blog post, we will learn about a special trick to retrieve all the fields through SOQL query. If you are coming from a Java background or .NET background you must be familiar with this query: “Select * from Table_name” : You can use this query in Java,.NET or PHP to retrieve all the data

Read More »

Salesforce Lightning Framework related interview questions

In this blog, I have covered some important interview questions related to Lightning framework. These questions will be very helpful if you are a Salesforce developer or a Salesforce admin. Question 1: What is AURA framework? Answer: Aura framework is an open-source framework created by Salesforce to build dynamic web applications for mobile and desktop.

Read More »

Salesforce Custom Buttons: 4 Clever URL hacks

In this blog post we will see how to launch webpages with custom data from your current record using custom buttons. You can  not only launch internal salesforce pages but also webpages like google.This saves us lot of time and effort, instead of copying the data from the record to another webpage, we can auto-populate

Read More »
Uncategorized

Top Salesforce Interview Questions

This post cover some important Salesforce interview questions. Salesforce is showing no signs of slowing. Salesforce Developer is one of the most demand profession out there.Even though with new features in salesforce platform which gives more power to salesforce adminstrators, the salesforce Developer will still continue to be in demand. Salesforce developer will continue to

Read More »

Top 4 Lightning UI Features

Salesforce Lightning UI is faster as compared to Classic UI and it shows a improvement in the Salesforce UI. But the new update on Lightning UI is not just about the speed and the looks. The new Lightning Platform has lot of new features.   Opportunities Stage Based Interface: One of the very important feature

Read More »

How to implement pagination in Visualforce with Example?

This is one of the most common interview question which employers love to ask. In this blog post, we will see how to implement pagination in Visualforce. I hope you will enjoy this blog post. Please share your feedback in the comment section. What is Pagination in Visualforce? Pagination is the process of displaying large

Read More »

The 18 Must-See Salesforce Spring’18 Features

Who has time to read the 584 Pages Official Notes so if you are like me and want to focus on main highlights, then let’s get started: 1) You Can Create Pinned Page and Regions: Where you navigate to sub-tab in your lightning console apps, a pinned region will remain displayed on the screen. There

Read More »

Salesforce Interview Questions with Answers:

In this blog post, I will be presenting some common Salesforce Interview questions asked by employers in the past couple of years. I have also tried to cover some real-time questions as well. Below is the list of common Salesforce interview questions:   Question 1: A custom object contains some records, now my requirement is

Read More »
Salesforce

Top 10 Visualforce questions with answers

Below is the list of Top 10 Visualforce questions with answers. This quiz will test your knowledge about standard controllers, custom controllers and controllers extensions. Here are the questions: Question 1: Which of the following is related to View layer in MVC Model ? A. Workflow Rules B. Validation Rules C. Visual force Pages D.

Read More »

Visualforce Tutorial for beginners

This blog post covers the Visualforce tags in great detail. This blog post can also be referred as Visualforce tutorial for beginners. What is Visualforce? It is the component-based user interface framework for the Force.com platform. Visualforce consist of tag-based markup language, similar to HTML. For example, In HTML we have tags like <body> tag and

Read More »