Zoho Desk: Report Call Journaling is getting skipped; however, lookup phone number data returned from CRM.

rajasekaran.r

Customer
Joined
Oct 4, 2023
Messages
11
Reaction score
2
Report call journaling is getting skipped even though data from the CRM lookup is returned properly. Please check the attached xml and 3cxSysteService.log file and help out.
 

Attachments

  • Screenshot 2025-02-13 at 2.22.44 PM.png
    Screenshot 2025-02-13 at 2.22.44 PM.png
    1.9 MB · Views: 12
  • zohodeskv20.xml
    zohodeskv20.xml
    14.9 KB · Views: 8
  • Screenshot 2025-02-13 at 2.34.13 PM.png
    Screenshot 2025-02-13 at 2.34.13 PM.png
    1.9 MB · Views: 11
ContactRawData is null during call report.

That means you are not returning the EntityId and EntityType as required for call/chat reporting.
 
Numbers don't match exactly:
1739458869778.png

So if you have your matching strategy to "Exact Match" in 3CX, that contact will be discarded, causing the issue you describe. You can try setting the matching strategy to match the last 9 digits.
 
  • Like
Reactions: Evolute IT
Thanks for your help with this. I will try changing the 3CX contact matching strategy settings and update.
 
Numbers don't match exactly:
View attachment 46462

So if you have your matching strategy to "Exact Match" in 3CX, that contact will be discarded, causing the issue you describe. You can try setting the matching strategy to match the last 9 digits.
Thanks for your help with this. I will try changing the 3CX contact matching strategy settings and update.
 
ContactRawData is null during call report.

That means you are not returning the EntityId and EntityType as required for call/chat reporting.
Please check my screenshots and XML template. The EntityID and EntityType are set in the XML file
 
Please check my screenshots and XML template. The EntityID and EntityType are set in the XML file
Yes, they're set, but the contact returned is discarded most probably due to the matching strategy. You should check that.
 
  • Like
Reactions: Evolute IT
Dear all,
Thanks for this very instructive post on ZohoDesk and matching number, helped me to make it partially work !
I've noted one other trouble, when my contact in Zoho Desk does not have a mobile number, only a business phone, the contact is not regonized. When have a mobile Number, both numbers are correctly recorded.
Is this because the the web request URL only request on the mobile number ? any way to check the business number ?
Thanks !
 
3CX doesn't provide an out of the box integration with Zoho Desk. Only Zoho CRM is supported. You're probably working on a custom template, so you're defining in your template where you're doing your search. You should check that.
 
  • Like
Reactions: Evolute IT