Интеграция 3CX Phone System c Microsoft CRM 4.0. Исходящие вызовы.

Size: px
Start display at page:

Download "Интеграция 3CX Phone System c Microsoft CRM 4.0. Исходящие вызовы."

Transcription

1 ICE Partners Интеграция 3CX Phone System c Microsoft CRM 4.0. Исходящие вызовы.

2 Краткое описание Данное руководство описывает пошаговую настройку возможности осуществления исходящих вызовов из Microsoft CRM и использование 3CX Phone System. При нажатии кнопки Позвонить происходит вызов на внутренний номер звонящего (для того чтобы он поднял трубку), далее на номер вызываемого абонента. Приведенный в руководстве скрипт, разрабатывался и тестировался для MS CRM 4.0 и 3CX v.7 Скрипт разработан и распространяется бесплатно. Поддержка и модификация данного решения может быть осуществлена на платной основе.

3 Для хранения внутреннего номера используется поле Основной телефон (имя схемы address1_telephone1), сущность Пользователь.

4 Для сущности Контакт необходимо создать кнопку Позвонить. Создайте атрибут Call (имя схемы new_button, тип текст), для сущности Контакт.

5 Добавьте поле Call на форму Контакт.

6 Добавьте скрипт на событие OnLoad. //Определение внутреннего номера пользователя CRM function GetUserExt() { var XMLRequest = "" + "<?xml version=\"1.0\" encoding=\"utf-8\"?>" + "<soap:envelope xmlns:soap=\" xmlns:xsi=\" xmlns:xsd=\" + GenerateAuthenticationHeader() + " <soap:body>" + " <RetrieveMultiple xmlns=\" + " <query xmlns:q1=\" xsi:type=\"q1:queryexpression\">" + " <q1:entityname>systemuser</q1:entityname>" + " <q1:columnset xsi:type=\"q1:columnset\">" + " <q1:attributes>" + " <q1:attribute>systemuserid</q1:attribute>" + " <q1:attribute>fullname</q1:attribute>" + " <q1:attribute>address1_telephone1</q1:attribute>" + " </q1:attributes>" + " </q1:columnset>" + " <q1:distinct>false</q1:distinct>" + " <q1:criteria>" + " <q1:filteroperator>and</q1:filteroperator>" + " <q1:conditions>" + " <q1:condition>" + " <q1:attributename>systemuserid</q1:attributename>" +

7 " <q1:operator>equaluserid</q1:operator>" + " </q1:condition>" + " </q1:conditions>" + " </q1:criteria>" + " </query>" + " </RetrieveMultiple>" + " </soap:body>" + "</soap:envelope>" + ""; try { var xmlhttprequest = new ActiveXObject("Msxml2.XMLHTTP"); xmlhttprequest.open("post", "/mscrmservices/2007/crmservice.asmx", false); xmlhttprequest.setrequestheader("soapaction"," xmlhttprequest.setrequestheader("content-type", "text/xml; charset=utf-8"); xmlhttprequest.setrequestheader("content-length", XMLRequest.length); xmlhttprequest.send(xmlrequest); var Result = xmlhttprequest.responsexml; var BusinessEntityNodes = Result.selectNodes("//RetrieveMultipleResult/BusinessEntities/BusinessEntity"); if (BusinessEntityNodes.length!= 0) { var BusinessEntityNode = BusinessEntityNodes[0]; var SystemUserId = BusinessEntityNode.selectSingleNode("q1:systemuserid"); var FullName = BusinessEntityNode.selectSingleNode("q1:fullname"); var Extension = BusinessEntityNode.selectSingleNode("q1:address1_telephone1"); var SystemUserId = (SystemUserId == null)? null : SystemUserId.text; var FullName = (FullName == null)? null : FullName.text; var Extension = (Extension == null)? null : Extension.text; return Extension; catch (e) { alert(e.message); alert(getuserext()); var ext = GetUserExt(); // Скрипт для создание кнопки crmform.all.new_button.datavalue = "Позвонить"; crmform.all.new_button.style.textalign = "center"; crmform.all.new_button.valign = "middle"; //we make the mouse look as a hand when we're moving over crmform.all.new_button.style.cursor = "hand"; crmform.all.new_button.style.backgroundcolor = "#CADFFC"; crmform.all.new_button.style.color = "#FF0000"; crmform.all.new_button.style.bordercolor = "#330066"; crmform.all.new_button.style.fontweight = "bold";

8 crmform.all.new_button.contenteditable = false; crmform.all.new_button.attachevent("onmousedown",color1); crmform.all.new_button.attachevent("onmouseup",color2); crmform.all.new_button.attachevent("onmouseover",color3); crmform.all.new_button.attachevent("onmouseleave",color4); function color3() { crmform.all.new_button.style.backgroundcolor = "#6699FF"; function color4() { crmform.all.new_button.style.backgroundcolor = "CADFFC"; function color1() { crmform.all.new_button.style.color = "000099"; function color2() { crmform.all.new_button.style.color = "FF0000"; crmform.all.new_button.attachevent("onclick",call); //Функция вызова function call() { var to=crmform.all.telephone1.datavalue; var url = " + ext + "&pin=" + ext + "&to=" + to; alert(url); call_window=window.open(url) call_window.close(); необходимо заменить на адрес 3CX сервера. Скрипт работает при условии ПИН = Внутреннему Номеру.

9 Результат в форме контакта.

Using ilove SharePoint Web Services Workflow Action

Using ilove SharePoint Web Services Workflow Action Using ilove SharePoint Web Services Workflow Action This guide describes the steps to create a workflow that will add some information to Contacts in CRM. As an example, we will use demonstration site

More information

Freight Tracking Web Service Implementation Guide

Freight Tracking Web Service Implementation Guide www.peninsulatruck.com P.O. Box 587 (98071-0587) 1010 S 336 th, Suite 202 Federal Way, Washington 98003 Office (253) 929-2000 Fax (253) 929-2041 Toll Free (800) 942-9909 Freight Tracking Web Service Implementation

More information

Web-Service Example. Service Oriented Architecture

Web-Service Example. Service Oriented Architecture Web-Service Example Service Oriented Architecture 1 Roles Service provider Service Consumer Registry Operations Publish (by provider) Find (by requester) Bind (by requester or invoker) Fundamentals Web

More information

Recurring Payments Manual

Recurring Payments Manual Recurring Payments Manual Version: 3.2 Contact details Simon Carmiggeltstraat 6-50 1011 DJ Amsterdam P.O. Box 10095 1001 EB Amsterdam The Netherlands T +31 20 240 1240 E support@adyen.com Table of Contents

More information

Dev Guide for Encrypted Swipe

Dev Guide for Encrypted Swipe Dev Guide for Encrypted Swipe Version 1.5 Last Updated: 20 th August 2014 Table of Contents 1 Introduction... 3 2 Important notes... 4 3 Concept Overview... 5 4 Encrypted Swipe Devices... 6 4.1 Magtek

More information

Managed Rebill web services

Managed Rebill web services Web Active Corporation Managed Rebill web services Data type and field specifications Moe Oo 10/02/2009 Version 1.5 Contents Introduction... 4 Data Field Specifications... 5 Return format for Query Next

More information

Sage CRM. Sage CRM 2016 R1 Web Services Guide

Sage CRM. Sage CRM 2016 R1 Web Services Guide Sage CRM Sage CRM 2016 R1 Web Services Guide Copyright 2015 Sage Technologies Limited, publisher of this work. All rights reserved. No part of this documentation may be copied, photocopied, reproduced,

More information

Penetration Testing Corporate Collaboration Portals. Giorgio Fedon, Co-Founder at Minded Security

Penetration Testing Corporate Collaboration Portals. Giorgio Fedon, Co-Founder at Minded Security Penetration Testing Corporate Collaboration Portals Giorgio Fedon, Co-Founder at Minded Security Something About Me Security Researcher Owasp Italy Member Web Application Security and Malware Research

More information

Microsoft Active Directory Oracle Enterprise Gateway Integration Guide

Microsoft Active Directory Oracle Enterprise Gateway Integration Guide An Oracle White Paper May 2011 Microsoft Active Directory Oracle Enterprise Gateway Integration Guide 1/33 Disclaimer The following is intended to outline our general product direction. It is intended

More information

The BritNed Explicit Auction Management System. Kingdom Web Services Interfaces

The BritNed Explicit Auction Management System. Kingdom Web Services Interfaces The BritNed Explicit Auction Management System Kingdom Web Services Interfaces Version 5.1 November 2014 Contents 1. PREFACE... 6 1.1. Purpose of the Document... 6 1.2. Document Organization... 6 2. Web

More information

Threat Advisory: Atlassian Crowd (CVE 2013 3925)

Threat Advisory: Atlassian Crowd (CVE 2013 3925) Threat Advisory: Atlassian Crowd (CVE 2013 3925) Command Five Pty Ltd June 2013 ABSTRACT This advisory examines a critical vulnerability in Atlassian Crowd a software package marketed as a turnkey solution

More information

GetFormatList. Webservice name: GetFormatList. Adress: https://www.elib.se/webservices/getformatlist.asmx

GetFormatList. Webservice name: GetFormatList. Adress: https://www.elib.se/webservices/getformatlist.asmx GetFormatList Webservice name: GetFormatList Adress: https://www.elib.se/webservices/getformatlist.asmx WSDL: https://www.elib.se/webservices/getformatlist.asmx?wsdl Webservice Methods: Name: GetFormatList

More information

Call Detail Record Access Service Part No. 520-0015-01R01

Call Detail Record Access Service Part No. 520-0015-01R01 Call Detail Record Access Service Part No. 520-0015-01R01 Summary Objective WSDL URL (Testing) WSDL URL (Hosting Production) Endpoint URL (Testing) Endpoint URL (Hosting Production) Namespace URI Service

More information

Middleware and the Internet

Middleware and the Internet Middleware and the Internet Middleware today Designed for special purposes (e.g. DCOM) or with overloaded specification (e.g. CORBA) Specifying own protocols integration in real world network? Non-performant

More information

Send your request via a SOAP-Request (e.g. with DotNET/SOAP, Java, PHP) to he following URL of our server:

Send your request via a SOAP-Request (e.g. with DotNET/SOAP, Java, PHP) to he following URL of our server: 1 QualityClick SOAP-API Documentation 1.1 URI soap uri: soap proxy: ' ' https://www.qc-domain.de/iqx_downlink'; https://www.qc-domain.de/iqx_downlink_soap.cgi'; 1.2 Method Send your request via a SOAP-Request

More information

Standalone SAML Attribute Authority With Shibboleth

Standalone SAML Attribute Authority With Shibboleth CESNET Technical Report 5/2013 Standalone SAML Attribute Authority With Shibboleth IVAN NOVAKOV Received 10. 12. 2013 Abstract The article defines what a standalone attribute authority is and how it can

More information

Corporate Financial & Operational Analytical and Reporting System

Corporate Financial & Operational Analytical and Reporting System SEUGI 2002 PARIS Palais des Congrès 11-15 June 2002 Corporate Financial & Operational Analytical and Reporting System Eugene Olkhovski, MTS Deputy Billing Mgr Elias Soloviev, SAS Project Mgr Agenda Company

More information

Affiliate SOAP-API. Content:

Affiliate SOAP-API. Content: Affiliate SOAP-API Content: QualityClick SOAP-API Documentation - URI - Method - Authentication - Description of the SOAP-Service - Search transaction data - Request statistics - Response values of SOAP

More information

How To Detect A Ddos Attack On A Magazine

How To Detect A Ddos Attack On A Magazine Proceedings o f SEUA. Series Information technologies, Electronics, Radio engineering. 2012. Issue 15,¹2. UDC 004.7:681.518 V.H. DARBINYAN, R.H. VARDANYAN DETECTING DDoS ATTACKS ON DIGITAL MAGAZINE HOSTING

More information

The JSON approach is mainly intended for intranet integration, while the xml version is for machine to machine integration.

The JSON approach is mainly intended for intranet integration, while the xml version is for machine to machine integration. 1881 Partner Search API The Partner Search API is a RESTFull service that utilizes the HTTP/GET verb. Parameters are passed in the querystring of the HTTP request. The service can produce both xml and

More information

HTTP - METHODS. Same as GET, but transfers the status line and header section only.

HTTP - METHODS. Same as GET, but transfers the status line and header section only. http://www.tutorialspoint.com/http/http_methods.htm HTTP - METHODS Copyright tutorialspoint.com The set of common methods for HTTP/1.1 is defined below and this set can be expanded based on requirements.

More information

Save Actions User Guide

Save Actions User Guide Microsoft Dynamics CRM for Sitecore CMS 6.3-6.5 Save Actions User Guide Rev: 2012-04-26 Microsoft Dynamics CRM for Sitecore CMS 6.3-6.5 Save Actions User Guide A practical guide to using Microsoft Dynamics

More information

Introduction. Tom Dinkelaker, Ericsson Guido Salvaneschi, Mira Mezini, TUD

Introduction. Tom Dinkelaker, Ericsson Guido Salvaneschi, Mira Mezini, TUD Introduction Tom Dinkelaker, Ericsson Guido Salvaneschi, Mira Mezini, TUD Agenda of KICK-OFF MEETING Introduction Organization of Course Topics Questions & Answers Ericsson Telekommunikation GmbH & Co.

More information

Ontology-based Web Service Composition: Part 1. Rolland Brunec Betreuerin: Sabine Maßmann Universität Leipzig, Abteilung Datenbanken

Ontology-based Web Service Composition: Part 1. Rolland Brunec Betreuerin: Sabine Maßmann Universität Leipzig, Abteilung Datenbanken Ontology-based Web Service Composition: Part 1 Rolland Brunec Betreuerin: Sabine Maßmann Universität Leipzig, Abteilung Datenbanken Motivation Semantic Web Web Services Web Service Composition Web Services

More information

Protecting Premium Live TV Services with PlayReady

Protecting Premium Live TV Services with PlayReady Protecting Premium Live TV Services with PlayReady April 2015 Abstract Microsoft PlayReady is the premier platform for the protection and distribution of digital content. This white paper discusses PlayReady

More information

What is Distributed Annotation System?

What is Distributed Annotation System? Contents ISiLS Lecture 12 short introduction to data integration F.J. Verbeek Genome browsers Solutions for integration CORBA SOAP DAS Ontology mapping 2 nd lecture BioASP roadshow 1 2 Human Genome Browsers

More information

Deriving semantics from WS-BPEL specifications of parallel business processes on an example

Deriving semantics from WS-BPEL specifications of parallel business processes on an example КОМПЬЮТЕРНЫЕ ИССЛЕДОВАНИЯ И МОДЕЛИРОВАНИЕ 2015 Т. 7 3 С. 445 454 ПЛЕНАРНЫЕ ДОКЛАДЫ УДК: 004.023 Deriving semantics from WS-BPEL specifications of parallel business processes on an example University of

More information

Web Services. Distributed Object Systems 11. Web Services, SOAP and NET. Web Applications. Web Services. Web services vs Distributed Objects

Web Services. Distributed Object Systems 11. Web Services, SOAP and NET. Web Applications. Web Services. Web services vs Distributed Objects Distributed Object Systems 11 Web Services, SOAP and NET Piet van Oostrum Web Services Some Definitions A Web Service is a software system designed to support interoperable machine-to-machine interaction

More information

Tutorial básico del método AJAX con PHP y MySQL

Tutorial básico del método AJAX con PHP y MySQL 1 de 14 02/06/2006 16:10 Tutorial básico del método AJAX con PHP y MySQL The XMLHttpRequest object is a handy dandy JavaScript object that offers a convenient way for webpages to get information from servers

More information

How To Build A Health Care Information System (Hih)

How To Build A Health Care Information System (Hih) The Heterogeneous Healthcare Information Systems Integration: An Empirical Study based on SOA 研 究 生 : 楊 子 翔 指 導 教 授 : 孫 雅 麗 博 士 1 Outline Introduction Motivation and Purpose The HIS Problems and Visions

More information

Visualize Your Cloud Data Using the Graph Template Language

Visualize Your Cloud Data Using the Graph Template Language ABSTRACT Paper 285-2011 Visualize Your Cloud Data Using the Graph Template Language Krishnan Raghupathi, SAS R&D, Pune, Maharashtra, India As the adoption of cloud computing by enterprise companies picks

More information

This three-day instructor-led course provides students with the tools to extend Microsoft Dynamics CRM 4.0.

This three-day instructor-led course provides students with the tools to extend Microsoft Dynamics CRM 4.0. Table of Contents Introduction Audience Prerequisites Microsoft Certified Professional Exams Student Materials Course Outline Introduction This three-day instructor-led course provides students with the

More information

Exploiting Access Control and Facility Management Systems. Billy Rios Director of Threat Intelligence Qualys

Exploiting Access Control and Facility Management Systems. Billy Rios Director of Threat Intelligence Qualys Exploiting Access Control and Facility Management Systems Billy Rios Director of Threat Intelligence Qualys About:Me Qualys Director of Vulnerability Research and Threat Intelligence SpearPoint Security

More information

Core Ideas CHAPTER 1 PART. CHAPTER 2 Pre-Ajax JavaScript Communications Techniques CHAPTER 3 XMLHttpRequest Object CHAPTER 4 Data Formats

Core Ideas CHAPTER 1 PART. CHAPTER 2 Pre-Ajax JavaScript Communications Techniques CHAPTER 3 XMLHttpRequest Object CHAPTER 4 Data Formats Core Ideas CHAPTER 1 Introduction to Ajax I PART CHAPTER 2 Pre-Ajax JavaScript Communications Techniques CHAPTER 3 XMLHttpRequest Object CHAPTER 4 Data Formats ch01.indd 1 12/5/07 4:59:45 PM blind folio

More information

Cisco TelePresence Content Server

Cisco TelePresence Content Server Cisco TelePresence Content Server API Guide D1398008 August 2014 TABLE OF CONTENTS 1 INTRODUCTION... 5 1.1 Format of this document... 5 1.2 Variable usage... 6 1.3 Warnings... 6 2 SECURITY... 7 2.1 Security

More information

Filtered Views for Microsoft Dynamics CRM

Filtered Views for Microsoft Dynamics CRM Filtered Views for Microsoft Dynamics CRM Version 4.2.13, March 5, 2010 Copyright 2009-2010 Stunnware GmbH - 1 of 32 - Contents Overview... 3 How it works... 4 Setup... 5 Contents of the download package...

More information

iridium for Mac: the "i3 pro" application

iridium for Mac: the i3 pro application Эта страница является переводом страницы IRidium for Mac. Перевод выполнен на 100%. Other languages: English русский Содержание 1 iridium for Mac: the "i3 pro" application 1.1 Synchronization with PC 1.1.1

More information

Anleitung zur Schnellinstallation Guía de instalación rápida

Anleitung zur Schnellinstallation Guía de instalación rápida Quick Installation Guide Guide d'installation rapide Anleitung zur Schnellinstallation Guía de instalación rápida Руководство по быстрой установкe Guia de Instalação em Português Eestikeelse paigaldusjuhendi

More information

Dynamics CRM. Техническа перспектива и възможности за интеграция. Николай ЕФТИМОВ Архитект "Бизнес приложения" на Парафлоу

Dynamics CRM. Техническа перспектива и възможности за интеграция. Николай ЕФТИМОВ Архитект Бизнес приложения на Парафлоу Dynamics CRM Техническа перспектива и възможности за интеграция Николай ЕФТИМОВ Архитект "Бизнес приложения" на Парафлоу Agenda Overview What s new Architecture Deployment options Accessibility and Integration

More information

How To Validate A Single Line Address On An Ipod With A Singleline Address Validation (For A Non-Profit) On A Microsoft Powerbook (For An Ipo) On An Uniden Computer (For Free) On Your Computer Or

How To Validate A Single Line Address On An Ipod With A Singleline Address Validation (For A Non-Profit) On A Microsoft Powerbook (For An Ipo) On An Uniden Computer (For Free) On Your Computer Or Informatica AddressDoctor Cloud (Version 2) User Guide Informatica AddressDoctor Cloud User Guide Version 2 December 2014 Copyright (c) 1999-2014 Informatica Corporation. All rights reserved. This software

More information

COMET SYSTEM. www.cometsystem.com. Web Sensor P8510. Web Sensor P8511. Web Sensor P8541 USER GUIDE

COMET SYSTEM. www.cometsystem.com. Web Sensor P8510. Web Sensor P8511. Web Sensor P8541 USER GUIDE COMET SYSTEM www.cometsystem.com Web Sensor P8510 Web Sensor P8511 Web Sensor P8541 USER GUIDE Copyright: COMET System, s.r.o. Is prohibited to copy and make any changes in this manual, without explicit

More information

Merchant Web Services API

Merchant Web Services API Title Page Merchant Web Services API Automated Recurring Billing (ARB) SOAP Guide December 2015 Authorize.Net Developer Support http://developer.authorize.net Authorize.Net LLC 082007 Ver.2.0 Authorize.Net

More information

Version: 1. Cellfind_MPG SDK Technical Specification

Version: 1. Cellfind_MPG SDK Technical Specification Cellfind SDK Technical Specification Version: 1 Filename: Cellfind_MPG SDK Technical Specification Last Revision Date: 09/10/2014 Contents WEB SERVICE QA AND LIVE URL ADDRESSES... ERROR! BOOKMARK NOT DEFINED.

More information

SPACE-TIME ASSUMPTIONS BEHIND NP-HARDNESS OF PROPOSITIONAL SATISFIABILITY

SPACE-TIME ASSUMPTIONS BEHIND NP-HARDNESS OF PROPOSITIONAL SATISFIABILITY Mathematical Structures and Modeling 2014. N. 1(29). PP. 13 30 UDC 510.5 SPACE-TIME ASSUMPTIONS BEHIND NP-HARDNESS OF PROPOSITIONAL SATISFIABILITY O. Kosheleva, Ph.D. (Math.), Associate Professor, e-mail:

More information

Pass4Sure.MB2-701_90Q&A. MB2-701 Extending Microsoft Dynamics CRM 2013

Pass4Sure.MB2-701_90Q&A. MB2-701 Extending Microsoft Dynamics CRM 2013 Pass4Sure.MB2-701_90Q&A Number: MB2-701 Passing Score: 800 Time Limit: 120 min File Version: 16.02 http://www.gratisexam.com/ MB2-701 Extending Microsoft Dynamics CRM 2013 I have corrected few questions

More information

AJAX and JSON Lessons Learned. Jim Riecken, Senior Software Engineer, Blackboard Inc.

AJAX and JSON Lessons Learned. Jim Riecken, Senior Software Engineer, Blackboard Inc. AJAX and JSON Lessons Learned Jim Riecken, Senior Software Engineer, Blackboard Inc. About Me Jim Riecken Senior Software Engineer At Blackboard for 4 years. Work out of the Vancouver office. Working a

More information

Chart of Accounts (COA) Validation Service. 6/11/2012 University at California, Berkeley IS&T, Application Services

Chart of Accounts (COA) Validation Service. 6/11/2012 University at California, Berkeley IS&T, Application Services Chart of Accounts (COA) Validation Service 6/11/2012 University at California, Berkeley IS&T, Application Services Release History Version Date Comments 1.0 6/11/2012 Original Contents Overview...2 Adhoc

More information

File Transfer Service Monitoring System for LCG

File Transfer Service Monitoring System for LCG File Transfer Service Monitoring System for LCG A.V. Uzhinskiy Laboratory of Information Technologies, JINR Аннотация Рассматривается концепция системы мониторинга сервиса передачи данных (FTS) пакета

More information

Version: 1.1. Contact details. Simon Carmiggeltstraat 6-50 1011 DJ Amsterdam. P.O. Box 10095 1001 EB Amsterdam The Netherlands T +31 20 240 1240

Version: 1.1. Contact details. Simon Carmiggeltstraat 6-50 1011 DJ Amsterdam. P.O. Box 10095 1001 EB Amsterdam The Netherlands T +31 20 240 1240 Version: 1.1 Contact details Simon Carmiggeltstraat 6-50 1011 DJ Amsterdam P.O. Box 10095 1001 EB Amsterdam The Netherlands T +31 20 240 1240 E support@adyen.com Table of Contents 1. Introduction... 6

More information

Adyen Merchant Integration Manual. Version 1.60 Adyen B.V.

Adyen Merchant Integration Manual. Version 1.60 Adyen B.V. Adyen Merchant Integration Manual Version 1.60 Adyen B.V. Table of Contents Introduction...3 Audience...3 Changelog...4 1 Hosted Payment Pages (HPPs)...5 Setting Up the Payment...5 Payment Session Example...5

More information

POSTGRESQL, A PLATFORM FOR MULTIPLE SOURCES DATA RETRIEVAL

POSTGRESQL, A PLATFORM FOR MULTIPLE SOURCES DATA RETRIEVAL POSTGRESQL, A PLATFORM FOR MULTIPLE SOURCES DATA RETRIEVAL Abdul Yadi CV Datatrans Infromatika, Indonesia ABSTRACT: A software application transforms raw data into information. Data may come from various

More information

1. User Guide... 2 2. API overview... 4 2.1 addon - xml Definition... 4 2.1.1 addon.background... 5 2.1.1.1 addon.background.script... 5 2.1.

1. User Guide... 2 2. API overview... 4 2.1 addon - xml Definition... 4 2.1.1 addon.background... 5 2.1.1.1 addon.background.script... 5 2.1. User Guide............................................................................................. 2 API overview...........................................................................................

More information

Adam Lancashire and Matthew Ngan. 28 May 2010. Copyright 2010 Intergen Limited

Adam Lancashire and Matthew Ngan. 28 May 2010. Copyright 2010 Intergen Limited Adam Lancashire and Matthew Ngan 28 May 2010 Copyright 2010 Intergen Limited 1 SITEMAP MODIFICATIONS 1.1 Change the name of areas in the Navigation Pane To change the name you need to add a Titles element

More information

Extending Microsoft Dynamics CRM 2011

Extending Microsoft Dynamics CRM 2011 Extending Microsoft Dynamics CRM 2011 Course 80295; 3 Days, Instructor-led Course Description: This course offers detailed and interactive information on how to develop extensions for Microsoft Dynamics

More information

SalesJunction.com. Sales Force Automation & CRM. SJAPI Guide

SalesJunction.com. Sales Force Automation & CRM. SJAPI Guide SalesJunction.com Sales Force Automation & CRM SJAPI Guide Table of Contents API Essentials 2 AddAcct.asp 2 AddAct.asp 3 AddCont.asp 3 AddOpp.asp 4 FindContacts.asp 4 FindContacts_ViaEmail.asp 5 GetAcct.asp

More information

Towards, Building and Implementing a Digital Healthcare System

Towards, Building and Implementing a Digital Healthcare System Towards, Building and Implementing a Digital Healthcare System Khalid Aldrawiesh Abstract Healthcare industry is evolving rapidly, increasing the capability of delivering a high quality of service to the

More information

Storage database in cloud processing

Storage database in cloud processing КОМПЬЮТЕРНЫЕ ИССЛЕДОВАНИЯ И МОДЕЛИРОВАНИЕ 2015 Т. 7 3 С. 493 498 СЕКЦИОННЫЕ ДОКЛАДЫ УДК: 004.65 Storage database in cloud processing A. V. Bogdanov a, Thurein Kyaw Lwin b Saint Petersburg State University,

More information

Asset Management and Tagging API v2. User Guide Version 2.9

Asset Management and Tagging API v2. User Guide Version 2.9 Asset Management and Tagging API v2 User Guide Version 2.9 July 15, 2015 Copyright 2013-2015 by Qualys, Inc. All Rights Reserved. Qualys, the Qualys logo and QualysGuard are registered trademarks of Qualys,

More information

Welcome. Welcome to Webserver Stress Tool (Freeware)

Welcome. Welcome to Webserver Stress Tool (Freeware) Welcome Welcome to Webserver Stress Tool (Freeware) Most websites and web applications run smoothly and correctly as long as only one user (e.g., the original developer) or just a few users are visiting

More information

CRM Developer Form Scripting. @DavidYack

CRM Developer Form Scripting. @DavidYack CRM Developer Form Scripting @DavidYack Using Form Scripting Allows dynamic business rules to be implemented on forms Script can run in response to Form Events Form Script is uploaded and run from CRM

More information

GCSS-AF SOA and Web Services Infrastructure & Support

GCSS-AF SOA and Web Services Infrastructure & Support GCSS-AF SOA and Web Services Infrastructure & Support May 2009 Mike Acton Lockheed Martin 0 Agenda Building the GCSS-AF SOA Infrastructure The SOA Journey GCSS-AF SOA Infrastructure Data Power SOA Appliance

More information

An Innovative Approach to SOAP Monitoring. Written By Quest Software

An Innovative Approach to SOAP Monitoring. Written By Quest Software An Innovative Approach to SOAP Monitoring Written By Quest Software Contents Introduction...2 SOAP Overview...3 The SOAP Monitoring Challenge...6 From the Service Consumer Perspective...6 From the Service

More information

dox42dynamics CRM Documentation Christian Bauer

dox42dynamics CRM Documentation Christian Bauer dox42dynamics CRM Documentation Christian Bauer TABLE OF CONTENTS Table of Contents... 2 What is dox42dynamics CRM?... 3 Installation for the dox42 Office Add-Ins... 3 Installation of dox42dynamics CRM

More information

Experience and Working Conditions of Project Managersin Poland Research Report 1

Experience and Working Conditions of Project Managersin Poland Research Report 1 Experience and Working Conditions of Project Managersin Poland Research Report 1 Department of Human Capital Development, Warsaw School of Economics, Poland Abstract This paper reveals the project management

More information

e Merchant Plug-in (MPI) Integration & User Guide

e Merchant Plug-in (MPI) Integration & User Guide Payment solutions for online commerce e Merchant Plug-in (MPI) Integration & User Guide Enabling merchants to integrate their payment processing with PayPoint.net s 3D Secure Merchant Plug In (MPI) solution.

More information

Exercise 2 Play a couple of times with interactive video to find other storylines. Also try to get the highest possible score.

Exercise 2 Play a couple of times with interactive video to find other storylines. Also try to get the highest possible score. Creating Interactive Videos -- using XIMPEL 1 Winoe Bhikharie Vrije Universiteit Amsterdam This document serves as an introduction to interactive video, which makes it possible to influence the video you

More information

Tutorial 5 Creating Advanced Queries and Enhancing Table Design

Tutorial 5 Creating Advanced Queries and Enhancing Table Design Tutorial 5 Creating Advanced Queries and Enhancing Table Design Microsoft Access 2013 Objectives Session 5.1 Review object naming standards Use the Like, In, Not, and & operators in queries Filter data

More information

COURSE DESCRIPTION. Queries in Microsoft Access. This course is designed for users with a to create queries in Microsoft Access.

COURSE DESCRIPTION. Queries in Microsoft Access. This course is designed for users with a to create queries in Microsoft Access. COURSE DESCRIPTION Course Name Queries in Microsoft Access Audience need This course is designed for users with a to create queries in Microsoft Access. Prerequisites * Keyboard and mouse skills * An understanding

More information

Service Oriented Computing: SOAP, WSDL and UDDI. Dr. Cristian Mateos Diaz (http://users.exa.unicen.edu.ar/~cmateos/cos) ISISTAN - CONICET

Service Oriented Computing: SOAP, WSDL and UDDI. Dr. Cristian Mateos Diaz (http://users.exa.unicen.edu.ar/~cmateos/cos) ISISTAN - CONICET Service Oriented Computing: SOAP, WSDL and UDDI Dr. Cristian Mateos Diaz (http://users.exa.unicen.edu.ar/~cmateos/cos) ISISTAN - CONICET XML family of standards Domain-specific XML-based standards e.g.,

More information

CPSC Recalls Retrieval Web Services Programmers Guide: Recalls and Penalties Database

CPSC Recalls Retrieval Web Services Programmers Guide: Recalls and Penalties Database CPSC Recalls Retrieval Web Services Programmers Guide: Recalls and Penalties Database Version 1.0 March 25, 2015 Version 1.0, March 24, 2015 Page i Table of Contents Revision History... Error! Bookmark

More information

Tenrox and Microsoft Dynamics CRM Integration Guide

Tenrox and Microsoft Dynamics CRM Integration Guide Tenrox Tenrox and Microsoft Dynamics CRM Integration Guide January, 2012 2012 Tenrox. All rights reserved. About this Guide This guide describes the procedures for setting up integration between Microsoft

More information

Integrating CRM On Demand with the E-Business Suite to Supercharge your Sales Team

Integrating CRM On Demand with the E-Business Suite to Supercharge your Sales Team Integrating CRM On Demand with the E-Business Suite to Supercharge your Sales Team Presented by: Tom Connolly, Jason Lieberman Company: BizTech Session ID: #10351 Overview Introductions Background Web

More information

DNS REBINDING DENIS BARANOV, POSITIVE TECHNOLOGIES

DNS REBINDING DENIS BARANOV, POSITIVE TECHNOLOGIES DNS REBINDING DENIS BARANOV, POSITIVE TECHNOLOGIES TABLE OF CONTENTS 1 Bypassing The Restrictions 3 2 Putting It into Practice 5 3 Actual Load 7 4 Detection Of The Application Version 5 Guessing A/The

More information

gsoap 2.7.0 User Guide

gsoap 2.7.0 User Guide gsoap 2.7.0 User Guide Robert van Engelen Genivia, Inc., engelen@genivia.com & engelen@acm.org October 15, 2004 Contents 1 Introduction 6 2 Notational Conventions 7 3 Differences Between gsoap Versions

More information

Ready, Set, Go Getting started with Tuscany

Ready, Set, Go Getting started with Tuscany Ready, Set, Go Getting started with Tuscany Install the Tuscany Distribution The first thing you do is to create a folder on you disk into which you will download the TUSCANY distribution. Next you download

More information

Microsoft Dynamics CRM Clients

Microsoft Dynamics CRM Clients Microsoft Dynamics CRM Clients A user can work with Microsoft Dynamics CRM in two ways: By accessing the Microsoft Dynamics CRM application using Microsoft Internet Explorer, Google Chrome, FireFox, and

More information

OpenOffice.org Extensions development in Java with NetBeans in practise. Jürgen Schmidt OpenOffice.org Sun Microsystems, Inc.

OpenOffice.org Extensions development in Java with NetBeans in practise. Jürgen Schmidt OpenOffice.org Sun Microsystems, Inc. OpenOffice.org Extensions development in Java with NetBeans in practise Jürgen Schmidt OpenOffice.org Sun Microsystems, Inc. 1 OpenOffice.org Extensions development in Java with NetBeans in practise Motivation

More information

SharePoint Integration

SharePoint Integration Microsoft Dynamics CRM 2011 supports SharePoint 2007/2010 integration to improve document management in CRM. The previous versions of CRM didn't have a solid out-of-the-box solution for document management

More information

WEB OF KNOWLEDGE WEB SERVICES LITE V. 3.0. July 2, 2013

WEB OF KNOWLEDGE WEB SERVICES LITE V. 3.0. July 2, 2013 WEB OF KNOWLEDGE WEB SERVICES LITE V. 3.0 July 2, 2013 Table of Contents Introduction 3 Web Service Clients 3 Service Endpoint Addresses 3 WSDL File Locations 3 Document Namespaces 4 Sequence of Requests

More information

LANGUAGE INDEPENDENT SOFTWARE COMMUNICATION IN DISTRIBUTED APPLICATIONS

LANGUAGE INDEPENDENT SOFTWARE COMMUNICATION IN DISTRIBUTED APPLICATIONS MASTER S THESIS LANGUAGE INDEPENDENT SOFTWARE COMMUNICATION IN DISTRIBUTED APPLICATIONS AUTHOR: VELI PETTERI JÄRVINEN 250774 MYNTINTIE 12 A 18 03100 NUMMELA FINLAND Tel. +358 40 7674769 ADVISORS: KARY

More information

Oracle Web Service Manager 11g Field level Encryption (in SOA, WLS) March, 2012

Oracle Web Service Manager 11g Field level Encryption (in SOA, WLS) March, 2012 Oracle Web Service Manager 11g Field level Encryption (in SOA, WLS) March, 2012 Step-by-Step Instruction Guide Author: Prakash Yamuna Senior Development Manager Oracle Corporation Table of Contents Use

More information

Merchant Web Services API

Merchant Web Services API Merchant Web Services API Automated Recurring Billing (ARB) XML Guide Authorize.Net Developer Support http://developer.authorize.net Authorize.Net LLC 042007 Ver.1.0 Authorize.Net LLC ( Authorize.Net )

More information

Developer s Guidelines for ESMA database on Shares admitted to trading on EU Regulated Markets

Developer s Guidelines for ESMA database on Shares admitted to trading on EU Regulated Markets Date: 25 July 2012 ESMA/2012/478 Reference document Developer s Guidelines for ESMA database on Shares admitted to trading on EU Regulated Markets Contents Audience 2 Introduction 2 Shares admitted to

More information

Custom SIS Integration Type Development. Jim Riecken (jim.riecken@blackboard.com) Blackboard Learn Product Development

Custom SIS Integration Type Development. Jim Riecken (jim.riecken@blackboard.com) Blackboard Learn Product Development Custom SIS Integration Type Development Jim Riecken (jim.riecken@blackboard.com) Blackboard Learn Product Development Outline What is the Student Information System (SIS) Integration framework? How does

More information

SoapHeader : s'authentifier proprement a un WebService SOAP

SoapHeader : s'authentifier proprement a un WebService SOAP SoapHeader : s'authentifier proprement a un WebService SOAP Une s olution e st d'utiliser l'en - tete d'une requête SOAP. Pour cela on va tout d'abord créer u n nouveau type qui hérite de SoapHeader, ce

More information

Integration Guide. Integrating Extole with Salesforce. Overview. Use Cases

Integration Guide. Integrating Extole with Salesforce. Overview. Use Cases Integrating Extole with Salesforce Overview The Extole referral marketing platform is easy to integrate with Salesforce.com and other Customer Relationship Manager (CRM) providers. Extole provides a straightforward

More information

Request of end customer against AP AP forwards request to OTACS Aborted with failure code Validate the request Is request syntactically correct? No Send failure code to AP Yes Validate authentication pin

More information

It is highly recommended that you are familiar with HTML and JavaScript before attempting this tutorial.

It is highly recommended that you are familiar with HTML and JavaScript before attempting this tutorial. About the Tutorial AJAX is a web development technique for creating interactive web applications. If you know JavaScript, HTML, CSS, and XML, then you need to spend just one hour to start with AJAX. Audience

More information

CONVERTING FROM NETKEEPER ISAM v6.32 to NETKEEPER SQL

CONVERTING FROM NETKEEPER ISAM v6.32 to NETKEEPER SQL Download and install the NetKeeper ISAM to SQL converter program. To download the Converter program go to: http://www.netkeeper.com/other/nkuser1.htm Scroll down the page until you find a link that says:

More information

Extending Microsoft Dynamics CRM 4.0

Extending Microsoft Dynamics CRM 4.0 Extending Microsoft Dynamics CRM 4.0 8969: Extending Microsoft Dynamics CRM 4.0 (3 Days) About this Course This three-day instructor-led course provides students with the knowledge and skills to develop

More information

ERP-MS Dynamics Consultant

ERP-MS Dynamics Consultant Ministry of Communications and Information Technology Information Technology Institute ERP-MS Dynamics Consultant Ebusiness Department Intake 33 History Started at intake 16 as e-commerce Integrate web

More information

Using Outlook Web Access

Using Outlook Web Access Using Outlook Web Access Log on JTSA Outlook Web Access 1. Enter the following URL into the address bar on your web browser (Internet Explorer recommended) and press enter http://exweb.jtsa.edu 2. The

More information

How To Use Longitudinal Database On Redcap

How To Use Longitudinal Database On Redcap Research Electronic Data Capture (REDCap) 202 Intermediate REDCap Tutorial 202 UCSF Academic Research Systems Presented by warren.steele@ucsf.edu 415 476 9830 Academic Research Systems (ARS) Services MyResearch

More information

Microsoft Dynamics CRM - Create a Lead

Microsoft Dynamics CRM - Create a Lead Trigger Business Process Procedure Overview How to set up a lead in the Sales workspace of Microsoft Dynamics CRM. 1. Provide additional context to enhance the learner's experience Tip: This is an example

More information

Timeline for Microsoft Dynamics CRM

Timeline for Microsoft Dynamics CRM Timeline for Microsoft Dynamics CRM A beautiful and intuitive way to view activity or record history for CRM entities Version 2 Contents Why a timeline?... 3 What does the timeline do?... 3 Default entities

More information

The JSON approach is mainly intended for intranet integration, while the xml version is for machine to machine integration.

The JSON approach is mainly intended for intranet integration, while the xml version is for machine to machine integration. 1881 Partner Search API The Partner Search API is a RESTFull service that utilizes the HTTP/GET verb. Parameters are passed in the querystring of the HTTP request. The service can produce both xml and

More information

English. Deutsch. Français. Italiano. AV Pre Tuner AV7702

English. Deutsch. Français. Italiano. AV Pre Tuner AV7702 English Deutsch Français Italiano AV Pre Tuner AV7702 ESPAÑOL NEDERLANDS Quick Start Guide Kurzanleitung Guide de démarrage rapide Guida di avvio rapido Guía de inicio rápido Snelhandleiding Snabbstartsguide

More information

DNNCentric Custom Form Creator. User Manual

DNNCentric Custom Form Creator. User Manual DNNCentric Custom Form Creator User Manual Table of contents Introduction of the module... 3 Prerequisites... 3 Configure SMTP Server... 3 Installation procedure... 3 Creating Your First form... 4 Adding

More information