Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Content imported from a Scroll Translations translation file.
Sv translation
languageen

Settings

The following settings are available in the Client Master Data screen in the jtel System, which control the way SAP is integrated with the jtel ACD.

These settings must be setup and correct, if the integration is to function correctly.


SettingExample ValueDescription
Authorization Token

VXNlcm5hbWU6UGFzc3dvcmQ=

The basic authorization token for SAP REST API which is the base64 encoding of Username:Password .

Two main section are available: onClickToDial for ACD and getCallerInformation for the IVR Object.

onClickToDial

SettingExample ValueDescription
REST URL

https://sap.crm.ondemand.com/sap/c4c/odata/v1/c4codataapi/IndividualCustomerCollection

The SAP REST API URL.
REST Parameters$filter=CustomerID eq '$SAPBusinessPartnerID'
$expand=IndividualCustomerSalesData

The SAP REST API Parameters - must follow this format:

  • paramName=paramValue.
  • Parameters are separated by Carriage return.
  • Variable starts with dollar sign '$' e.g. $SAPBusinessPartnerID.
JSON ResultdistributionChannelCodeText=d.results[0].IndividualCustomerSalesData[0].DistributionChannelCodeText
countryCode=d.results[0].CountryCode

This will specify how to parse the SAP JSON Result.

variableNameToParse=jsonPathToVariable

Multiple variables are seperated by Carriage return.

jtel REST API onClickToDial active
If this option is selected, the onClickToDial REST endpoint will be queried before a click to dial request is performed.

getCallerInformation

SettingExample ValueDescription
REST URL

https://sap.crm.ondemand.com/sap/c4c/odata/v1/c4codataapi/IndividualCustomerCollection

The SAP REST API URL.
REST Parameters Function CallerNumber$filter=NormalisedPhone eq '+%CallerNumber%'
$expand=IndividualCustomerSalesData

The SAP REST API Parameters if CallerNumber is chosen as function in the IVR Object:

The variable used here is %CallerNumber%

REST Parameters Function CustomerID$filter=CustomerID eq '%CustomerID%'
$expand=IndividualCustomerSalesData

The SAP REST API Parameters if CustomerID is chosen as function in the IVR Object:

The variable used here is %CustomerID%


The following screenshot shows an example configuration:

Image Modified


Sv translation
languagefr

Paramètres

Les paramètres suivants sont disponibles dans l'écran Données de base du client dans le système jtel, qui contrôlent la façon dont SAP est intégré avec l'ACD jtel.

Ces paramètres doivent être configurés et corrects pour que l'intégration fonctionne correctement.


ParamètresExemple de ValeurDescription
Jeton d'autorisation

VXNlcm5hbWU6UGFzc3dvcmQ=

Le jeton d'autorisation de base pour l'API SAP REST qui est le codage base64 de Nom d'utilisateur:Mot de passe .

Deux sections principales sont disponibles : onClickToDial pour l'ACD et getCallerInformation pour l'objet IVR.

onClickToDial

ParamètresExemple de ValeurDescription
URL REST

https://sap.crm.ondemand.com/sap/c4c/odata/v1/c4codataapi/IndividualCustomerCollection

L'URL de l'API SAP REST.
Paramètres REST $filter=CustomerID eq '$SAPBusinessPartnerID'
$expand=IndividualCustomerSalesData

Les paramètres de l'API SAP REST - doivent suivre ce format :

  • paramName=paramValue.
  • Les paramètres sont séparés par retour chariot.
  • La variable commence par le signe dollar '$' e.g. $SAPBusinessPartnerID.
Résultat JSONdistributionChannelCodeText=d.results[0].IndividualCustomerSalesData[0].DistributionChannelCodeText
countryCode=d.results[0].CountryCode

Cela spécifiera comment analyser le résultat SAP JSON.

variableNameToParse=jsonPathToVariable

Plusieurs variables sont séparées par retour chariot.

jtel API REST onClickToDial active
Si cette option est sélectionnée, le terminal onClickToDial REST sera interrogé avant qu'une demande de "click to dial" ne soit effectuée.

getCallerInformation

ParamètresExemple de ValeurDescription
URL REST

https://sap.crm.ondemand.com/sap/c4c/odata/v1/c4codataapi/IndividualCustomerCollection

L'URL de l'API SAP REST.
Paramètres REST Fonction CallerNumber$filter=NormalisedPhone eq '+%CallerNumber%'
$expand=IndividualCustomerSalesData

Les paramètres de l'API SAP REST si CallerNumber est choisi comme fonction dans l'objet IVR:

La variable utilisée ici est % CallerNumber%

Paramètres REST Fonction CustomerID$filter=CustomerID eq '%CustomerID%'
$expand=IndividualCustomerSalesData

Paramètres de l'API SAP REST si CustomerID est choisi comme fonction dans l'objet IVR:

La variable utilisée ici est % CustomerID%


La capture d'écran suivante montre un exemple de configuration :