Answered

Login User Creation from External Data base User Table

Hi,

I have a Database with User and Department tables with data. Each user linked with departments.

Here my questions is, default login credentials happening for the WFUser table values.

I want to create the Login Credentials for my external data base User Table. By using Virtualization and Replication i can pull/push the data from the external resource.

After making virtualization, how i have to map virtualize table data into WF user table? Or Bizagi having any other ways to perform my action.

Studio Version : 11.1.0.2561

Thanks in Advance.

Regards,

Fakeer Mohamed B

Best Answer
photo

Dear Fakeer,

Please refer to the following article for registering the users in Bizagi's WFUser entity, and for this, you may rely on Bizagi SOAP web services.

http://help.bizagi.com/bpm-suite/en/index.html?soap_syncusers.htm

Hope this helps!

Best Regards

Comments (2)

photo
1

Dear Fakeer,

Please refer to the following article for registering the users in Bizagi's WFUser entity, and for this, you may rely on Bizagi SOAP web services.

http://help.bizagi.com/bpm-suite/en/index.html?soap_syncusers.htm

Hope this helps!

Best Regards

photo
1

Thanks Rajesh :), i tried with .asmx web service calling, it works for me.