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

Configuring disposition codes using Log a Call

If your agents use Log a Call to add notes and other details during a call, you can configure disposition codes in the Log a Call area. If your agents do not use Log a Call, you can still configure disposition codes using custom components and Apex. For information about configuring disposition codes using custom components and Apex, see Configuring disposition codes for ContactWorld NewVoiceMedia in Salesforce.

How do I enable agents to select a disposition code for a call?

Before an agent can select a disposition code for a call, you must create a disposition code field (or use an existing field) and make the field available in the Log a Call area in applicable Salesforce objects.

...

An agent can now see and use the disposition code field in the Log a Call area. For information about setting the disposition code, see Setting disposition codes for ContactWorld NewVoiceMedia in Salesforce.

Disposition code in Log a Call

How can I ensure that Salesforce notifies ContactWorld whether an agent has provided a disposition code?

If the enforced disposition codes feature is enabled for your account, you must firstly configure the feature in ContactWorld. For information about configuring the enforced disposition codes feature in ContactWorld, see Configuring enforced disposition codes. You must then configure Salesforce to notify ContactWorld whether an agent has provided a disposition code.

...

When an agent clicks to save their changes in Log a Call, Salesforce notifies ContactWorld whether the agent has provided a value in the specified disposition code field.

Configuring disposition codes using custom components and Apex

If the enforced disposition codes feature is enabled for your account and your agents use custom components during a call rather than Log a Call, you can configure the custom component to set disposition codes as required.

How do I configure a custom component to set a disposition code for a call in ContactWorld?

To configure the custom component to set disposition codes, use the following Apex code to your component:

...

When your custom component runs the configured Apex code, the DispositionCodeService sets the disposition code for the call in ContactWorld.

How do I display the disposition code in the call's task record in Salesforce?

You can optionally display the disposition code's value in the related call's task record.

...