March 2020
Beginner to intermediate
426 pages
13h 11m
English
There are a number of text conventions used throughout this book.
CodeInText: 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: "Please refer to the Appendix1 folder on the GitHub repository for this book."
A block of code is set as follows:
req.open("GET", globalContext.getClientUrl() + "/api/data/v9.1/contacts(" + contactid + ")?$select=emailaddress1", true);
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
if (this.readyState === 4) { req.onreadystatechange = null; if (this.status === 200) {//code to process result}}
Bold: Indicates ...
Read now
Unlock full access