Columns and rows
The columns of a table, also referred to as fields, are stored as Dictionary Entries, and are unique to each table. The sys_id column is the 32-character unique identifier field available in all ServiceNow tables. A parent class may have a set of columns; however, a child class can have its own set of columns, along with the columns it has inherited, by extending the parent class. Thus, the dictionary entry for a child class only contains the columns unique to the child class. We will cover creating columns in Chapter 5, Modules, Forms, and Views.
The dictionary entry of a child class contains the fields created explicitly in that child class and not the ones inherited from the parent class. So a record in the child class ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access