January 2015
Beginner to intermediate
302 pages
6h 56m
English
In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "This means that it will not be possible to set the AnnualRevenue variable to a string or IsCustomerPortal to a date."
A block of code is set as follows:
trigger accountTrigger on Account (after insert, after update){ //Use the Boolean attributes to quickly determine where we are in the order of execution and what operation occurred. if ( trigger.isAfter && trigger.isInsert ){ for ( Account ...Read now
Unlock full access