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: “Imagine we use a link between a book and an author
entity.”
A block of code is set as follows:
{ "rel": "author", "href": "https://demoeditor.com/authors/202312-007", "title": "JP Gouigoux", "authorMainContactPhone": "+33 787 787 787" }
Any command-line input or output is written as follows:
catch (Exception ex) { transac.Rollback(); throw new ApplicationException("Transaction was cancelled",ex); }
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: “Once connected, you will be presented with the welcome page interface, which you can return to at any time by clicking on Business Central, or the home icon in the top-left part of the screen.”
Tips or important notes
Appear like this.