Title: Salesforce Developer Day To Day Activities
1Salesforce Developer Day To Day Activities
2Things you should know as a Developer
- Programmatic
- MVC Architecture
- Action in Salesforce
- Visualforce
- Visualforce Markup
- Apex
- Triggers
3Action in Salesforce
- MVC Architecture
- MVC or Model-View-Controller architecture can be
divided into the following parts. - Model It denotes the Salesforce Data Objects,
relationships, and fields. It comprises of both
the standard and other custom objects. - View This shows the presentation of the data,
i.e. the user interface. It comprises the pages
of Visualforce, components, tabs and page
layouts. - Controller It forms the building block of the
application logic.
4Agglomerative clustering
It is important for you to know how the
Salesforce application works.
- The user generally gives information to the
Salesforce application via the Visualforce. - This information is then taken to the logic layer
wherein it is written in Apex. - Data is then either put in or removed from the
database based on the information. - Salesforce training also gives you the option of
making use of web services for directly accessing
the application logic. As a developer, you may
either opt for a declarative or a programmatic
option for building the user-interface.
5Action in Salesforce
6Visualforce
As a developer in Salesforce, it is essential for
you to know about how to develop the user
interface and also write application logic.
- In Salesforce this can be done using
the Visualforce. - Latter is a framework for user-interface
for Force.com. - It is used for both designing and building
user-interfaces for the Salesforce applications
just like we use JavaScript Angular-JS
framework for building the user-interfaces for
your websites.
7Visualforce Markup
- It includes the visualforce tags, HTML,
JavaScript or even other web-enabled code. - his includes the instructions which define the
process of what happens when a user is
interacting with a component. - This is written using the Apex which is a
programming language.
8Visualforce
- As a developer in Salesforce
- As a developer in Salesforce, it is essential for
you to know about how to develop the user
interface and also write application logic. - In Salesforce this can be done using the
Visualforce. - It is used for both designing and building
user-interfaces for the Salesforce applications
just like we use JavaScript Angular-JS framework
for building the user-interfaces for your
websites.
Latter is a framework for user-interface for
Force.com.
9Apex
After you have finished the development of the
user interface, you should know about the ways to
put custom logic to your application.
- There are numerous distance functions for
-
- For the addition of web and other email services
to your application - To perform complicated business processes
- For the addition of complex validation
instructions to your application - In case if you have to add custom logic on
various operations like saving a record.
10Triggers
It is a must for every Salesforce developer to
know about the Salesforce triggers which are
basically stored programs which get activated
when you perform various actions both before or
after making suitable changes to the Salesforce
records. These are of two broad types Before
Trigger These are used for updating or
validating records before they are saved. After
Trigger These are used for accessing field
values which are set by the system to and to
affect changes to other records.
11Conclusion
- Thus, there are many facts and facets which you
neeSalesforce Developer to know as a Salesforce
Developer. - All these aspects are easily learned during the
certification and training process. - It is important that you invest your time wisely
and get the right training for proper knowledge
about all aspects of Salesforce.
12Thank you
Happy learning