Day 1: Understanding the ServiceNow Data Dictionary
GoalOpen sys_dictionary and decode any field on any table.
DrillPick the incident table. List every field with type=reference and write the table it points to.
TakeawayThe dictionary is the ground truth — column labels lie, dictionary entries don't. Always check max length, default value, and reference qualifier before scripting against a field.