Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Section
Column
width60%

From ContactWorld version 2.4 in Salesforce, if enabled for your account, you can configure ContactWorld to dynamically select a callback number. The dynamically selected callback number takes precedence for individual calls over both the callback number defined by your agent in ContactPad and your account's default callback number. For information on callback numbers, see 

...

/wiki/spaces/PD/pages/50070640.

Note

To use a callback number, that number must be configured and available for your account. To add a new callback number to use with your account, contact support.

You can use this feature in various ways depending on how your Salesforce org is set up.

...

 To override callback numbers, you must create a custom Apex class that implements the NVMContactWorld.ISelectPresentedClid interface and defines the GetPresentedClid method. The GetPresentedClid method describes how ContactWorld can generate or locate the callback number. ContactWorld can then present this number as the callback number.

To create the custom class, you must be familiar with creating Apex classes in Salesforce. For information on creating Apex classes, see Salesforce help.

Column
width40%
Panel
borderColor#eeeeee
bgColorwhite
titleColorwhite
borderWidth1
titleBGColor#0367a0
borderStylesolid
titleProgress
Page Tree
rootConfiguring advanced features

NVMContactWorld.ISelectPresentedClid interface definition

...