1. ServiceNow Product Documentation - Domain Separation Explained: In the section "How domain separation works," the documentation details the override process: "When a user in a child domain modifies a record from a parent or global domain, the system creates a copy of the record in the child domain. This copy is called an override. The system then adds a reference to the original record in the sysoverrides field on the new record."
2. ServiceNow Product Documentation - Dictionary Overrides: The documentation on Dictionary Overrides explains the function of the sysoverrides field, stating, "The Overrides field (sysoverrides) contains the sysid of the record it overrides." This confirms the field's purpose in linking a domain-specific version to its global or parent counterpart.