- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-22-2023 08:52 PM
HI Team,
I need to create a domain separation for Notify Table ,don't know from where to Start, please guide me as i am new to this domain
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-22-2023 11:47 PM
notify_message appears to be a system type table, like sys_email but without any reference fields that would be suitable for mapping domain or that could be used in ACL or QBR filtering, and loading in a PDI does not show any demo data that clarifies field content/possible filtering solutions.
So, while you could build a solution, I suspect it may take customization across multiple tables and scripts to deliver some sort of filtering solution.
I would start by logging a case with ServiceNow support asking them to clarify the impact of domain separating this table.
Can you clarify your business drivers\use case? Why do domain users need to see this table?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-22-2023 08:59 PM
HI @ABC6 ,
I trust you are doing great.
Domain separation in ServiceNow is used to separate data, processes, and administrative tasks into logical groupings called domains.
-
Understand Domain Separation: Before you start, ensure you have a good understanding of domain separation and its implications. It allows for data separation and sharing across different domains.
-
Enable Domain Separation: If domain separation is not already enabled in your instance, you will need to activate it. This is typically done by a system administrator and can have far-reaching implications, so it's important to plan carefully.
-
Plan Your Domains: Determine how you want to structure your domains. You might have domains for different departments, geographical locations, or business units.
-
Configure the Domain Hierarchy: In the Domain Admin module, configure the domain hierarchy. This involves setting up parent and child domains as per your plan.
-
Domain-Specific Configuration for Notify Table:
- Access Control: Ensure the proper access control rules are in place for the Notify Table. This might involve creating or modifying existing access control rules to make them domain-aware.
- Data Segregation: Adjust the Notify Table so that records are associated with the correct domain. This might involve adding a domain field to the table and ensuring that each record is tagged with the appropriate domain.
Was this answer helpful?
Please consider marking it correct or helpful.
Your feedback helps us improve!
Thank you!
Regards,
Amit Gujrathi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-22-2023 09:08 PM
Hi, you may need to provide clear details of your requirement as I do not believe that 'Notify' is a table.
Notify (servicenow.com)
Adding domain separation to 'Notify' may prevent it from functioning, what exactly are you trying to achieve?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-22-2023 10:00 PM
there is a table named notify_message, so the user belong to X domain can be able to see the record associated with X domain not other domain so i need to built that funcionality for this table notify_message,its not domain separated,need to create,how can i achieve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-22-2023 11:47 PM
notify_message appears to be a system type table, like sys_email but without any reference fields that would be suitable for mapping domain or that could be used in ACL or QBR filtering, and loading in a PDI does not show any demo data that clarifies field content/possible filtering solutions.
So, while you could build a solution, I suspect it may take customization across multiple tables and scripts to deliver some sort of filtering solution.
I would start by logging a case with ServiceNow support asking them to clarify the impact of domain separating this table.
Can you clarify your business drivers\use case? Why do domain users need to see this table?