sage-crm

Sage CRM - There is method to retrieve the ID on the recently created record when using CRM.CreateRecord object?

不想你离开。 提交于 2019-12-12 06:23:09
问题 Given this code: var NewComm = CRM.CreateRecord("Communication"); NewComm("Comm_ChannelId") = Request.Form("chanId"); NewComm("Comm_Type") = "Appointment"; NewComm("Comm_DateTime") = Request.Form("initialHour"); NewComm("Comm_Status") = "Pending"; NewComm("Comm_Priority") = "Normal"; NewComm("Comm_Action") = "Meeting"; NewComm("Comm_SecTerr") = Request.Form("secTerr"); NewComm("Comm_Subject") = "No Subject"; NewComm("Comm_Note") = "No notes"; NewComm.SaveChanges(); There is a method of the

I am getting 'Index was outside the bounds of the array' while migrating data from Sage 100 CRM to SQL Server

浪子不回头ぞ 提交于 2019-12-02 18:52:33
问题 My company is using Sage CRM and wants me to create a batch job to transport the data from Sage 100 to Dynamics 365 every midnight. They also want me to have the CRM data inside SQL Server first and then migrate that data to Dynamics 365. I have tried to use the import/export wizard of SQL Server by creating source for ODBC driver datasource (my datasource is the server database path for sage data) and in the destination I provided driver for OLE DB provider for SQL but while I started the

I am getting 'Index was outside the bounds of the array' while migrating data from Sage 100 CRM to SQL Server

被刻印的时光 ゝ 提交于 2019-12-02 10:32:59
My company is using Sage CRM and wants me to create a batch job to transport the data from Sage 100 to Dynamics 365 every midnight. They also want me to have the CRM data inside SQL Server first and then migrate that data to Dynamics 365. I have tried to use the import/export wizard of SQL Server by creating source for ODBC driver datasource (my datasource is the server database path for sage data) and in the destination I provided driver for OLE DB provider for SQL but while I started the import for a single table, I get the following error: TITLE: SQL Server Import and Export Wizard Column