how to sync user,group and role Production To Dev Instance

cha08
Kilo Explorer

Hi All,

I'm looking sync user , group and roles from Production and QA.

Because daily creating new user adding groups and roles in the production again need to re-create in the development instance.

whether it can be automated task using the script by scheduling job/business script running the script weekly or monthly and also

user will be created specific domain or company.

Thanks in advance.

Regards,

Charan

27 REPLIES 27

Arindam Ghosh
Mega Guru

Hi Charanraj,



You can just export   the users roles & groups created after a specific date from PROD and import those in QA.. You can do this in a certain interval. either Weekly basis or every 15 days like that.



Thanks,


Arindam


Hi Arindam Ghosh,



Its something possible achieve using the web-services . whenever new user created in the Production its automatically create in the development instances


using web service integration but i'm not sure about this will work or not.



Thanks,


Charan


Yes you can do that too using REST API. Call Rest API using Business rule when you insert or update any record in PRD, which will automatically create or update the record in QA.



Thanks,


Arindam


I don't recommend a Production to Non Production integration.



Please mark this response as correct or helpful if it assisted you with your question.