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

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

 

 



Thank you very much!

It clears things up for me.