What is the mechanism for placing records in the Default domain?
To extend a data-separated base table and ensure that the table extension is also data-separated, you must add the sys_domain, sys_overrides, and Domain Path fields. This ensures that the new table inherits the domain separation properties of the base table, maintaining data integrity and security across different domains.
* sys_domain: This field references the Domain table and is essential for domain separation.
* sys_overrides: This field is used to manage overrides in the domain-separated environment.
* Domain Path: This field helps in maintaining the hierarchical structure of domains.
* ServiceNow Domain Separation Documentation
* ServiceNow Knowledge Base Article
Currently there are no comments in this discussion, be the first to comment!