- 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-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-27-2023 04:46 PM
Thank you very much!
It clears things up for me.