Hi,
I want to connect SuiteCRM fields to SQL server DB, What would be the best way to do it.
Thanks,
PHP version- 7.2.18
Hi,
I want to connect SuiteCRM fields to SQL server DB, What would be the best way to do it.
Thanks,
PHP version- 7.2.18
You want to run SuiteCRM on top of MS SQL,
or
you want to integrate an existing SuiteCRM with a different database, sharing some data across
yes I want to integrate an existing SuiteCRM with a different database, sharing some data across
Ok, so you can use logic hooks to be triggered when SuiteCRM saves data, and call your other database from PHP code.
And in the other direction, you can make your database call SuiteCRM via the API.
Check out the Developer documentation: