Jump to: navigation, search

salesforce.debug-notifications

Section: crm-adapter
Default Value: false
Valid Values: true, false
Changes Take Effect: When the session is started or restarted.


Specifies whether Gplus Adapter displays all notifications (positive and negative).

(Update with the copy of version: 9.0.0DRAFT)
(Update with the copy of version: 9.0.0DRAFT)
Line 7: Line 7:
  
 
The following are examples of Salesforce error notifications when the Salesforce '''saveLog()''' method is called:<ul>
 
The following are examples of Salesforce error notifications when the Salesforce '''saveLog()''' method is called:<ul>
<li><p>Mismatch between the name of the field in custom field mapping and Salesforce field label for Activity object.</p>
+
<li><p>Mismatch between the name of the field in [[ActivityHistory#Mapping|custom field mapping]] and Salesforce field label for Activity object.</p>
 
[[File:GAPI_900_Gplus_Field_Mismatch_Error.png|400px]]
 
[[File:GAPI_900_Gplus_Field_Mismatch_Error.png|400px]]
 
</li>
 
</li>
Line 20: Line 20:
 
To configure troubleshooting and confirmation notifications, in the '''Agent Annex''' or '''Agent Group Annex''', create the {{Optionslink|link=Options:Genesys_Web_Services:crm-adapter:salesforce-debug-notifications}} key in the '''crm-adapter''' section and set the value to '''true'''.
 
To configure troubleshooting and confirmation notifications, in the '''Agent Annex''' or '''Agent Group Annex''', create the {{Optionslink|link=Options:Genesys_Web_Services:crm-adapter:salesforce-debug-notifications}} key in the '''crm-adapter''' section and set the value to '''true'''.
  
 +
{{AnchorDiv|BrowserLogs}}
 +
 +
{{NoteFormat|For troubleshooting purposes, Gplus Adapter writes the list of all agent level crm-adapter option settings to the browser log.|2}}
 +
<!--
 +
==Browser console logs==
 +
Gplus Adapter provides agent level configuration information in the agent's browser console logs to enable you to review the options in the <tt>crm-adatper</tt> section to troubleshoot Gplus Adapter. The console logs enable you to verify whether options are set correctly. Note that Agent level options override options configured at the Cluster level.
 +
 +
Console logs provide visibility into the actions and events on an agent’s computer when problems occur. In the browser console logs, search for the term '''Gplus Adapter options'''. Here is a sample of what you might see in the console logs:
 +
 +
<source lang="json">
 +
[DEBUG] [crm-workspace - 9.0.000.65] Gplus Adapter options:{
 +
        "salesforce.activity-log.ui-association": "true",
 +
        "salesforce.debug-notifications": "true",
 +
        "salesforce.enable-in-focus-page-transfer": "true",
 +
        "salesforce.keep-session-alive": "true",
 +
        "salesforce.notifications": "true",
 +
        "salesforce.run-apex.class": "tstapex",
 +
        "salesforce.run-apex.userdata-key-list": "key1,key2, key3",
 +
        "screenpop.for-outbound": "dialing",
 +
        "salesforce.activity-log.on-screenpop": "true",
 +
        "salesforce.enable-click-to-dial": "true",
 +
    }
 +
</source>
 +
 +
Genesys Customer Care might request the browser console log if you contact them for help with troubleshooting.
 +
-->
 
[[Category:V:HTCC:9.0.0]]
 
[[Category:V:HTCC:9.0.0]]

Revision as of 19:02, February 14, 2022

Troubleshooting Gplus Adapter Integration with Salesforce

If you are having issues with Gplus Adapter integration with Salesforce, you can try some of these solutions.

Expanded troubleshooting notifications

To troubleshoot Salesforce Client API saveLog() method errors, Gplus Adapter can display notifications. To fix saveLog() method errors, validate your Salesforce configuration, and ensure that interaction data matches your Salesforce configuration.

The following are examples of Salesforce error notifications when the Salesforce saveLog() method is called:

  • Mismatch between the name of the field in custom field mapping and Salesforce field label for Activity object.

    GAPI 900 Gplus Field Mismatch Error.png

  • When interaction userData type does not match Salesforce object custom field data type.

    GAPI 900 Gplus Type Mismatch Error.png

  • When Salesforce Object validation rule formula results in an error.

    GAPI 900 Gplus Object Doesnt Match Error.png

To configure troubleshooting and confirmation notifications, in the Agent Annex or Agent Group Annex, create the salesforce.debug-notifications key in the crm-adapter section and set the value to true.

Tip
For troubleshooting purposes, Gplus Adapter writes the list of all agent level crm-adapter option settings to the browser log.
Comments or questions about this documentation? Contact us for support!