Its regarding CommitCRM Outlook Syncs plugin.
This is my code for to connect CommitCRM application ?
config.AppName = "Qutlook-Sync";
config.CommitDllFolder = "C:\\CommitCRM\\ThirdParty\\UserDev";
config.CommitDbFolder = "C:\\CommitCRM\\Db";
config.WebAPIUrl = "http://localhost:4964/";
config.UseWebAPI = true;
config.DbEngPassword = "";
config.DbQryPassword = "";
CommitCRM.Application.Initialize(config);
Do I need to set up Server Configuration?
Thanks if any one can help.
This is my code for to connect CommitCRM application ?
config.AppName = "Qutlook-Sync";
config.CommitDllFolder = "C:\\CommitCRM\\ThirdParty\\UserDev";
config.CommitDbFolder = "C:\\CommitCRM\\Db";
config.WebAPIUrl = "http://localhost:4964/";
config.UseWebAPI = true;
config.DbEngPassword = "";
config.DbQryPassword = "";
CommitCRM.Application.Initialize(config);
Do I need to set up Server Configuration?
Thanks if any one can help.
Comment