文件名称:salesforce Apex Code Developer's Guide
文件大小:4.81MB
文件格式:PDF
更新时间:2016-07-14 10:40:13
salesforce Apex Code Developer
Chapter 1: Introducing Apex...............................................................................................................11 What is Apex?.........................................................................................................................................................................12 How Does Apex Work?..............................................................................................................................................13 What is the Apex Development Process?....................................................................................................................14 Using a Developer or Sandbox Organization...................................................................................................14 Learning Apex.................................................................................................................................................17 Writing Apex...................................................................................................................................................18 Writing Tests...................................................................................................................................................19 Deploying Apex to a Sandbox Organization...................................................................................................19 Deploying Apex to a Salesforce Production Organization...............................................................................20 Adding Apex Code to a Force.com AppExchange App..................................................................................20 When Should I Use Apex?..........................................................................................................................................20 What are the Limitations of Apex?.............................................................................................................................21 What's New?...........................................................................................................................................................................22 Apex Quick Start.....................................................................................................................................................................22 Documentation Typographical Conventions...............................................................................................................22 Understanding Apex Core Concepts...........................................................................................................................23 Writing Your First Apex Class and Trigger................................................................................................................28 Creating a Custom Object...............................................................................................................................28 Adding an Apex Class.....................................................................................................................................29 Adding an Apex Trigger..................................................................................................................................30 Adding a Test Class.........................................................................................................................................31 Deploying Components to Production............................................................................................................33