How we can transfer user from one instance to another automatically without import and export.

Nagaraj4
Tera Contributor

How we can transfer user (Same sys_id) from one instance to another automatically without import and export.

7 REPLIES 7

Harish KM
Kilo Patron
Kilo Patron

Hi @Nagaraj4 Just for one record, xml is fine, the other way is to force update the user record to update set by doing below steps

1.Navigate to the sys_dictionary.

 

2.Personalize the list to include the Attributes column.

 

3.Filter on Attributes is update_synch=true.

Regards
Harish

Ravi Chandra_K
Kilo Patron
Kilo Patron

Hi @Nagaraj4

Can you please tell whats the use case here?

You want to setup any automation for this use case?

The easiest way would be importing xmls. I believe this process doesn't take up too much of your admins time.

The golden rule is to check if the time required for this automation implementation and it's future maintenance outdo the manual efforts.

 

Please mark this answer as helpful and correct if helped.

Kind Regards,

Ravi Chandra.

Harish Bainsla
Tera Sage
Tera Sage

Hi I think you can go with import and export method as it is best practice and its easy and also don't take much time 

Nagaraj4
Tera Contributor

Main task is to create automated user id in instance and replicate the same user (sys_id) to other instance as well without manual work.