1 / 12

Salesforce Developer Day To Day Activities

Salesforce is the most in-demand and one of the fastest growing skills which you should possess if you want to have a career in the same. <br><br>https://www.janbasktraining.com/online-salesforce-training

JanBaskT
Download Presentation

Salesforce Developer Day To Day Activities

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Salesforce Developer Day To Day Activities www.JanBaskTraining.com Copyright © JanBask Training. All rights reserved

  2. Things you should know as a Developer Programmatic MVC Architecture Action in Salesforce Visualforce Visualforce Markup Apex Triggers        www.JanBaskTraining.com Copyright © JanBask Training. All rights reserved

  3. Action 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. www.JanBaskTraining.com Copyright © JanBask Training. All rights reserved

  4. Agglomerative 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. www.JanBaskTraining.com Copyright © JanBask Training. All rights reserved

  5. Action in Salesforce Programmatic Approach Declarative Approach In this, you make use of page layouts, record types for building the user interface. Also, for building the business logic layer, you can make use of the options like workflow, validation rules, and even the approval processes. For accessing the data model, in the declarative way you can use objects, relationships, and fields. In this, you make use of the Visualforce pages and components. One can try using this is the declarative approach does not function. In case of building the logic layer under a programmatic approach, you may use the triggers, controllers and even the classes. While accessing the data model, in this case, you can use metadata, API, REST API, and even bulk API. www.JanBaskTraining.com Copyright © JanBask Training. All rights reserved

  6. Visualforce 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. www.JanBaskTraining.com Copyright © JanBask Training. All rights reserved

  7. Visualforce 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. www.JanBaskTraining.com Copyright © JanBask Training. All rights reserved

  8. Visualforce 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. www.JanBaskTraining.com Copyright © JanBask Training. All rights reserved

  9. Apex 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. www.JanBaskTraining.com Copyright © JanBask Training. All rights reserved

  10. Triggers 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. www.JanBaskTraining.com Copyright © JanBask Training. All rights reserved

  11. Conclusion • 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. www.JanBaskTraining.com Copyright © JanBask Training. All rights reserved

  12. Thank you Happy learning www.JanBaskTraining.com Copyright © JanBask Training. All rights reserved

More Related