Class Name
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-21-2017 04:34 AM
Can anyone tell what is the significance of class name in this form.
if class is defined anywhere in the back-end, can we edit it or make our new class?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-21-2017 04:42 AM
Hi Neeraj,
Read following it will help you.
http://wiki.servicenow.com/index.php?title=Tables_and_Classes#gsc.tab=0
A table can "extend" another table. A table that extends another table is called a child class, and the table it extends is the parent class.
If a table is extended, but itself is not an extended table, it is then called a base class. For a child class' record, the database stores new fields unique to child class and stores the rest of the fields in the parent class. This means that one record in a child class exists both in the child class and the parent class.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-21-2017 04:43 AM