August 2017
Intermediate to advanced
1330 pages
56h 17m
English
Once you've clicked the Update button, the instance gets busy. Behind the scenes, the application server is running SQL commands against the database. Specifically, at the time of creating the field, the following is executed:
ALTER TABLE x_hotel_check_in ADD `comments` MEDIUMTEXT
This demonstrates a key concept: whenever you perform an action in ServiceNow, it results in a string of database commands. The database is altered and the platform's internal state is updated. These actions ...
Read now
Unlock full access