Difference between revisions of "Draft: GAMD/Current/Admin/Adapter configuration"

From Genesys Documentation
Jump to: navigation, search
m (Text replacement - "Genesys Engage [cC]loud" to "Genesys Multicloud CX")
 
(12 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
|Standalone=No
 
|Standalone=No
 
|DisplayName=Gow to configure the Adapter
 
|DisplayName=Gow to configure the Adapter
|Platform=PureEngage
+
|Platform=GenesysEngage-cloud
 
|TocName=Adapter configuration
 
|TocName=Adapter configuration
 
|ComingSoon=No
 
|ComingSoon=No
Line 8: Line 8:
 
|Section={{Section
 
|Section={{Section
 
|sectionHeading=Configure Microsoft Dynamics 365 CIF Solution
 
|sectionHeading=Configure Microsoft Dynamics 365 CIF Solution
|Type=Unstructured
+
|Standalone=No
|freetext=The following procedure explains how to configure Microsoft Dynamics 365 CIF application:
+
|ComingSoon=No
 +
|alignment=Vertical
 +
|structuredtext=The following procedure explains how to configure Microsoft Dynamics 365 CIF application:
 
# Open the CIF application by clicking on Microsoft Dynamics 365 drop-down menu and selecting '''Channel Integration Framework'''.
 
# Open the CIF application by clicking on Microsoft Dynamics 365 drop-down menu and selecting '''Channel Integration Framework'''.
 
# Create a new channel provider by clicking on '''+ New'''.
 
# Create a new channel provider by clicking on '''+ New'''.
Line 20: Line 22:
 
#* API Version: 1.0
 
#* API Version: 1.0
 
#* Trusted Domain:
 
#* Trusted Domain:
#* Custom Parameters: { InstanceURL: PureEngage Cloud URL, Logo: "/webresources/softphon_microsoft.png", Width: 470 }<br />
+
#* Custom Parameters: { InstanceURL: Genesys Multicloud CX URL, Logo: "/webresources/softphon_microsoft.png", Width: 470 }<br />
 
|Status=No
 
|Status=No
 
}}{{Section
 
}}{{Section
 
|sectionHeading=Configure softphon_iwsconfigCIFWWE.js JavaScript file
 
|sectionHeading=Configure softphon_iwsconfigCIFWWE.js JavaScript file
|Type=Unstructured
+
|Standalone=No
|freetext=The following procedure explains how to configure the softphon_iwsconfigCIFWWE.js JavaScript file:
+
|ComingSoon=No
# Select the Web Resources Zip File (PureEngageCloudConnectorforCIF_9.0.zip).
+
|Status=No
 +
|alignment=Vertical
 +
|structuredtext=The following procedure explains how to configure the softphon_iwsconfigCIFWWE.js JavaScript file:
 +
# Select the Web Resources Zip File (GenesysEngage-cloudConnectorforCIF_9.0.zip).
 
# Open softphon_iwsconfigCIFWWE.js:
 
# Open softphon_iwsconfigCIFWWE.js:
 
var params = {
 
context: this,
 
integrationType: "wwe",
 
layoutType: "widget",
 
stylePath: "/webresources/softphon_wwe_mainstyle.css",
 
instance: window.Softphone.InstanceURL,
 
layoutPath: "/webresources/softphon_wwe_mainui.html",
 
branding: window.Softphone.Logo,
 
plugins: [
 
{ path: "/webresources/softphon_wwe_mainui.js",
 
className: "mainui",
 
objectName: "mainui",
 
parameters: { "topView": "CommunicatorView"}
 
},
 
{ path: "/webresources/softphon_wwe_interactionbar.js",
 
className: "interactionbar",
 
objectName: "interactionbar",
 
parameters: { "TOOLTIP": { "voice": "callType,direction,call.state,call.phoneNumber"} }
 
}
 
]
 
};log.setLogLevel(enumloglevel.debug);
 
$(document).ready(function(){
 
iwscore.initCTI(params);
 
iwscore.enableCTI();
 
});
 
|Status=No
 
}}
 
}}
 

Latest revision as of 20:32, November 9, 2021

This is a draft page; it has not yet been published.

{{Article |Standalone=No |DisplayName=Gow to configure the Adapter |Platform=GenesysEngage-cloud |TocName=Adapter configuration |ComingSoon=No |Context=This section explains how to configure the Gplus Adapter. |Section=

Configure Microsoft Dynamics 365 CIF Solution

The following procedure explains how to configure Microsoft Dynamics 365 CIF application:

  1. Open the CIF application by clicking on Microsoft Dynamics 365 drop-down menu and selecting Channel Integration Framework.
  2. Create a new channel provider by clicking on + New.
  3. The following parameters must be provided:
    • Name: any name
    • Label: Gplus Adapter for MS Dynamics 365
    • Channel URL: "https://dynamicsurl/WebResources/softphone_index_wwe.html"
    • Enable Outbound Communication: Yes / No
    • Channel Order: 1
    • API Version: 1.0
    • Trusted Domain:
    • Custom Parameters: { InstanceURL: Genesys Multicloud CX URL, Logo: "/webresources/softphon_microsoft.png", Width: 470 }

{{Section

|sectionHeading=Configure softphon_iwsconfigCIFWWE.js JavaScript file |Standalone=No |ComingSoon=No |Status=No |alignment=Vertical |structuredtext=The following procedure explains how to configure the softphon_iwsconfigCIFWWE.js JavaScript file:

  1. Select the Web Resources Zip File (GenesysEngage-cloudConnectorforCIF_9.0.zip).
  2. Open softphon_iwsconfigCIFWWE.js: