Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Panel
borderColor#eeeeee
bgColorwhite
titleColorwhite
borderWidth1
titleBGColor#232323
borderStylesolid
titleIn this page

Table of Contents
depth2

Logging in to ContactPad or

...

Vonage Contact Center using single sign-on

When I try to log in to ContactPad or

...

Vonage Contact Center using single sign-on, why do I see the following errors?

  • Error: Multiple users found with the email address user@example.com. If this is not the correct user, please log out of Salesforce and try again.

    This error appears if more than one NewVoiceMedia Vonage Contact Center user (supervisor or agent) has the same email address as the Salesforce user you use to log in.
    The email address of the Salesforce user you want to use to log in must match the email address of a single supervisor or agent user in NewVoiceMedia Vonage Contact Center.
    You must either log into Salesforce with a different Salesforce user or ensure that you have only one NewVoiceMedia Vonage Contact Center user with the Salesforce user's email address.
  • Error: No user found with the email address user@example.com. If this is not the correct user, please log out of Salesforce and try again.

    This error appears if you do not have a user in NewVoiceMedia Vonage Contact Center with the same email address as the Salesforce user's email address.
    You must either log into Salesforce with a different Salesforce user or ensure that you have a NewVoiceMedia Vonage Contact Center user with the Salesforce user's email address.
  • Error: No account is linked to your Salesforce organisation. If user@example.com is not the correct user, please log out of Salesforce and try again.

    This error appears if you have not linked a NewVoiceMedia Vonage Contact Center account with the Salesforce account you logged in with. Link your accounts as required. For information about linking NewVoiceMedia Vonage Contact Center to a Salesforce account, see Linking Vonage Contact Center to a Salesforce account.

...

If you have access to more than one NewVoiceMedia Vonage Contact Center account linked to the Salesforce account you used to log in, you can switch to other accounts. If you have not linked more than one NewVoiceMedia Vonage Contact Center account to the Salesforce account you used to log in, you cannot switch to other accounts.

...

This functionality will override the Click to dial feature of NewVoiceMedia Vonage Contact Center in Salesforce.

To use the Click to dial feature of NewVoiceMedia Vonage Contact Center in Salesforce you must disable the Skype plug-in.

...

When I use the Due Date field in a report, the reported dates are incorrect. Why is this and how can I fix it?

In Salesforce, NewVoiceMedia Vonage Contact Center stores the date in the custom Due Date field in the UTC time zone. If you are not located in a UTC time zone and use the Due Date field in reports, the Due Date fields in reported activities appear on incorrect (either previous or next) days.

...

Note

The NVMContactWorld__CW_Call_Start_Time__c field contains the date and time in the agent's local time zone. If you do not want to include the time in the reports, create a custom date field based on the NVMContactWorld__CW_Call_Start_Time__c field. Use the following formula to remove the time:

DATEVALUE(NVMContactWorld__CW_Call_Start_Time__c)

Use this custom field, instead of Due Date, in reports.

...