- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-26-2023 10:09 PM
Hi experts!
Is there a full list of application files/functions (ex Business Rules) that are divided by Domain Separation?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-27-2023 01:57 AM
Hi, an application (scope specific) table extended from a domain separated table would inherit the parent tables fields including those relating to domain\process separation and will be domain separated in function.
A custom scoped app table would not have domain fields, just like a global scoped table, unless you add them specifically. Checking quickly in a PDI (I thought I was going to have to create a table)
there is a domain separation flag in Studio as part of the table creation process, so yes to domain separated but only if you want it to be.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-26-2023 10:20 PM
Hi, I am not aware of one and think the closest thing we have is SNC's Application support for domain separation,
Most apps in the list have an overview, and may also contain details of the tables that are data and\or process separated.
Do you have a specific application\use case?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-27-2023 01:21 AM
Thank you very much for your reply.
I have already read the documentation on ServiceNow about the applications separated by domain. It does not fit what I'm looking for.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-26-2023 10:29 PM
Hello @Lhora Alvarez
Greetings!
You can identify such application files with The Domain [sys_domain] field and the Overrides [sys_overrides] fields.
refer the below article:
Please hit the thumb and Mark as correct based on Impact!!
Kind Regards,
Ravi Chandra
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-27-2023 01:24 AM
Thanks a lot!
I have another question. Since applications can be separated by domains, does this mean that custom applications (scoped/global) also have the sys_domain field?