The CreatorCon Call for Content is officially open! Get started here.

Application files divided by Domain Separation

Lhora Alvarez
Tera Sage

Hi experts!

Is there a full list of application files/functions (ex Business Rules) that are divided by Domain Separation?

1 ACCEPTED SOLUTION

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.

TonyChatfield1_0-1690448137427.png

 

 



View solution in original post

6 REPLIES 6

Tony Chatfield1
Kilo Patron

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.

https://docs.servicenow.com/en-US/bundle/utah-platform-security/page/administer/company-and-domain-s...


Do you have a specific application\use case?

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.

Ravi Chandra_K
Kilo Patron
Kilo Patron

Hello @Lhora Alvarez 

Greetings!

You can identify such application files with The Domain [sys_domain] field and the Overrides [sys_overrides] fields.

Screenshot_20230727_105833_Chrome.jpg

refer the below article:

https://developer.servicenow.com/dev.do#!/learn/courses/tokyo/app_store_learnv2_domainseparation_tok...

Please hit the thumb and Mark as correct based on Impact!!

 

Kind Regards,

Ravi Chandra

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?