How we can transfer user from one instance to another automatically without import and export.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-19-2024 10:30 PM
How we can transfer user (Same sys_id) from one instance to another automatically without import and export.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-19-2024 10:41 PM
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.
Harish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-19-2024 11:02 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-19-2024 11:08 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-19-2024 11:42 PM
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.