Conventions used
There are a number of text conventions used throughout this book.
Code in text
: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: “To call an Integration Procedure from Apex, use the runIntegrationService
method of the IntegrationProcedureService
class.”
A block of code is set as follows:
Map <String, Object> ipOutput = (Map <String, Object>) omnistudio.IntegrationProcedureService .runIntegrationService( 'sample_IPCalculate', new Map <String, Object>(), new Map <String, Object>() );
Any command-line input or output is written as follows:
"error": "You have uncommitted work pending. Commit or rollback before calling out"
Bold: Indicates a new term, an important word, or words that you see onscreen. For instance, words in menus or dialog boxes appear in bold. Here is an example: “We can just throw our objects on the Extract tab of a DataRaptor and connect them using Filter expressions.”
Tips or important notes
Appear like this.