Mytutorialrack

Blogs

Home - Archives for 2018 - Archives for July

What is Salesforce DX and what are the most popular commands?

Salesforce DX offers you an open and standard developer experience, which helps you build application using the tools like Git, Eclipse, Selenium and more. Salesforce DX consists of an updated Eclipse Integrated Development environment (IDE) which expands the value of the toolset to salesforce developers. In this blog post, I have put together a list

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