Built something you're proud of? Tell the story. A quick G2 review of App Engine or Build Agent helps other developers see what's possible on ServiceNow. Share your experience.

HR data to remove during cloning

Priya D
Kilo Contributor

Hi Experts,

I have a requirement to remove the HR confidential data after cloning. Is there any issues if we exclude the table from the exclude tables list.

Is there any other way to hide the hr data for admins such that admins should not be able to see the data.

 

1 ACCEPTED SOLUTION

chaithu1489
Kilo Sage

Please use exclude tables module under clone, to skip any data to be copied.

There wont be any issues if you do exclude.

View solution in original post

5 REPLIES 5

James Proske
Kilo Expert

I am not sure how this can work as you cannot exclude from extended tables, therefore you need to exclude the Task table - the result it a completely empty task table in your sub prod instances.  The documentation states you should not use data preservers either for large tables.  This makes refreshing your dev and test instances very difficult.  Has anyone found a method that is better?