Some PDIs are currently unavailable, and PDI actions are paused. View the latest updates here. Read More

CapaJ
ServiceNow Employee

If you are an admin, you can add Domain separation to a custom or out-of-box table that isn't currently separated. Just create a new field in that table, when personalizing the list or form for that table, and name the field "sys_domain". Don't worry about field type. When you save, the field gets created without the usual u_ prefix, with internal type "domain_id", a label of "Domain" is automatically created for it, and existing records in that table get automatically set to the "global" domain.

Use with caution, obviously, but I thought this was pretty cool when I discovered it recently.

1 Comment