- ServiceNow Application Development
- Sagar Gupta
- 237字
- 2021-07-03 00:01:09
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 will have values in both the child class and all of its parent classes, which means that a record in the child class consists of a set of values spanning columns in all parent tables and that share the same sys_id value in the unique identifier field.
The system tracks record changes by the sys_id value and applies any change to all classes that have a record with the matching sys_id value. For example, if we insert a new record in the child incident table, a new corresponding record will also be inserted in the parent Task table, and both rows will share the same sys_id.
- 軟件項(xiàng)目管理(第2版)
- HTML5 移動(dòng)Web開(kāi)發(fā)從入門(mén)到精通(微課精編版)
- 實(shí)戰(zhàn)Java程序設(shè)計(jì)
- Learning Bayesian Models with R
- 教孩子學(xué)編程:C++入門(mén)圖解
- Java軟件開(kāi)發(fā)基礎(chǔ)
- Functional Kotlin
- QGIS:Becoming a GIS Power User
- C#程序設(shè)計(jì)基礎(chǔ):教程、實(shí)驗(yàn)、習(xí)題
- Learning Salesforce Einstein
- Android程序設(shè)計(jì)基礎(chǔ)
- Android開(kāi)發(fā):從0到1 (清華開(kāi)發(fā)者書(shū)庫(kù))
- 0 bug:C/C++商用工程之道
- MySQL程序員面試筆試寶典
- Getting Started with Electronic Projects