更新时间:2021-07-23 14:34:04
封面
版权页
Credits
About the Author
About the Reviewers
www.PacktPub.com
Support files eBooks discount offers and more
Preface
What this book covers
What you need for this book
Who this book is for
Conventions
Reader feedback
Customer support
Chapter 1. A Conceptual Overview of Application Development on the Salesforce1 Platform
Developing for the cloud
Using the Salesforce developer console
Developer console exercises
Summary
Chapter 2. Architecting Sustainable Triggers Using a Trigger Framework
An overview of triggers
Safety in numbers
Infinite cosmic power itty bitty safety rope
The SFDC-trigger-framework
Using the framework
Chapter 3. Asynchronous Apex for Fun and Profit
Using batchable classes
Schedulable classes
Exploring @future annotated methods
Queueable classes
Knowing when to use what
Chapter 4. Lightning Concepts
The Lightning Process Builder
Lightning Connect
Lightning Components
Lightning App Builder
Chapter 5. Writing Efficient and Useful Unit Tests
Why do we write unit tests?
What not to test?
When to write unit tests
Structuring unit tests
Starting and stopping your tests
Executing your code
Assertions
Mocking
Tips and tricks for efficient testing
Chapter 6. Deploying Your Code
What does it mean to deploy?
The Ant migration toolkit
Targets macros and built-ins
Build properties
Choosing metadata
Chapter 7. Using Extending and Creating API Integrations
In the beginning we physically moved tapes around
Creating your own API
Putting it all together
Chapter 8. Team Development with the Salesforce1 Platform
But we've always done it that way!
Exacerbating the issues
Chapter 9. My Way – A Prescriptive Discussion of Application Development on Salesforce1
Keep it simple
Code reviews – pointed questions for Apex code review
I've said it before and I'll say it again—tests help you
Make tools and compose applications
Work as a team
Level up
Model your data
Using and abusing the platform – hic sunt dracones (here be dragons)
Where to go from here
Index