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

From Genesys Documentation
Jump to: navigation, search
Line 6: Line 6:
 
|ComingSoon=No
 
|ComingSoon=No
 
|Context=This section explains how to configure the Adapter.
 
|Context=This section explains how to configure the Adapter.
 +
|Prereq=<brdata-mce-bogus="1" />
 
|Section={{Section
 
|Section={{Section
 
|sectionHeading=Configure Microsoft Dynamics 365 CIF Solution
 
|sectionHeading=Configure Microsoft Dynamics 365 CIF Solution
Line 25: Line 26:
 
|sectionHeading=Configure softphon_iwsconfigCIFWWE.js JavaScript file
 
|sectionHeading=Configure softphon_iwsconfigCIFWWE.js JavaScript file
 
|Type=Unstructured
 
|Type=Unstructured
|freetext=Select the Web Resources Zip File (PureEngageCloudConnectorforCIF_9.0.zip).Open softphon_iwsconfigCIFWWE.js:
+
|freetext={{Editgrn_open}}var params = {
 
+
context: this,
{{Editgrn_open}}HIGHLIGHTED_TEXT{{Editgrn_close}}
+
integrationType: "wwe",
 
+
layoutType: "widget",
 
+
stylePath: "/webresources/softphon_wwe_mainstyle.css",
 
+
instance: window.Softphone.InstanceURL,
table
+
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();
 +
});{{Editgrn_close}}
 
|Status=No
 
|Status=No
 
}}
 
}}
 
}}
 
}}

Revision as of 15:23, October 31, 2019

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

This section explains how to configure the Adapter.

<brdata-mce-bogus="1" />

Configure Microsoft Dynamics 365 CIF Solution

Configure softphon_iwsconfigCIFWWE.js JavaScript file