REST API: Guide for Implementers

Size: px
Start display at page:

Download "REST API: Guide for Implementers"

Transcription

1 REST API: Guide for Implementers Version 1.03 SP-API-REST-IG R001.03

2 Sage All rights reserved. This document contains information proprietary to Sage and may not be reproduced, disclosed, or used in whole or in part without the written permission of Sage. Software, including but not limited to the code, user interface, structure, sequence, and organization, and documentation are protected by national copyright laws and international treaty provisions. This document is subject to U.S. and other national export regulations. Sage takes care to ensure that the information in this document is accurate, but Sage does not guarantee the accuracy of the information or that use of the information will ensure correct and faultless operation of the service to which it relates. Sage, its agents and employees, shall not be held liable to or through any user for any loss or damage whatsoever resulting from reliance on the information contained in this document. Nothing in this document alters the legal obligations, responsibilities or relationship between you and Sage as set out in the contract existing between us. This document may contain screenshots captured from a standard Sage system populated with fictional characters and using licensed personal images. Any resemblance to real people is coincidental and unintended. All trademarks and service marks mentioned in this document belong to their corresponding owners. SP-API-REST-IG R Sage

3 Contents Contents About this Guide 4 Related Guides 4 Introduction 5 Create a Connected App 6 Create a User Profile 9 Create a User 11 Test the Configuration 13 Index 17 Sage

4 About this Guide This REST API Guide for Implementers provides step by step guidance for setting up a web service between a customer server and the Sage People database to enable REST API level access to Sage People hosted data. Related Guides REST API: Guide for Developers Coverage summary An introduction to the key characteristics and architecture of the Sage People REST API, using Sage People resources, and authentication. Typical target audience You have familiarity with the software development process, Web services, and the Salesforce user interface. You are providing developer-level support to a customer organization seeking to establish a web service interface between a customer server and the Sage People database to enable REST API level access to Sage People hosted data. Sage

5 Introduction Before starting to set up the REST API interface, make sure that: You have administrator level access to the customer org. You have a valid contact address for the user to be assigned to the interface. You will need access to the s sent by the system as part of the configuration. You have the curl command line tool installed. You use curl to test the configuration. curl is pre-installed on many Linux and Mac systems. Windows users can download a version at curl.haxx.se/. curl is an open source tool and is not supported by Sage People. Screen shots in this guide are taken from a Sage People Supertrial and are indicative. Now follow this sequence: 1. Create a new Connected App (see page 6). 2. Create a new User Profile to use the new Connected App (see page 9). The Profile ensures that access permissions are tightly restricted. 3. Create a new User linked to the User Profile (see page 11). This is the REST API user for accessing Sage People data. 4. Test the configuration (see page 13). Sage

6 Create a Connected App A Connected App enables the external server to use the REST API to access Sage People data. The app uses standard authentication protocols and enables control over who can use it. To create a Connected App for REST API use: 1. Go to Setup > App Setup > Create > Apps 2. In the Connected Apps Related List, select New. Sage People displays the New Connected App page 3. Complete the fields as follows: Field Description Basic Information section Connected App Name A name for the Connected App. Use a short, descriptive name, for example HCM Remote. API Name Automatically created by Sage People based on the Connected App Name you entered. Contact The address of the User to be used for the interface. Description A brief description of the App. For example: Connected App for REST API access API (Enable OAuth Settings) Enable OAuth Settings Callback URL Checkbox. Check to display the other API fields. Not used, but you must enter a string using valid URL syntax. For example: Use digital signatures Checkbox. Leave unchecked. Selected OAuth Scopes In the list of Available OAuth Scopes select Access and manage your data (api) and select Add Leave all other fields blank. Sage

7 Create a Connected App Related Guides The completed page looks like this: 4. Select Save. Sage People displays the message: Allow from 2-10 minutes for your changes to take effect on the server before using the connected app. Sage

8 Create a Connected App Related Guides 5. Select Continue. Sage People displays the Connected App Name page for the new App: 6. You need the Consumer Key and Consumer Secret when testing the configuration. Copy them to a temporary text file while this page is displayed. 7. While on the Connected App Name page, you can use the Trusted IP Range for OAuth Web server flow related list to specify a restricted set of IPs to use REST API access: 8. On the Connected App Name page, select Manage. Sage People displays the Connected App Detail page. 9. On the Connected App Detail page select Edit. Sage People displays the Connected App Edit page. 10. On the Connected App Edit page go to the OAuth policies section and use the pick list to change the Permitted Users field to Admin approved users are pre-authorized: 11. Select Save. Sage People redisplays the Connected App Detail page. Sage

9 Create a User Profile The user profile assigned to the REST API user must have restricted permissions. Base the profile on an existing profile - this section uses the Fairsail Team Member profile - and remove most of the permissions. To create a new profile: 1. Go to Setup > Administration Setup > Manage Users > Profiles 2. Select the Name for the Fairsail Team Member profile. Sage People displays the Profile Detail page. 3. Select Clone to make a copy of the profile. Sage People displays the Clone Profile page. 4. Enter a Profile Name, for example: Remote Access. Sage People creates the new Profile and displays the Profile Detail page. 5. Select Edit. Sage People displays the Profile Edit page. 6. Set the permissions and page layouts as follows: Custom App Settings Fairsail HCM Profile Only All other fields Visible checked. Default selected. Unchecked. Connected App Access The newly created Connected App Checked. Tab Settings All selectable tabs Default Off Administrative Permissions API Enabled Api Only User View Setup and Configuration All other selectable fields Checked Leave unchecked until after you have created the User and reset the Security Token (see page 11). Checked Unchecked. Sage

10 Create a User Profile Related Guides General User Permissions All fields Unchecked. Standard Object Permissions All objects Unchecked. Note: uncheck Read to automatically uncheck all other checkboxes for that object. Custom Object Permissions Team Members All other objects Read checked. View All checked Unchecked. Note: uncheck Read to automatically uncheck all other checkboxes for that object. Desktop Integration Clients All fields Leave default values unchanged. Session Timeout Timeout value Leave default value unchanged. Password Policies All fields Leave default values unchanged. 7. Select Save. Sage People saves the reworked profile and redisplays the Profile page. Sage

11 Create a User The REST API user must be assigned to the restricted permission User Profile you have created (see page 9). Do not use an existing user - create one specifically for REST API use. To create a new user: 1. Go to Setup > Administration Setup > Manage Users > Users Sage People displays the All Users page. 2. Select New User. Sage People displays the New User, User Edit page. 3. Complete the fields as follows: Field First Name Last Name Alias Username Nickname User License Profile Active Description Enter: test Enter: remote Automatically created by Sage People. Enter: testremote@support.fairsail.com Automatically created by Sage People. The Username must be unique across Salesforce. If there is a conflict with an existing Username, an error message is displayed when you save the New User. In case of a conflict, change the Username - it does not have to match the address. Automatically created by Sage People. Select Salesforce Select the newly created Profile, for example: Remote Access Checked Leave default values unchanged for all other fields. 4. Select Save. Sage People saves the User definition and displays the User Detail page. Sage People sends a welcome to the user's address, confirming the User Name and including a log in link. 5. Select the log in link in the welcome , enter a password and complete the security question for the new user, then select Save. Sage People logs you in and displays an initial Profile page. Sage

12 Create a User Related Guides 6. Select the Administration link in the Profile page and go to Setup > Personal Setup > My Personal Information > Reset My Security Token. Sage People displays the Reset Security Token page: 7. Select Reset Security Token. Sage People sends an containing the new Security Token to the user's address. You must use the Security Token when testing the REST API setup - retain the or copy the Security Token to a temporary text file. 8. Reopen the dedicated User Profile for this user, go to the Administrative Permissions section and check Api Only User. 9. Select Save on the Profile. Sage

13 Test the Configuration Before starting to test the configuration make sure that you have the curl command line tool installed. curl is pre-installed on many Linux and Mac systems. Windows users can download a version at curl.haxx.se/. You also need: curl is an open source tool and is not supported by Sage People. The Consumer Key and Consumer Secret generated when you created the Connected App for the REST API. The User Name, Password, and Security Token for the dedicated REST API User you created. To test the configuration: 1. Login to Sage People using the User Name you created. 2. From the Profile page select the Administration link, display All Tabs and select the Team Members tab. 3. Select a Team Member to display the Team Member Detail page, and copy the Team Member record ID from the URL: Copy the ID to a temporary text file for later use. 4. Open a command prompt and enter: curl -k -d "grant_type=password" -d "client_id=consumer_key" -d "client_secret=consumer_secret" -d "username=testremote@support.fairsail.com" -d "password=mypasswordmysecuritytoken" Where: o CONSUMER_KEY is the Consumer Key generated when you created the Connected App for the REST API. o CONSUMER_SECRET is the Consumer Secret generated when you created the Connected App for the REST API. o MYPASSWORDMYSECURITYTOKEN is the Password and Security Token combination for the dedicated REST API User you created. If you are connecting to a Sandbox replace login.salesforce.com in the host name with test.salesforce.com curl returns a response of the form: 5. From the response copy: o The server name from the instance url, in this case eu3 o The access token. Sage

14 Test the Configuration Related Guides 6. At the command prompt enter: curl -k team_member c/a0yw boFEAQ -H "Authorization: Bearer ACCESS_TOKEN" -H "Content-Type: application/json" -H "X-PrettyPrint:1" Where SERVER_NAME and ACCESS_TOKEN are taken from the curl response. Using the example response you would enter: curl returns a response of the form: Sage

15 Test the Configuration Related Guides 7. Now test that the user has access to Team Member data. The Team Member object is the only object to which the REST API user has access, as determined by the User Profile (see page 9). At the command prompt enter: curl -k s/fhcm2 team_member c/team_member_record_id -H "Authorization: Bearer ACCESS_TOKEN" -H "Content-Type: application/json" -H "X-PrettyPrint:1" Where: o SERVER_NAME and ACCESS_TOKEN are as used in the previous step. o TEAM_MEMBER_RECORD_ID is the one copied from the Team Member Detail page URL at the start of this procedure. curl returns a response containing the data for the Team Member: Sage

16 Test the Configuration Related Guides 8. To confirm that access to other objects is locked, send a request for Employment Record data. At the command prompt enter: curl -k s/fhcm2 employment c -H "Authorization: Bearer ACCESS_TOKEN" -H "Content-Type: application/json" -H "X-PrettyPrint:1" Where: o SERVER_NAME and ACCESS_TOKEN are as used previously. curl returns an error: Sage

17 Index A About this Guide 4 C Create a Connected App 5, 6 Create a User 5, 9, 11 Create a User Profile 5, 9, 11, 15 I Introduction 5 R Related Guides 4 REST API Guide for Developers 4 T Test the Configuration 5, 13 Sage

Mobile Android Configuration Guide

Mobile Android Configuration Guide Mobile Android Configuration Guide Version 21 SP-WX-MBLAND-CG-201801--R021.00 Sage 2018. All rights reserved. This document contains information proprietary to Sage and may not be reproduced, disclosed,

More information

Mobile ios Configuration Guide

Mobile ios Configuration Guide Mobile ios Configuration Guide Version 23 SP-WX-MBLIOS-CG-201807--R023.00 Sage 2018. All rights reserved. This document contains information proprietary to Sage and may not be reproduced, disclosed, or

More information

Mobile ios Configuration Guide

Mobile ios Configuration Guide Mobile ios Configuration Guide Version 21 SP-WX-MBLIOS-CG-201801--R021.00 Sage 2018. All rights reserved. This document contains information proprietary to Sage and may not be reproduced, disclosed, or

More information

Mobile Android Guide for Users

Mobile Android Guide for Users Mobile Android Guide for Users Version 19.01 SP-WX-MBLAND-UG-201706--R019.01 Sage 2017. All rights reserved. This document contains information proprietary to Sage and may not be reproduced, disclosed,

More information

Payflow Cookbook for Fixed Length Record Downloads

Payflow Cookbook for Fixed Length Record Downloads Payflow Cookbook for Fixed Length Record Downloads Version 23 SP-PF-FLR-CB-201809--R023.00 Sage 2018. All rights reserved. This document contains information proprietary to Sage and may not be reproduced,

More information

Payflow Implementer's Guide FAQs

Payflow Implementer's Guide FAQs Payflow Implementer's Guide FAQs FS-PF-FAQ-UG-201702--R016.00 Fairsail 2017. All rights reserved. This document contains information proprietary to Fairsail and may not be reproduced, disclosed, or used

More information

Analytics: Pulse Surveys

Analytics: Pulse Surveys Analytics: Pulse Surveys Version 21.00 SP-ANL-SVY-COMP-201801--R021.00 Sage 2018. All rights reserved. This document contains information proprietary to Sage and may not be reproduced, disclosed, or used

More information

Talent Acquisition: Guide for Administrators

Talent Acquisition: Guide for Administrators Talent Acquisition: Guide for Administrators Version 22 SP-R-XXX-AG-201803--R022.00 Sage 2018. All rights reserved. This document contains information proprietary to Sage and may not be reproduced, disclosed,

More information

Fairsail Recruit: Guide for Administrators

Fairsail Recruit: Guide for Administrators Fairsail Recruit: Guide for Administrators Version 16.01 FS-R-XXX-AG-201610--R016.01 Fairsail 2016. All rights reserved. This document contains information proprietary to Fairsail and may not be reproduced,

More information

USER MANUAL. SalesPort Salesforce Customer Portal for WordPress (Lightning Mode) TABLE OF CONTENTS. Version: 3.1.0

USER MANUAL. SalesPort Salesforce Customer Portal for WordPress (Lightning Mode) TABLE OF CONTENTS. Version: 3.1.0 USER MANUAL TABLE OF CONTENTS Introduction...1 Benefits of Customer Portal...1 Prerequisites...1 Installation...2 Salesforce App Installation... 2 Salesforce Lightning... 2 WordPress Manual Plug-in installation...

More information

RSA NetWitness Logs. Salesforce. Event Source Log Configuration Guide. Last Modified: Wednesday, February 14, 2018

RSA NetWitness Logs. Salesforce. Event Source Log Configuration Guide. Last Modified: Wednesday, February 14, 2018 RSA NetWitness Logs Event Source Log Configuration Guide Salesforce Last Modified: Wednesday, February 14, 2018 Event Source Product Information: Vendor: Salesforce Event Source: CRM Versions: API v1.0

More information

WEB API. Nuki Home Solutions GmbH. Münzgrabenstraße 92/ Graz Austria F

WEB API. Nuki Home Solutions GmbH. Münzgrabenstraße 92/ Graz Austria F WEB API v 1. 1 0 8. 0 5. 2 0 1 8 1. Introduction 2. Calling URL 3. Swagger Interface Example API call through Swagger 4. Authentication API Tokens OAuth 2 Code Flow OAuth2 Authentication Example 1. Authorization

More information

PDF Template Generator: A Complete Guide

PDF Template Generator: A Complete Guide PDF Template Generator: A Complete Guide Version 23 SP-HCM-PTG-COMP-201807--R023.00 Sage 2018. All rights reserved. This document contains information proprietary to Sage and may not be reproduced, disclosed,

More information

for Salesforce Question-to-Case Connector

for Salesforce Question-to-Case Connector for Salesforce Question-to-Case Connector Contents 2 Contents Cloud Help for Community Managers... 3 What is the Salesforce Question-to-Case Connector... 4 Setting up the Salesforce Question-to-Case Connector...5

More information

HCM Configuration Guide FAQs

HCM Configuration Guide FAQs HCM Configuration Guide FAQs Version 21 SP-HCM-FAQ-UG-201702--R021.00 Sage 2017. All rights reserved. This document contains information proprietary to Sage and may not be reproduced, disclosed, or used

More information

Salesforce IoT REST API Getting Started Guide

Salesforce IoT REST API Getting Started Guide Salesforce IoT REST API Getting Started Guide Version 42.0, Spring 18 @salesforcedocs Last updated: March 9, 2018 Copyright 2000 2018 salesforce.com, inc. All rights reserved. Salesforce is a registered

More information

Integrate Salesforce. EventTracker v8.x and above

Integrate Salesforce. EventTracker v8.x and above EventTracker v8.x and above Publication Date: March 27, 2019 Abstract This guide provides instructions to configure Salesforce, to report its logs to EventTracker Enterprise. Scope The configurations detailed

More information

ELECTRONIC TRADING (ET) ET HTML5 Client Phase1 User Guide

ELECTRONIC TRADING (ET) ET HTML5 Client Phase1 User Guide ELECTRONIC TRADING (ET) Date of issue: 31 October 2016 Legal Information Thomson Reuters 2016. All Rights Reserved. Thomson Reuters, by publishing this document, does not guarantee that any information

More information

Agency User Manual. Version 2.0

Agency User Manual. Version 2.0 Agency User Manual Version 2.0 October 2015 Copyright Information 2015 by. All rights reserved. This document is the copyrighted property of the. It should not be duplicated, used, or disclosed in whole

More information

SAP IoT Application Enablement Best Practices Authorization Guide

SAP IoT Application Enablement Best Practices Authorization Guide SAP IoT Application Enablement Best Practices Authorization Guide TABLE OF CONTENTS 1 INITIAL TENANT SETUP... 3 1.1 Configure Trust... 3 1.1.1 Technical Background... 6 1.2 Establish Trust... 6 1.3 Set

More information

Adesso v5 Administrative Instructions. for American Electric Power

Adesso v5 Administrative Instructions. for American Electric Power Adesso v5 Administrative Instructions for American Electric Power 1 **Please note that for purposes of this training document, the words application, app, and checklist are used interchangeably. ** 2 Getting

More information

SPANNING BACKUP. for Salesforce. Installation Guide

SPANNING BACKUP. for Salesforce. Installation Guide SPANNING BACKUP for Salesforce Installation Guide Table of Contents Welcome 3 About this guide 3 Who was the guide written for? 3 What s in this guide 3 Installation Overview 4 Install the Spanning Backup

More information

INSTALLATION GUIDE Spring 2017

INSTALLATION GUIDE Spring 2017 INSTALLATION GUIDE Spring 2017 Copyright and Disclaimer This document, as well as the software described in it, is furnished under license of the Instant Technologies Software Evaluation Agreement and

More information

Adding Disclaimer Text Field to your Salesforce Org

Adding Disclaimer Text Field to your Salesforce Org Adding Disclaimer Text Field to your Salesforce Org Table of Contents 1 Introduction... 3 2 Add Disclaimer Text Field to goalgamipro Settings, Plan, and Report Page Layouts... 3 3 Make Sure Disclaimer

More information

Tzunami Deployer Confluence Exporter Guide

Tzunami Deployer Confluence Exporter Guide Tzunami Deployer Confluence Exporter Guide Supports extraction of Confluence Enterprise contents and migrate to Microsoft SharePoint using Tzunami Deployer. Version 2.7 Table of Content PREFACE... I INTENDED

More information

October J. Polycom Cloud Services Portal

October J. Polycom Cloud Services Portal October 2018 3725-42461-001J Polycom Cloud Services Portal Copyright 2018, Polycom, Inc. All rights reserved. No part of this document may be reproduced, translated into another language or format, or

More information

SpiraTeam Help Desk Integration Guide Inflectra Corporation

SpiraTeam Help Desk Integration Guide Inflectra Corporation / SpiraTeam Help Desk Integration Guide Inflectra Corporation Date: July 23rd, 2018 Contents Introduction... 1 1. KronoDesk... 2 2. Zendesk... 7 Introduction SpiraTeam is an integrated Application Lifecycle

More information

ServiceNow Okta Identity Cloud for ServiceNow application Deployment Guide Okta Inc.

ServiceNow Okta Identity Cloud for ServiceNow application Deployment Guide Okta Inc. ServiceNow Okta Identity Cloud for ServiceNow application Deployment Guide Okta Identity Cloud for ServiceNow Configuring the Okta Application from the ServiceNow App Store Okta Inc. 301 Brannan Street

More information

PowerExchange for Facebook: How to Configure Open Authentication using the OAuth Utility

PowerExchange for Facebook: How to Configure Open Authentication using the OAuth Utility PowerExchange for Facebook: How to Configure Open Authentication using the OAuth Utility 2013 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means

More information

SpiraTeam Help Desk Integration Guide Inflectra Corporation

SpiraTeam Help Desk Integration Guide Inflectra Corporation / SpiraTeam Help Desk Integration Guide Inflectra Corporation Date: June 12, 2017 Contents Introduction... 1 1. Zendesk... 2 Introduction SpiraTeam is an integrated Application Lifecycle Management (ALM)

More information

Partner Information. Integration Overview Authentication Methods Supported

Partner Information. Integration Overview Authentication Methods Supported Partner Information Partner Name Product Name Integration Overview Authentication Methods Supported Client Integration F5 Networks FirePass VPN User Name - Security Code User Name - Password - Security

More information

Set-Up Guide for Lightning Experience of Salesforce.com

Set-Up Guide for Lightning Experience of Salesforce.com Set-Up Guide for Lightning Experience of Salesforce.com MultiMatch for Professional, Enterprise and Unlimited editions This guide is for those with email hosting at Office 365 (without Global Admin role),

More information

THOMSON REUTERS Tick History MARCH 2017 QUICK START GUIDE

THOMSON REUTERS Tick History MARCH 2017 QUICK START GUIDE THOMSON REUTERS Tick History MARCH 07 QUICK START GUIDE Thomson Reuters 07. All Rights Reserved. Thomson Reuters, by publishing this document, does not guarantee that any information contained herein is

More information

Agile Studio WORKING WITH DEVELOPMENT SYSTEMS ON PREVIOUS PEGA PLATFORM RELEASES 7.3

Agile Studio WORKING WITH DEVELOPMENT SYSTEMS ON PREVIOUS PEGA PLATFORM RELEASES 7.3 Agile Studio WORKING WITH DEVELOPMENT SYSTEMS ON PREVIOUS PEGA PLATFORM RELEASES 7.3 2017 Pegasystems Inc., Cambridge, MA All rights reserved. Trademarks For Pegasystems Inc. trademarks and registered

More information

AvePoint Cloud Governance. Release Notes

AvePoint Cloud Governance. Release Notes AvePoint Cloud Governance Release Notes January 2018 New Features and Improvements AvePoint Cloud Governance now includes a My Groups report, which shows users a list of Office 365 groups they own or are

More information

Salesforce Integration User Guide. Cvent, Inc 1765 Greensboro Station Place McLean, VA

Salesforce Integration User Guide. Cvent, Inc 1765 Greensboro Station Place McLean, VA Salesforce Integration User Guide 2017 Cvent, Inc 1765 Greensboro Station Place McLean, VA 22102 www.cvent.com Contents Salesforce Integration User Guide... 3 Setting Up Your Account... 4 Helpful Hints...

More information

Set-Up Guide for Classic Salesforce.com

Set-Up Guide for Classic Salesforce.com Set-Up Guide for Classic Salesforce.com MultiMatch for Professional, Enterprise and Unlimited editions This guide is for those with email hosting at Office 365 (without Global Admin role), Google or other

More information

One Identity Starling Two-Factor Desktop Login 1.0. Administration Guide

One Identity Starling Two-Factor Desktop Login 1.0. Administration Guide One Identity Starling Two-Factor Desktop Login 1.0 Administration Guide Copyright 2018 One Identity LLC. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software

More information

AvePoint Cloud Governance. Release Notes

AvePoint Cloud Governance. Release Notes AvePoint Cloud Governance Release Notes Table of Contents New Features and Improvements: June 2018... 2 New Features and Improvements: May 2018... 3 New Features and Improvements: April 2018... 4 New Features

More information

Oracle Cloud Using the Evernote Adapter. Release 17.3

Oracle Cloud Using the Evernote Adapter. Release 17.3 Oracle Cloud Using the Evernote Adapter Release 17.3 E69234-07 September 2017 Oracle Cloud Using the Evernote Adapter, Release 17.3 E69234-07 Copyright 2016, 2017, Oracle and/or its affiliates. All rights

More information

Set-Up Guide for Lightning Edition of Salesforce.com

Set-Up Guide for Lightning Edition of Salesforce.com Set-Up Guide for Lightning Edition of Salesforce.com MultiMatch Cloud Release 7.1.1 Table of Contents 1. Prior to installing package, Enable Chatter and Actions in Publisher... 2 2. Install MatchMyEmail

More information

AvePoint Governance Automation 2. Release Notes

AvePoint Governance Automation 2. Release Notes AvePoint Governance Automation 2 Release Notes Service Pack 2, Cumulative Update 1 Release Date: June 2018 New Features and Improvements In the Create Office 365 Group/Team service > Governance Automation

More information

Tzunami Deployer Confluence Exporter Guide

Tzunami Deployer Confluence Exporter Guide Tzunami Deployer Confluence Exporter Guide Supports extraction of Confluence Enterprise contents and migrate to Microsoft SharePoint using Tzunami Deployer. Version 3.2 Table of Contents PREFACE... II

More information

Single Sign-On Guide. PrismHR API 1.14

Single Sign-On Guide. PrismHR API 1.14 Single Sign-On Guide PrismHR API 1.14 Copyright Notice The information in this document is subject to change without notice. PrismHR shall not be liable for any technical or editorial errors contained

More information

Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Primavera Portfolio Management 9.0 What s New Copyright 1999-2011, Oracle and/or its affiliates. The Programs (which include both the software and documentation) contain proprietary information; they are

More information

API Portal Version December User Guide

API Portal Version December User Guide API Portal Version 7.5.4 8 December 2017 User Guide Copyright 2017 Axway All rights reserved. This documentation describes the following Axway software: Axway API Portal 7.5.4 No part of this publication

More information

Single Sign-On with Sage People and Microsoft Active Directory Federation Services 2.0

Single Sign-On with Sage People and Microsoft Active Directory Federation Services 2.0 Single Sign-On with Sage People and Microsoft Active Directory Federation Services 2.0 Version 1.93 SP-SSO-XXX-IG-201901--R001.93 Sage 2019. All rights reserved. This document contains information proprietary

More information

Salesforce Enterprise Edition Upgrade Guide

Salesforce Enterprise Edition Upgrade Guide Salesforce Enterprise Edition Upgrade Guide Salesforce, Spring 16 @salesforcedocs Last updated: February 11, 2016 Copyright 2000 2016 salesforce.com, inc. All rights reserved. Salesforce is a registered

More information

Adobe Document Cloud esign Services. for Salesforce Version 17 Upgrade Guide

Adobe Document Cloud esign Services. for Salesforce Version 17 Upgrade Guide Adobe Document Cloud esign Services for Salesforce Version 17 Upgrade Guide 2015 Adobe Systems Incorporated. All Rights Reserved. Last Updated: August 25, 2015 Table of Contents Upgrading from a previous

More information

Salesforce Integration. With FortiVoice Enterprise Technical Note

Salesforce Integration. With FortiVoice Enterprise Technical Note Salesforce Integration With FortiVoice Enterprise Technical Note Salesforce Integration Technical Note Aug 2, 2018 Copyright 2013 Fortinet, Inc. All rights reserved. Fortinet, FortiGate, and FortiGuard,

More information

Guide for Administrators. Updated November 12, Page 1 of 31

Guide for Administrators. Updated November 12, Page 1 of 31 novaresourcesync v.5.3 Guide for Administrators Updated November 12, 2013 Page 1 of 31 Copyright, Trademarks, and Legal Tempus Nova Inc. 1755 Blake Street Denver, CO 80202 www.tempusnova.com November 12,

More information

Create and Manage Partner Portals

Create and Manage Partner Portals Create and Manage Partner Portals Salesforce, Summer 18 @salesforcedocs Last updated: June 20, 2018 Copyright 2000 2018 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark of

More information

USER S MANUAL. TryBooking Salesforce Integration Page 2

USER S MANUAL. TryBooking Salesforce Integration Page 2 User s Manual USER S MANUAL 1.0 Overview... 3 2.0 Getting Started... 3 2.1 Installation and Logging In... 3 2.2 Connecting your TryBooking Account... 6 2.2.1 Salesforce Account Settings... 6 2.2.2 Connecting

More information

REST API Operations. 8.0 Release. 12/1/2015 Version 8.0.0

REST API Operations. 8.0 Release. 12/1/2015 Version 8.0.0 REST API Operations 8.0 Release 12/1/2015 Version 8.0.0 Table of Contents Business Object Operations... 3 Search Operations... 6 Security Operations... 8 Service Operations... 11 Business Object Operations

More information

Adobe Document Cloud esign Services. for Salesforce Version 17 Installation and Customization Guide

Adobe Document Cloud esign Services. for Salesforce Version 17 Installation and Customization Guide Adobe Document Cloud esign Services for Salesforce Version 17 Installation and Customization Guide 2015 Adobe Systems Incorporated. All rights reserved. Last Updated: August 28, 2015 Table of Contents

More information

PingOne. How to Set Up a PingFederate Connection to the PingOne Dock. Quick Start Guides. Version 1.1 December Created by: Ping Identity Support

PingOne. How to Set Up a PingFederate Connection to the PingOne Dock. Quick Start Guides. Version 1.1 December Created by: Ping Identity Support PingOne Quick Start Guides How to Set Up a PingFederate Connection to the PingOne Dock Version 1.1 December 2014 Created by: Ping Identity Support Disclaimer This document is proprietary and not for general

More information

SAP Global Track and Trace Onboarding Guide

SAP Global Track and Trace Onboarding Guide SAP Global Track and Trace Onboarding Guide Document Version: Cloud 2019.04a Implementation Guide PUBLIC TABLE OF CONTENTS 1 INTRODUCTION... 3 1.1 Prerequisite... 3 1.2 Overview... 3 2 SET UP AN SAP CLOUD

More information

NN Markedsdata application installation instruction

NN Markedsdata application installation instruction NN Markedsdata application installation instruction This document is a guide for installing NN Markedsdata application to your Salesforce organization. Following instruction prepared for people with Salesforce

More information

Deployment Guide for Avaya Scopia Add-in for IBM Lotus Notes

Deployment Guide for Avaya Scopia Add-in for IBM Lotus Notes Deployment Guide for Avaya Scopia Add-in for IBM Lotus Notes For Solution 8.3 March 2014 2000-2014 Avaya Inc. All intellectual property rights in this publication are owned by Avaya Inc. and are protected

More information

Match My . Set-Up Guide. Single Match Version Single Match Set-Up Guide RAE Internet Inc

Match My  . Set-Up Guide. Single Match Version Single Match Set-Up Guide RAE Internet Inc Match My Email Set-Up Guide Single Match Version 2.0.4 Single Match Set-Up Guide RAE Internet Inc. 2012 1 Copyright 2011-2012, RAE Internet Inc. (dba Match My Email). This document is the copyrighted intellectual

More information

Integrating VMware Workspace ONE with Okta. VMware Workspace ONE

Integrating VMware Workspace ONE with Okta. VMware Workspace ONE Integrating VMware Workspace ONE with Okta VMware Workspace ONE You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments about this

More information

Yubico with Centrify for Mac - Deployment Guide

Yubico with Centrify for Mac - Deployment Guide CENTRIFY DEPLOYMENT GUIDE Yubico with Centrify for Mac - Deployment Guide Abstract Centrify provides mobile device management and single sign-on services that you can trust and count on as a critical component

More information

Migrating to MIL-Comply SQL Server Edition

Migrating to MIL-Comply SQL Server Edition Migrating to MIL-Comply SQL Server Edition Step by step instructions for migrating MIL-Comply s local database to Microsoft SQL Server or SQL Server Express. Pre-start Checklist: The following items must

More information

Software Token. Installation and User Guide. 22 September 2017

Software Token. Installation and User Guide. 22 September 2017 Software Token Installation and User Guide 22 September 2017 Notices Following are policies pertaining to proprietary rights and trademarks. Proprietary Rights The information contained in this document

More information

Profiles (permissions) Document Version: V1.6 March 2018

Profiles (permissions) Document Version: V1.6 March 2018 Profiles (permissions) Document Version: V1.6 March 2018 Profiles (permissions) Create profiles with different permission sets for greater role flexibility At LiveEngage we recognize that every brand is

More information

Bomgar PA Integration with ServiceNow

Bomgar PA Integration with ServiceNow Bomgar PA Integration with ServiceNow 2017 Bomgar Corporation. All rights reserved worldwide. BOMGAR and the BOMGAR logo are trademarks of Bomgar Corporation; other trademarks shown are the property of

More information

REACH Remote Deposit Capture

REACH Remote Deposit Capture REACH Remote Deposit Capture Company Administration CONTENTS Introduction to REACH... 1 Overview of Roles... 1 Session Timeouts and Maintenance... 1 User Login... 2 Login via Online Cash Management...

More information

Match My . Set-Up Guide for Group and Professional Editions of Salesforce.com. MultiMatch Version 4.0.2

Match My  . Set-Up Guide for Group and Professional Editions of Salesforce.com. MultiMatch Version 4.0.2 Match My Email Set-Up Guide for Group and Professional Editions of Salesforce.com MultiMatch Version 4.0.2 MultiMatch Set-Up Guide RAE Internet Inc. 2014 1 Copyright 2011-2014, RAE Internet Inc. (dba Match

More information

Match My . Set-Up Guide for Enterprise and Unlimited Editions of Salesforce.com. MultiMatch Version 3.1.2

Match My  . Set-Up Guide for Enterprise and Unlimited Editions of Salesforce.com. MultiMatch Version 3.1.2 Match My Email Set-Up Guide for Enterprise and Unlimited Editions of Salesforce.com MultiMatch Version 3.1.2 MultiMatch Set-Up Guide RAE Internet Inc. 2014 1 Copyright 2011-2014, RAE Internet Inc. (dba

More information

ONE ID Identity and Access Management System

ONE ID Identity and Access Management System ONE ID Identity and Access Management System Local Registration Authority User Guide Document Identifier: 2274 Version: 1.8 Page 1 Copyright Notice Copyright 2011, ehealth Ontario All rights reserved No

More information

Enterprise Vault.cloud CloudLink Google Account Synchronization Guide. CloudLink to 4.0.3

Enterprise Vault.cloud CloudLink Google Account Synchronization Guide. CloudLink to 4.0.3 Enterprise Vault.cloud CloudLink Google Account Synchronization Guide CloudLink 4.0.1 to 4.0.3 Enterprise Vault.cloud: CloudLink Google Account Synchronization Guide Last updated: 2018-06-08. Legal Notice

More information

RSA Two Factor Authentication

RSA Two Factor Authentication RSA Two Factor Authentication Feature Description VERSION: 6.0 UPDATED: JULY 2016 Copyright Notices Copyright 2002-2016 KEMP Technologies, Inc.. All rights reserved.. KEMP Technologies and the KEMP Technologies

More information

Match My . Set-Up Guide. MultiMatch Version Match My Set-Up Guide RAE Internet Inc

Match My  . Set-Up Guide. MultiMatch Version Match My  Set-Up Guide RAE Internet Inc Match My Email Set-Up Guide MultiMatch Version 2.0.2 Match My Email Set-Up Guide RAE Internet Inc. 2011 1 Copyright 2011, RAE Internet Inc. (dba Mailspect Inc. and Match My Email). This document is the

More information

Chime for Lync High Availability Setup

Chime for Lync High Availability Setup Chime for Lync High Availability Setup Spring 2017 Copyright and Disclaimer This document, as well as the software described in it, is furnished under license of the Instant Technologies Software Evaluation

More information

Adding Users to Existing Match My Account

Adding Users to Existing Match My  Account Adding Users to Existing Match My Email Account 1. Cloud Admin for Match My Email logs in at https://matchmyemail.com 2. Navigate to Settings > Domains & Users OR 3. Add Domain with following steps. If

More information

Set-Up Guide for MultiMatch Group and Professional Editions (Salesforce Classic)

Set-Up Guide for MultiMatch Group and Professional Editions (Salesforce Classic) Set-Up Guide for MultiMatch Group and Professional Editions (Salesforce Classic) Table of Contents 1. Prior to installing package, Enable Chatter and Actions in Publisher... 2 2. Install MatchMyEmailApplication

More information

Set Up and Manage Salesforce Communities

Set Up and Manage Salesforce Communities Set Up and Manage Salesforce Communities Salesforce, Spring 16 @salesforcedocs Last updated: April 28, 2016 Copyright 2000 2016 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark

More information

City National E Deposit SM User Guide

City National E Deposit SM User Guide City National E Deposit SM User Guide July 2016 Copyright 2016 by City National Bank Member FDIC All rights reserved. No part of this User Guide may be reproduced or transmitted in any form or by any means,

More information

Installation & Configuration Guide Enterprise/Unlimited Edition

Installation & Configuration Guide Enterprise/Unlimited Edition Installation & Configuration Guide Enterprise/Unlimited Edition Version 2.3 Updated January 2014 Table of Contents Getting Started... 3 Introduction... 3 Requirements... 3 Support... 4 Recommended Browsers...

More information

Click Studios. Passwordstate. Remote Session Launcher. Installation Instructions

Click Studios. Passwordstate. Remote Session Launcher. Installation Instructions Passwordstate Remote Session Launcher Installation Instructions This document and the information controlled therein is the property of Click Studios. It must not be reproduced in whole/part, or otherwise

More information

SADP Software User Manual

SADP Software User Manual SADP Software User Manual UD08334B User Manual COPYRIGHT 2017 Hangzhou Hikvision Digital Technology Co., Ltd. ALL RIGHTS RESERVED. Any and all information, including, among others, wordings, pictures,

More information

rdesk CRM v7.0 Release Notes

rdesk CRM v7.0 Release Notes rdesk CRM v7.0 Release Notes September 30th, 2010 LPS Real Estate Group is proud to announce the release of rdesk CRM v7.0. These Release Notes highlight new or improved features of the product and the

More information

User Manual Zultys Outlook Communicator V.2

User Manual Zultys Outlook Communicator V.2 Technical Publications January 13 User Manual Zultys Outlook Communicator V.2 Author: Zultys Technical Support Department. Z Z u l t y s, I n c. 7 8 5 L u c e r n e S u n n y v a l e, C a l i f o r n i

More information

Deploy Enhancements from Sandboxes

Deploy Enhancements from Sandboxes Deploy Enhancements from Sandboxes Salesforce, Spring 18 @salesforcedocs Last updated: April 13, 2018 Copyright 2000 2018 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark

More information

Louisiana Medicaid Management Information System (LMMIS)

Louisiana Medicaid Management Information System (LMMIS) Louisiana Medicaid Management Information System (LMMIS) LAMedicaid Provider Login (Admin Manage Users) User Manual Date Created: 09/17/2018 Prepared By Technical Communications Group Molina Medicaid Solutions

More information

SETTING UP YOUR.NET DEVELOPER ENVIRONMENT

SETTING UP YOUR.NET DEVELOPER ENVIRONMENT SETTING UP YOUR.NET DEVELOPER ENVIRONMENT Summary Configure your local dev environment for integrating with Salesforce using.net. This tipsheet describes how to set up your local environment so that you

More information

Using OAuth 2.0 to Access ionbiz APIs

Using OAuth 2.0 to Access ionbiz APIs Using OAuth 2.0 to Access ionbiz APIs ionbiz APIs use the OAuth 2.0 protocol for authentication and authorization. ionbiz supports common OAuth 2.0 scenarios such as those for web server, installed, and

More information

BLOOMBERG VAULT FOR FILES. Administrator s Guide

BLOOMBERG VAULT FOR FILES. Administrator s Guide BLOOMBERG VAULT FOR FILES Administrator s Guide INTRODUCTION 01 Introduction 02 Package Installation 02 Pre-Installation Requirement 02 Installation Steps 06 Initial (One-Time) Configuration 06 Bloomberg

More information

SETTING UP YOUR.NET DEVELOPER ENVIRONMENT

SETTING UP YOUR.NET DEVELOPER ENVIRONMENT SETTING UP YOUR.NET DEVELOPER ENVIRONMENT Summary Configure your local dev environment for integrating with Salesforce using.net. This tipsheet describes how to set up your local environment so that you

More information

SADP Software for Mac. User Manual

SADP Software for Mac. User Manual SADP Software for Mac User Manual Legal Information and Symbol Conventions Legal Information User Manual 2018 Hangzhou Hikvision Digital Technology Co., Ltd. About this Manual This Manual is subject to

More information

Install Guide WINTER '15 REVISION C. C o p y r i g h t C l o u d A p p s L t d

Install Guide WINTER '15 REVISION C. C o p y r i g h t C l o u d A p p s L t d Install Guide WINTER '15 REVISION C C o p y r i g h t 2 0 1 4 C l o u d A p p s L t d 1 Table of Contents Introduction... 3 Version History... 4 Requirements... 5 Salesforce Organisation Types... 5 Salesforce

More information

Blazer Express FAQ. Blazer Express V1.4 Frequently Asked Questions (FAQ)

Blazer Express FAQ. Blazer Express V1.4 Frequently Asked Questions (FAQ) Blazer Express V1.4 Frequently Asked s (FAQ) Frequently Asked s COPYRIGHT 2017 Hangzhou Hikvision Digital Technology Co., Ltd. ALL RIGHTS RESERVED. Any and all information, including, among others, wordings,

More information

LiveEngage Secure Form. Document Version: 1.2 June 2018

LiveEngage Secure Form. Document Version: 1.2 June 2018 Document Version: 1.2 June 2018 Contents Introduction... 3 Secure Form Benefits... 3 European Security Standards... 3 When to Use the LiveEngage Secure Form...4 PCI-DSS Compliance... 4 How it Works...

More information

Novell Access Manager

Novell Access Manager Quick Start AUTHORIZED DOCUMENTATION Novell Access Manager 3.1 SP2 June 11, 2010 www.novell.com Novell Access Manager 3.1 SP2 Quick Start Legal Notices Novell, Inc., makes no representations or warranties

More information

Salesforce Mobile App Security Guide

Salesforce Mobile App Security Guide Salesforce Mobile App Security Guide Version 3, 0 @salesforcedocs Last updated: October 11, 2018 Copyright 2000 2018 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark of salesforce.com,

More information

Salesforce External Identity Implementation Guide

Salesforce External Identity Implementation Guide Salesforce External Identity Implementation Guide Salesforce, Summer 17 @salesforcedocs Last updated: September 28, 2017 Copyright 2000 2017 salesforce.com, inc. All rights reserved. Salesforce is a registered

More information

Nimsoft Service Desk. Single Sign-On Configuration Guide. [assign the version number for your book]

Nimsoft Service Desk. Single Sign-On Configuration Guide. [assign the version number for your book] Nimsoft Service Desk Single Sign-On Configuration Guide [assign the version number for your book] Legal Notices Copyright 2012, CA. All rights reserved. Warranty The material contained in this document

More information

RSA Archer GRC Application Guide

RSA Archer GRC Application Guide RSA Archer GRC Application Guide Version 1.2 vember 2017 Contact Information RSA Link at https://community.rsa.com contains a knowledgebase that answers common questions and provides solutions to known

More information

Multichannel Connect for Salesforce CRM Integration Guide

Multichannel Connect for Salesforce CRM Integration Guide Multichannel Connect for Salesforce CRM Integration Guide Version 6.6 8x8 Proprietary Copyright 2010, Contactual, Inc. All rights reserved. This document is provided for information purposes only and the

More information

API Gateway. Version 7.5.1

API Gateway. Version 7.5.1 O A U T H U S E R G U I D E API Gateway Version 7.5.1 15 September 2017 Copyright 2017 Axway All rights reserved. This documentation describes the following Axway software: Axway API Gateway 7.5.1 No part

More information