Cargando…

Force.com developer certification handbook (DEV401) : a comprehensive handbook to guide Force.com developers through important fundamentals and prepare them for the DEV401 exam /

Test your knowledge; Chapter 4: Implementing Business Logic; The basic rules of implementing business logic; Rule syntax; Validation rules; Exercise - creating a validation rule; Formula fields; Exercise - calculating the return date; Cross object formula fields; Exercise - calculating penalty; Roll...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Kabe, Siddhesh
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham : Packt Publishing, Ã2012.
Temas:
Acceso en línea:Texto completo
Tabla de Contenidos:
  • Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Getting Started with Force.com; The cloud computing model of Force.com; Understanding the Force.com model; Force.com platform; Model-view-controller architecture; Key technology behind the Force.com platform; Multi-tenant kernel; Force.com metadata; Force.com Webservice API; Apex and Visualforce; AppExchange; Force.com sites; Force.com development; Force.com metadata; Metadata API; Online page editor and eclipse Force.com IDE; Sandbox; Force.com application types
  • Developing on the Force.com platformDeclarative development; Programmatic development; When to use what; Exercise
  • creating a developer account; Authentication on Force.com; Exercise
  • changing your e-mail address; Exercise
  • adding trusted IP addresses; Exercise
  • resetting security tokens; Developer. Force.com; Summary; Test your knowledge; Chapter 2: Creating a Database on Force.com; Library Management System; Requirements; Objects; Exercise
  • creating an object; Force.com data types; Custom fields; Text fields; Picklists; Dependent picklist; Exercise
  • creating a dependent picklist
  • Currency fieldOther fields; Field options; Required field; Unique field; Encrypted field; Relationships; Lookup (1:n); Master-Detail relationship (1:n); Special relationships; Exercise
  • creating a junction object; Exercise
  • building the data model for the Library Management System; Summary; Test your knowledge; Chapter 3: User Interface; What is an application?; Understanding a custom application; Exercise
  • building your own application; Custom tabs; Exercise
  • creating custom tabs; Page layouts; Page layout editor; Using the page layout editor; Sections and blank spaces
  • Custom buttons and linksField options; Editing other layouts; Mini page layout; Overview of Visualforce; Visualforce content; Key components of Visualforce; Pages; Standard components; Controllers; Data binding in Visualforce; Using the Visualforce pages in the organization; Visualforce tags; Binding tags with data and Apex; Visualforce component library; Layout components; Other layout components; Salesforce standard components; Data components; Output components; Input components; AJAX and JavaScript in Visualforce; Ajax components; Inline Visualforce on page layouts; Static resources