function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Amogh BabhaleAmogh Babhale 

Hi guys , I am currently working as Salesforce administrator, want to learn about the development. I want to start from the scratch, i know Java language which is similar to Apex. Please help me, how should I start learning the development

Best Answer chosen by Amogh Babhale
Ajay K DubediAjay K Dubedi
Hi Amogh,

It's good if you know Java, it will help you in learning Apex more easily. To start with your development process you should have the following order:
1. Apex and replated SOQL queries. 
2. Triggers. 
3. Batch and scheduler classes. 
4. VisualForce (on a low priority basis)
5. Lightning Components.

These are a few basics of Salesforce Development. You can also have some additional topics like:

1. Lightning web components.
2. Integration (Salesforce API)
3. Process builders and Workflows (a little bit of admin side)

You should focus more on above 5 and should follow trailhead and at the same time keep coding so that it may be in practice.

Follow the following links: (these will guide you throughout your developer journey)
-https://trailhead.salesforce.com/en/content/learn/trails/force_com_dev_beginner
-https://trailhead.salesforce.com/en/content/learn/trails/force_com_dev_intermediate
-https://trailhead.salesforce.com/en/content/learn/trails/force_com_dev_advanced


This will provide you the printing space. You can also add padding if you want some space between the div(s). Color is just to show the area.

I hope you find the above solution helpful. If it does, please mark as Best Answer to help others too.
Thanks,
Ajay Dubedi

All Answers

Ajay K DubediAjay K Dubedi
Hi Amogh,

It's good if you know Java, it will help you in learning Apex more easily. To start with your development process you should have the following order:
1. Apex and replated SOQL queries. 
2. Triggers. 
3. Batch and scheduler classes. 
4. VisualForce (on a low priority basis)
5. Lightning Components.

These are a few basics of Salesforce Development. You can also have some additional topics like:

1. Lightning web components.
2. Integration (Salesforce API)
3. Process builders and Workflows (a little bit of admin side)

You should focus more on above 5 and should follow trailhead and at the same time keep coding so that it may be in practice.

Follow the following links: (these will guide you throughout your developer journey)
-https://trailhead.salesforce.com/en/content/learn/trails/force_com_dev_beginner
-https://trailhead.salesforce.com/en/content/learn/trails/force_com_dev_intermediate
-https://trailhead.salesforce.com/en/content/learn/trails/force_com_dev_advanced


This will provide you the printing space. You can also add padding if you want some space between the div(s). Color is just to show the area.

I hope you find the above solution helpful. If it does, please mark as Best Answer to help others too.
Thanks,
Ajay Dubedi
This was selected as the best answer
Amogh BabhaleAmogh Babhale
Sorry for the late response Ajay, thank you so much for your help , if possible please could you provide any video link for salesforce beginer.