How to clone only user table from prod to dev?

hemanth16
Tera Contributor

Hi,

I need to clone only user table to dev 

Can anyone explain me what is the process how to achieve this ?

Thanks in Advance!

1 REPLY 1

Anshu_Anand_
Kilo Sage
Kilo Sage

IDR 

Instance Data Replication (IDR) copies data updates from one instance, called the producer instance, to one or more other instances called the consumer instances. IDR enables you to maintain consistent data across different organizations in your company.

https://docs.servicenow.com/bundle/sandiego-servicenow-platform/page/administer/instance-data-replic...

But is paid plugin.

Since you want user table , just use xml export. A similar community post

https://community.servicenow.com/community?id=community_question&sys_id=5c21c3e5db98dbc01dcaf3231f96...

 

You can also send data from prod to dev using REST API.

 

I had once needed to export 70k users from prod to dev.

I used filter based approach. grouped by companies and exported all XML.

 

If its helpful ,please mark answer as correct

 

Regards,
Anshu