Data Masking Options for Offshore Access in ServiceNow DEV Instance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-08-2025 10:01 PM
Could you please advise if there is any way to mask data within tables in our ServiceNow DEV instance?
We are currently running a project that requires granting offshore users access to the DEV instance to carry out development.
Our primary concern is ensuring sensitive data is not exposed while still allowing offshore teams the necessary access to perform their development tasks.
Eg:-
Internal incident, change, and problem records
Contract records
knowledge articles
Attachments
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-08-2025 10:15 PM
Hello @attanhes
It is the concept of Domains - where in the same instance, some group of users will be able to see few things and not others, basically segregation of data.
Kindly mark my answer as helpful and accept solution if it helped you in anyway. This will help me be recognized for the efforts and also move this questions from unsolved to solved bucket.
Regards,
Shivalika
My LinkedIn - https://www.linkedin.com/in/shivalika-gupta-540346194
My youtube - https://youtube.com/playlist?list=PLsHuNzTdkE5Cn4PyS7HdV0Vg8JsfdgQlA&si=0WynLcOwNeEISQCY
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-15-2025 03:35 PM
I’ve figured out a solution, cloning only the configuration (without any sensitive data) to one of our instances to run the project make this work.