Mytutorialrack

Blogs

Home - Blog - Page 27

Are you interested in learning JAVA?

I have something very interesting to share with you today. Lot of students in the past  have asked me about ” Do I need to know JAVA  if I want to become a Salesforce Developer?”.So here is my answer: In order to become a great Salesforce Developer, it is highly recommended that you have an

Read More »

How to access Salesforce Data Model via Apex?

In this blog post, we will see how to access Salesforce Data Model via Apex. The describeSObjects Schema method, tokens and describe results can be utilized for describing sObjects programmatically. Metadata information, such as a list of top-level standard and custom objects and their fields can be retrieved. Describe information provides metadata about sObject and

Read More »
Data Model In Salesforce
Salesforce

Data Modeling in Salesforce

In this blog post, I will explain some important points to remember when you are choosing an appropriate data model in Salesforce and I will try to explain them with the help of examples. Whenever we are setting up an application in Salesforce, we need to setup a data model which refers to the use

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 »

Free Salesforce Admin and Developer training

We have a free one hour session related to Salesforce administration and Development. In this session, we will cover the basics of Salesforce like objects, fields, custom app and lot more. Here is the link to join the free session: Join the Session We will also learn about building a custom app in Salesforce and

Read More »
Salesforce

Overview of Platform Developer 1 exam

Platform Developer 1 exam is one of the certification exam to become a Salesforce developer. It tests your knowledge in Salesforce Development and also some parts of out-of-the-box features of Salesforce. Platform Developer 1 exam is divided into multiple sections. Each section has different weightage. Below is the list of topics and also the weightage

Read More »

Salesforce Developer Training for Beginners

Are you afraid of coding? Do you feel nervous when you write code? You feel like coding is hard for you? if you are one of them, then join my Course.  This course will take you from a complete beginner in programming to a Salesforce developer. You don’t need to know Java or any other

Read More »

What are Lightning web components?

In this blog post we will learn about Lightning Web Components. These days browsers have become so powerful and advance that there is no need for any Javascript libraries. There was time when web developers were dependent heavily on frameworks like JQuery,Angular or React. Similary in case of Salesforce,we had aura frameworks in 2014. In

Read More »

Basics of Apex programming

In this tutorial, we will learn about apex programming. We will learn about classes, Datatypes, Variables and constants. What is Apex class? A class is a template through which we create objects. A class contains group of variables and methods. We can create object using the class. Data types and variables- Basics of Coding In

Read More »