- Joined
- Apr 11, 2022
- Messages
- 8
- Reaction score
- 1
Hi,
I set up Call Journaling and was working fine but it has stopped working now.
INSERT INTO calls (contactnumber, agentexention, description, calldatetime, callduration, calldirection, name, calltype, entityid, entitytype, firstname) VALUES ('[Number]', '[Agent]', '3CX PhoneSystem Call', '[DateTime]', '[Duration]','[CallDirection]','[Name]','[CallType]','[EntityId]','[EntityType]','[AgentFirstName]')
This is the error
022/09/14 11:45:18.244|7344|0039|Erro|CRM: Exception during call reporting: System.Data.SqlClient.SqlException (0x80131904): The conversion of a varchar data type to a datetime data type resulted in an out-of-range value.
What do I change in the query to fix it?
Thank you
I set up Call Journaling and was working fine but it has stopped working now.
INSERT INTO calls (contactnumber, agentexention, description, calldatetime, callduration, calldirection, name, calltype, entityid, entitytype, firstname) VALUES ('[Number]', '[Agent]', '3CX PhoneSystem Call', '[DateTime]', '[Duration]','[CallDirection]','[Name]','[CallType]','[EntityId]','[EntityType]','[AgentFirstName]')
This is the error
022/09/14 11:45:18.244|7344|0039|Erro|CRM: Exception during call reporting: System.Data.SqlClient.SqlException (0x80131904): The conversion of a varchar data type to a datetime data type resulted in an out-of-range value.
What do I change in the query to fix it?
Thank you