Agile Studio IMPLEMENTATION GUIDE 7.3.1

Size: px
Start display at page:

Download "Agile Studio IMPLEMENTATION GUIDE 7.3.1"

Transcription

1 Agile Studio IMPLEMENTATION GUIDE 7.3.1

2 2017 Pegasystems Inc., Cambridge, MA All rights reserved. Trademarks For Pegasystems Inc. trademarks and registered trademarks, all rights reserved. All other trademarks or service marks are property of their respective holders. For information about the third-party software that is delivered with the product, refer to the third-party license file on your installation media that is specific to your release. Notices This publication describes and/or represents products and services of Pegasystems Inc. It may contain trade secrets and proprietary information that are protected by various federal, state, and international laws, and distributed under licenses restricting their use, copying, modification, distribution, or transmittal in any form without prior written authorization of Pegasystems Inc. This publication is current as of the date of publication only. Changes to the publication may be made from time to time at the discretion of Pegasystems Inc. This publication remains the property of Pegasystems Inc. and must be returned to it upon request. This publication does not imply any commitment to offer or deliver the products or services described herein. This publication may include references to Pegasystems Inc. product features that have not been licensed by you or your company. If you have questions about whether a particular capability is included in your installation, please consult your Pegasystems Inc. services consultant. Although Pegasystems Inc. strives for accuracy in its publications, any publication may contain inaccuracies or typographical errors, as well as technical inaccuracies. Pegasystems Inc. shall not be liable for technical or editorial errors or omissions contained herein. Pegasystems Inc. may make improvements and/or changes to the publication at any time without notice. Any references in this publication to non-pegasystems websites are provided for convenience only and do not serve as an endorsement of these websites. The materials at these websites are not part of the material for Pegasystems products, and use of those websites is at your own risk. Information concerning non-pegasystems products was obtained from the suppliers of those products, their publications, or other publicly available sources. Address questions about non-pegasystems products to the suppliers of those products. This publication may contain examples used in daily business operations that include the names of people, companies, products, and other third-party publications. Such examples are fictitious and any similarity to the names or other data used by an actual business enterprise or individual is coincidental. This document is the property of: Pegasystems Inc. One Rogers Street Cambridge, MA USA Phone: Fax: (617) DOCUMENT: Agile Studio Implementation Guide SOFTWARE VERSION: PUBLISHED: Friday, December 01, 2017 Feedback If you have suggestions or comments for how we can improve our materials, send an to AppDocBug@pega.com.

3 CONTENTS Introduction 5 Post-install setup tasks 6 Update the account 6 Updating the account 6 Enable the work object search index 7 Set up a connection to a development system 7 Configuring settings 9 Build your organization structure 9 Creating the structure 9 Option 1 10 Option 2 10 Add rulesets and an application rule 10 Adding a customization ruleset 10 Adding a reporting ruleset 11 Temporarily add the customization ruleset to your access group 11 Adding the application rule 12 Remove the customization ruleset from the access group 13 Creating the access groups 14 Updating operators 15 Add project resources 15 Removing operator access to Agile Studio 16 Operator privileges 17 Operator privileges by user 17 Create menu 17 Agile Studio menu 18 Actions and privileges by work type 18 Products (PRD) 18 Releases (RLS) 19 Goals (GOAL) 19 Epics (EPIC) 20 Agile Studio Implementation Guide 3

4 Project Teams (PROJ) 20 Sprints (SPR) 21 User Stories (US) 22 Backlogs (BL) 22 Tasks (TASK) 23 Bugs (BUG) 23 Issues (ISSUE) 24 Feedback (FDBK) 25 Integration 26 Integrating with external systems 26 Agile Studio Implementation Guide 4

5 Introduction Introduction This guide provides system administrators with detailed instructions about how to perform postinstallation setup and configuration tasks that should be completed before users begin working in the Agile Studio application. It is not intended to describe all Agile Studio capabilities. Agile Studio Implementation Guide 5

6 Post-install setup tasks Post-install setup tasks User: System Administrator After installation, the following setup tasks are required to prepare Agile Studio for acceptance testing and general use. These tasks allow you to fully demonstrate and run through the various features, functions, and processes supported in the application. Update the account Enable the work object search index Set up a connection to a development system When you have completed these setup tasks, perform the configuration tasks outlined in Configuring settings on page 9. Update the account User: System Administrator Agile Studio uses an Account instance named PegaProjMgmt-Work to define the server and account it uses to send notifications to resources when new work is assigned to them and when work for their project team is updated. To enable this function, update the instance with your organization's outgoing account host, address, and sender information. Updating the account 1. Log in to Agile Studio as the AgileStudioSysAdmin operator using the password install. 2. Select the Designer Studio > Integration> > Outbound landing page option. 3. In the PegaProjMgmt-Work Work Pool row, click the gear icon to edit the account details. 4. Update the following fields: Full Name - enter text that you want to appear as the full name of the sender. Agile Studio Implementation Guide 6

7 Post-install setup tasks From - enter the address associated with this account using the format recognized by your (SMTP) host. Typically, the format is address@mydomain.com. If your SMTP host requires authentication, include character. Host (SMTP) - enter the Internet IP address or the domain name of your SMTP host. For example: your server.mydomain.com 5. Click Submit. Agile Studio also supports Pulse notifications. For more information, see Configuring Pulse notifications. Enable the work object search index User: System Administrator The Agile Studio Search Tool, located on the header of the user portal, provides full text search capability. Users can enter text strings to search for, locate, and display project work objects such as projects, sprints, user stories, tasks, and more. We recommend that you enable search indexing for work, data, and rules. For information on enabling search indexing, see Enabling and disabling classes for search indexing. Set up a connection to a development system User: System Administrator You can skip this step if your development system is not built on Pega Platform or you are not planning to connect to a system. You can establish a connection between Agile Studio and one or more Pega Platform development systems built on Pega This connection allows users to create, view, and update user stories and bugs within the Agile Workbench feature of their Pega Platform development system and allows developers to associate rule changes with their Agile Studio user stories and bugs. Agile Studio Implementation Guide 7

8 Post-install setup tasks All connection setup tasks are performed in your development system. Repeat the setup process in each development system where you are planning to track and monitor project work. For information on connecting a Pega Platform development system to Agile Studio from the Integration & security tab of your application, see Integrating Agile Workbench with Pega Agile Studio. For information on connecting development systems on earlier versions of Pega Platform to Agile Studio, see Working with Development Systems on Previous Pega Platform Releases on the Agile Studio product page. Agile Studio to Pega Platform integration provides an operator for authentication. For the SOAP Services, this operator ID is PM_ SOAPOper and for REST it is AS_RESTOper. For added security, before you put Agile Studio into production, you may want to change the password on this operator ID in Agile Studio and in the authentication profiles in the development environment. The authentication profile used by SOAP is PM_Integration_AuthProfile and REST uses PM_AgileStudio_ AuthProfile. To enable an OAuth 2.0 connection for the REST connections, add a client registration data instance and update the service package as specified in Accessing the Pega API by using OAuth 2.0. On the Pega development side, create an OAuth provider and delete and recreate the PM_ AgileStudio_AuthProfile Authentication Profile as specified in Accessing protected API resources by using OAuth 2.0. Agile Studio Implementation Guide 8

9 Configuring settings Users: System Administrator, Senior Project Manager, Project Manager After you complete the post-install setup, there are several configuration tasks that you perform to complete the typical configuration setup before users begin to access the system for testing and start to customize it as a production environment. Although these tasks can be performed at a later time, it is a recommended practice to perform them after you have completed the post install setup tasks. Build your organization structure Add rulesets and an application rule Add project resources Operator privileges Build your organization structure User: System Administrator Agile Studio includes a basic organizational structure that provides a working sample for demonstration and learning purposes. To configure and prepare for production use, you can build a structure that emulates your corporation and its divisions and departments. When pulled into reports, this structure enables you to view work that is complete or in-process by the units in your organization. As an administrator, you can view a tree of the installed organization and its branches by selecting the Designer Studio > Org & Security > Organization> Organizational Chart landing page option. Creating the structure You can create your structure using one of two options. Agile Studio Implementation Guide 9

10 Option 1 Update the Organization tree directly in Designer Studio. For more information, see Organization landing page. Option 2 Integrate Agile Studio with the Pega Single Sign-on features that synchronize the organization chart with your LDAP directory. For more information about this option, see Authentication Services or talk to your Pega Platform implementation team. Add rulesets and an application rule User: System Administrator Adding new rulesets and an Application rule enables you to store and package the configuration and rules you create when you customize Agile Studio without impacting your installed rule base. It also allows users to create and save custom reports using the Report Wizard and Report Browser tools. This process entails: Adding two rulesets - one for configuration customization and one for reporting Adding an Application Rule that references the rulesets Creating Access Groups Updating operators Adding a customization ruleset This ruleset is intended to hold your Agile Studio configuration customizations and its extension points separating them from the installed PegaRULES database. 1. From the Records Explorer, expand the Sysadmin category. Right-click RuleSet and select New. Do not create the ruleset using a Save As option on an existing ruleset such as PegaProjectMgmt. These are password protected. The Save As function carries over the protection into the new ruleset. Before you use this ruleset in a production environment, you should lock it. You can then increment the version and create new unlocked versions for additional customization. Agile Studio Implementation Guide 10

11 2. Enter a RuleSet Name for the ruleset and move to the next field. The system provides default values in the Version and Description fields. 3. Click Create and open. Then click Save. Adding a reporting ruleset This ruleset is intended to hold the custom categories and reports created by users using the Report Browser. If you choose not to add this ruleset and reference it in the access group of users who can access the Report Browser tab, those users will be unable to add a new report or report category. An error message displays, preventing them from completing the action. To add the reporting ruleset, complete the following steps: 1. From the Records Explorer, expand the Sysadmin category. Right-click RuleSet and select New. Do not create the ruleset using a Save As option on an existing ruleset such as PegaCustFoundation or PegaProjectMgmt. These are password-protected rulesets. The Save As function carries over the protection into the new ruleset. This ruleset should remain unlocked with Check-Out disabled in your production environment to allow users to customize reports. 2. Enter a RuleSet Name for the ruleset and tab to the next field. The system provides default values in the Version and Description fields. 3. Click Create and open. 4. On the Security tab, clear the Use Check-out? check box. 5. Click Save. Temporarily add the customization ruleset to your access group In order to add a custom application to Agile Studio, you must add the ruleset to your current Access Group, which is the Agile Studio system administration access group installed with the product. 1. From your name in the header of the portal, select the Access Group menu option to open the access group you are currently using. 2. On the Advanced tab of the Access Group, add your customization ruleset to the PRODUCTION Agile Studio Implementation Guide 11

12 RULESETS list. 3. Click Save. The rule form will display a warning due to the production ruleset. Adding the application rule 1. From the Records Explorer, expand the Application Definition category. Right-click Application and select Create. 2. Enter a Label and Version. In the Context section, select the customization ruleset you created. 3. Click Create and open. 4. Enter the following information on the Definition tab: a. In the Built on Application field, select AgileStudio and its highest version. b. Add the customization and reporting rulesets you created to the APPLICATION RULESETS list. c. Set the skin to AgileStudio. 5. Click Save. 6. Set up the Cases & data tab as shown below: Agile Studio Implementation Guide 12

13 7. Click Save. Remove the customization ruleset from the access group 1. From your name in the header of the portal, select the Access Group menu option to open the access group you are currently using. 2. On the Advanced tab of the Access Group, click the trash icon to delete the customization ruleset from the PRODUCTION RULESETS list. 3. Click Save. Agile Studio Implementation Guide 13

14 Creating the access groups Agile Studio is installed with five preconfigured access groups that you can copy, rename,and set up to reference the custom application you created while maintaining the access and privileges that have already been associated with the groups. 1. Select the Designer Studio > Org & Security > Security > Access Groups landing page option. 2. Select one of the AgileStudio access groups and click Save as. 3. Give it an Access Group Name that represents access to your custom development application and the user's role. The following screenshot provides a best practice example of naming an access group using the sample Agile Studio:SrProjManager access group where the application name is followed by the user role separated by a colon (:). 4. On the Definition tab, select the custom Application Name and Version you created. 5. On the Advanced tab, add your reporting ruleset and Version to the PRODUCTION RULESETS and DESIGN TIME CONFIGURATION lists. This allows users to create custom reports. 6. Click Save. 7. Repeat these steps for each access group. Agile Studio Implementation Guide 14

15 Updating operators Agile Studio is also installed with sample operators that you can use to create your own operators. You can update them to reference the access groups you created in the previous step and then use these operators to create your project resources. 1. Select the Designer Studio > Org & Security > Organization > Operators landing page option. 2. Select an operator. 3. In the APPLICATION ACCESS section of the Profile tab, click the plus icon to add a row to the ACCESS GROUP list. Select the radio button next to the custom access group you created to make the application the default application. 4. Click Save. 5. Repeat these steps for each operator you want to update. Add project resources Users: System Administrator, Senior Project Manager, Project Manager Project resources are operators that are assigned to create, manage, and complete project work. Agile Studio is installed with five sample operators that represent the typical project administrative and team roles with different levels of security and privilege associated with their project role and function. Agile Studio Implementation Guide 15

16 System Administrator - performs technical and operational tasks; has access to the Agile Studio developer portal Senior Project Manager - performs a combination of administrative, product management and project management functions Project Manager - performs day-to-day project management functions to create, oversee, track, and manage projects Lead Architect - oversees and leads the application development effort; performs development tasks and bug fixes System Architect - performs development tasks and bug fixes This table lists the operators configured in Agile Studio and their associated access groups, access roles, and portal. Passwords are set to install. You can use them as models and starting points to assess your resource needs and add your own project resources. If you are connecting Agile Studio to a 5.5, 6.1, or 6.2 development environment, the operator IDs must be identical in Agile Studio and the development system in order to correctly pull the user s Agile Studio worklist into Designer Studio. Operator ID Access Group Access Role Portal AgileStudioSysAdmin AgileStudio:SysAdmin PegaProjectMgmt:SrProjectManager Developer SrProjectManager AgileStudio:SrProjManager PegaProjectMgmt:SrProjectManager WorkManager ProjectManager AgileStudio:ProjManager PegaProjectMgmt:ProjectManager WorkManager AgileStudioLeadArchitect AgileStudio:LeadArchitect PegaProjectMgmt:TechMgr WorkUser AgileStudioSysArchitect AgileStudio:SysArchitect PegaProjectMgmt:User1 Work User Removing operator access to Agile Studio If a user leaves your organization and you no longer want them to access Agile Studio or appear in the list of resources, the best practice is to not delete their operator ID from Agile Studio but to instead create and associate the ID with an access group with a name that includes the word terminated. Agile Studio automatically filters operators with an access group containing this word from the various resource selection lists. Example: Change the operator access group from CustomApplication:ProjManager to CustomApplication:Terminated. Agile Studio Implementation Guide 16

17 Operator privileges Sample operators are configured with a set of privileges that are associated with their access role. The privileges define the processing actions that type of operator has security to perform and correspond to actions that display in the Agile Studio menu on the operator's portal and the Actions menu associated with the processing of project work. Example: All project resources can view a project and add tasks, but only a Project Manager can create a project. To see a list of the actions and privileges for processing functions by operator role, see Operator privileges by user. Operator privileges by user Users: System Administrator, Senior Project Manager, Project Manager The following tables list the menu actions and privileges that are configured for the sample Agile Studio users: Senior Project Manager (SPM), Project Manager (PM), Lead Architect (LA), and System Architect (SA). There is also a separate Access Group and Access Role configured for each user. Use the tables in this topic to help determine the access group and roles you want to assign your resources based upon the functionality you want them to have the security to perform. Operator privileges are associated with the actions that display on the menus accessed by the user. Create menu When a privilege or action is available, the option displays on the Create menu of the user portal. Action Category Create Product AddProduct x Project CreateProject x x Epic AddEpic x x x x Bug Item AddBug x x x x Issue AddIssue x x x x Feedback AddFeedback x x x x Backlog CreateBacklog x x User story AddUserStory x x x x Agile Studio Implementation Guide 17

18 Agile Studio menu When a privilege or action is available, the option displays on the Agile Studio menu of the user portal. Action Category Tools Maintain Resources Maintain Environment Data Bulk Processing tab on Resources & Workbaskets option MaintainResources x x MaintainEnvironmentData x x BulkProcessAssignments x x View Products x x x x Releases x x x x Goals x x x x Epics x x x x Projects x x x x Backlogs x x x x Feedback x x x x Resources & Workbaskets x x x x Actions and privileges by work type When a privilege or action is available for a work type, the option displays in the Create andagile Studio menus and in the list on the Actions tab of the work item. The following tables lists the flow and local action privileges assigned to the Agile Studio work types, as well as the sample operators who have been given the security to perform those actions. Products (PRD) Add product AddProduct x Agile Studio Implementation Guide 18

19 Update product UpdateProduct x Withdraw product Withdraw Product x Retire product RetireProduct x Add backlog for product Add Backlog x Add release for product AddRelease x Add product goal AddGoal x Add note AddNote x x x x Update team UpdateTeam x x Add epic AddEpic x x Associate tags AssociateTags x x x x Reopen resolved product WorkReopen x Add an attachment AddAttachment x x x x Bulk process feedback items FeedbackBulkProcess x x x x Releases (RLS) Add release AddProductVersion x Update release UpdateProductVersion x Withdraw release WithdrawProductVersion x Retire release RetireProductVersion x Manage setting ManageSettings x Add note AddNote x x x x Update trendline Rebaseline x Update team UpdateTeam x Associate tags AssociateTags x x x x Reopen resolved release WorkReopen x Add an attachment AddAttachment x x x x Add release goal AddGoal x Add an epic AddEpic x x Goals (GOAL) Add goal AddGoal x Resolve goal Resolve x Edit goal Edit x Add note AddNote x x x x Agile Studio Implementation Guide 19

20 Enter status update TrackStatus x Reopen a resolved goal WorkReopen x Add epic AddEpic x x Update team UpdateTeam x x Associate tags AssociateTags x x x x Add an attachment AddAttachment x x x x Epics (EPIC) Add epic AddEpic x x x x Resolve epic Resolve x x x x Edit epic Edit x x x x Add note AddNote x x x x Add/import user stories ImportStoriesFromExcel x x x x Enter status update TrackStatus x x x x Add user story AddUserStory x x x x Update priority UpdatePriority x x x x Associate tags AssociateTags x x x x Reassign ReAssign x x x x Reopen a resolved epic WorkReopen x x x x Add a dependency AddDependency x x x x Remove a dependency RemoveDependency x x x x Add an attachment AddAttachment x x x x Update team UpdateTeam x x x x Quick edit QuickEdit x x x x Project Teams (PROJ) Approve project ApproveProjects x x Add/import task groups AddTaskGroups x x Complete project CompleteProject x x Manage resources ManageResources x x Withdraw project ResolveProject x x Update project UpdateProject x x Create project CreateProject x x Copy project CopyProject x x Agile Studio Implementation Guide 20

21 Add/import bugs ImportBugsFromExcel x x x x Add note AddNote x x x x Update trendline Rebaseline x x Add issue AddIssue x x x x Add bug AddBug x x x x Enter a status update TrackStatus x x x x Add a sprint AddSprint x x x Add an attachment AddAttachment x x x x Update team UpdateTeam x x x Bulk process bugs BulkProcessBugs x x x x Bulk process issues BulkProcesIssues x x x x View definition of done ViewDefinitionOfDone x x x x Update definition of done UpdateDefinitionOfDone x x Sprints (SPR) Edit Edit x x x x Add/import bugs ImportBugsFromExcel x x x x Add note AddNote x x x x Update trendline Rebaseline x x x Get additional stories from backlog MoveAdditionalChildItems x x x x Bulk process user stories BuilProcessUserStories x x x x Plan sprint PlanSprint x x x Start sprint StartSprint x x x View definition of done ViewDefinitionOfDone x x x x Resolve sprint ResolveSprint x x x Add user story AddUserStory x x x x Document sprint stories DocumentSprintStories x x x x Document sprint status DocumentSprintStatus x x x x Add a bug item AddBug x x x x Withdraw sprint Withdraw x x x x Add an attachment AddAttachment x x x x Update sprint team UpdateTeam x x x x Bulk process issues BulkProcessIssues x x x x Bulk process bugs BulkProcessBugs x x x x Associate tags AssociateTags x x x x Reopen a resolved sprint WorkReopen x x x x Agile Studio Implementation Guide 21

22 User Stories (US) Edit Edit x x x x Resolve Resolve x x x x Manage resources ManageResources x x x x Add/import bugs ImportBugsFromExcel x x x x Add note AddNote x x x x Add issue to user story AddIssue x x x x Reassign ReAssign x x x x Copy user story CopyUserStory x x x x Spin off related work SpinOffRelatedWork x x x x Add bug to user story AddBug x x x x Move to different parents Move x x x x View definition of done ViewDefinitionOfDone x x x x Associate tags AssociateTags x x x x Add user story AddUserStory x x x x Withdraw Withdraw x x x x Add task to user story AddTask x x x x Reopen a resolved story WorkReopen x x x x Add an attachment AddAttachment x x x x Add a dependency AddDependency x x x x Remove a dependency RemoveDependency x x x x Bulk process a story's bugs BulkProcessBugs x x x x Bulk process a story's issues BulkProcesIssues x x x x Quick edit story from list QuickEdit x x x x Backlogs (BL) Edit Edit x x x x Resolve Resolve x x x x Add/import bugs ImportBugsFromExcel x x x Add/import user stories ImportStoriesFromExcel x x x x Add note AddNote x x x x Add issue to backlog AddIssues x x x x Import stories from application profile ImportFromAP x x x x Agile Studio Implementation Guide 22

23 Document backlog stories DocumentBacklogStories x x x x Add user story to backlog AddUserStory x x x x Copy bug CopyBug x x x x Add bug to backlog AddBug x x x x Bulk process bugs BulkProcessBugs x x x x Bulk process issues BulkProcessIssues x x x x Reopen a resolved backlog WorkReopen x x x x Update team UpdateTeam x x x x Associate tags AssociateTags x x x x Add an attachment AddAttachment x x x x Bulk process stories BulkProcessStories x x x x Export bugs to excel ExportBugsToExcel x x x x Tasks (TASK) Create/add task CreateNewTask x x x x Approve task ApproveTask x x x Complete task CompleteTask x x x x Reject task RejectTask x x x x Resolve task ResolveTask x x x Update task UpdateTask x x x x Verify task VerifyTask x x x x Withdraw task WithdrawTask x x x x Add note AddNote x x x x Add an attachment AddAttachment x x x x Reopen resolved task WorkReopen x x x x Associate tags AssociateTags x x x x Move to different parents Move x x x x Reassign ReAssign x x x x Bugs (BUG) Enter/add bug EnterBug x x x x Approve bug ApproveBug x x x x Resolve bug ResolveBug x x x x Agile Studio Implementation Guide 23

24 Verify bug VerifyBug x x x Add note AddNote x x x x Reassign ReAssign x x x x Spin off related work ActionSpinOffWorkItem x x x x Update parent user story UpdateUserStory x x x x Update priority UpdatePriority x x x x Update parent release UpdateRelease x x x x Request more information RequestMoreInfo x x x x Edit bug Edit x x x x Copy bug CopyBug x x x x Associate tags AssociateTags x x x x Reopen a resolved bug WorkReopen x x x x Add an attachment AddAttachment x x x x Add dependency AddDependency x x x x Remove dependency RemoveDependency x x x x Update team UpdateTeam x x x x Quick edit bug from list QuickEdit x x x x Issues (ISSUE) Enter/add issue EnterIssue x x x x Resolve issue ResolveIssue x x x x Add note AddNote x x x x Update issue UpdateIssue x x x x Reassign ReAssign x x x x Move to different parents Move x x x x Associate tags AssociateTags x x x x Update priority UpdatePriority x x x x Reopen a resolved issues WorkReopen x x x x Add an attachment AddAttachment x x x x Quick edit an issue from list QuickEdit x x x x Spin off related work ActionSpinOffWorkItem x x x x Agile Studio Implementation Guide 24

25 Feedback (FDBK) Enter/add feedback AddFeedback x x x x Update product association UpdateProductID x x x x Triage Triage x x Reject Reject x x Add note AddNote x x x x Edit Edit x Reassign ReAssign x x x x Reopen a resolved feedback WorkReopen x x x x Add an attachment AddAttachment x x x x Update team UpdateTeam x x x x Associate tags AssociateTags x x x x Agile Studio Implementation Guide 25

26 Integration Integration Integrating with external systems User: System Administrator Agile Studio contains a collection of SOAP and REST services that you can use to build and support integration with an external application to push and pull information to and from the application. For technical details on available Agile Studio services, see Integrating Agile Studio with Other Applications. Agile Studio Implementation Guide 26

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

Pega Agile Studio USER GUIDE 7.4

Pega Agile Studio USER GUIDE 7.4 Pega Agile Studio USER GUIDE 7.4 2018 Pegasystems Inc., Cambridge, MA All rights reserved. Trademarks For Pegasystems Inc. trademarks and registered trademarks, all rights reserved. All other trademarks

More information

Agile Studio USER GUIDE 7.3

Agile Studio USER GUIDE 7.3 Agile Studio USER GUIDE 7.3 2017 Pegasystems Inc., Cambridge, MA All rights reserved. Trademarks For Pegasystems Inc. trademarks and registered trademarks, all rights reserved. All other trademarks or

More information

Integrating Agile Studio with Other Applications

Integrating Agile Studio with Other Applications Integrating Agile Studio with Other Applications Agile Studio 7.3.1 December 2017 Introduction Agile Studio is integrated with Pega Platform 7.3.1 to allow teams to change their application s records in

More information

Pega Underwriting for Insurance

Pega Underwriting for Insurance OPERATIONS Pega Underwriting for Insurance Implementation Planning Workbook 7.4 2018 Pegasystems Inc., Cambridge, MA All rights reserved. Trademarks For Pegasystems Inc. trademarks and registered trademarks,

More information

Pega Agile Studio. Upgrade Guide 7.4

Pega Agile Studio. Upgrade Guide 7.4 Pega Agile Studio Upgrade Guide 7.4 2018 Pegasystems Inc., Cambridge, MA. All rights reserved. Trademarks For Pegasystems Inc. trademarks and registered trademarks, all rights reserved. All other trademarks

More information

Managing the Burn Down Agent

Managing the Burn Down Agent Managing the Burn Down Agent Agile Studio 7.3.1 December 2017 Introduction Agile Studio 7.3.1 has several burn down charts that teams and managers can use to view the overall progress of a sprint, team,

More information

Pega Field Marketing USER GUIDE 7.4

Pega Field Marketing USER GUIDE 7.4 Pega Field Marketing USER GUIDE 7.4 2018 Pegasystems Inc., Cambridge, MA All rights reserved. Trademarks For Pegasystems Inc. trademarks and registered trademarks, all rights reserved. All other trademarks

More information

Pega Digital Software Delivery

Pega Digital Software Delivery Pega Digital Software Delivery USER GUIDE 1.00 [Type here] 2018 Pegasystems Inc., Cambridge, MA All rights reserved. Trademarks For Pegasystems Inc. trademarks and registered trademarks, all rights reserved.

More information

Pega Customer Service for Healthcare and Pega Sales Automation for Healthcare

Pega Customer Service for Healthcare and Pega Sales Automation for Healthcare Pega Customer Service for Healthcare and Pega Sales Automation for Healthcare INSTALLATION GUIDE Pega Customer Relationship Management for Healthcare 7.31 2017 Pegasystems Inc., Cambridge, MA All rights

More information

Pega Customer Service for Healthcare and Pega Sales Automation for Healthcare

Pega Customer Service for Healthcare and Pega Sales Automation for Healthcare Pega Customer Service for Healthcare and Pega Sales Automation for Healthcare UPGRADE GUIDE Pega Customer Relationship Management for Healthcare 7.31 2017 Pegasystems Inc., Cambridge, MA All rights reserved.

More information

MARKETING. Pega Marketing. Installation Guide 7.4

MARKETING. Pega Marketing. Installation Guide 7.4 MARKETING Pega Marketing Installation Guide 7.4 2018 Pegasystems Inc., Cambridge, MA All rights reserved. Trademarks For Pegasystems Inc. trademarks and registered trademarks, all rights reserved. All

More information

Pega Foundation for Healthcare

Pega Foundation for Healthcare Pega Foundation for Healthcare COMMON CODES SOLUTION BUSINESS CASE USE CASE GUIDE 7.31 2017 Pegasystems Inc., Cambridge, MA All rights reserved. Trademarks For Pegasystems Inc. trademarks and registered

More information

Pega Underwriting for Insurance

Pega Underwriting for Insurance PEGA OPERATIONS Pega Underwriting for Insurance IMPLEMENTATION GUIDE 7.31 2017 Pegasystems Inc., Cambridge, MA All rights reserved. Trademarks For Pegasystems Inc. trademarks and registered trademarks,

More information

Pega Foundation for Healthcare

Pega Foundation for Healthcare Pega Foundation for Healthcare COMMON CODES SOLUTION BUSINESS CASE USE CASE GUIDE 7.4 2018 Pegasystems Inc., Cambridge, MA All rights reserved. Trademarks For Pegasystems Inc. trademarks and registered

More information

VCR REST Connectivity

VCR REST Connectivity VCR REST Connectivity Pega Smart Dispute for Issuers 7.21 December 2017 Introduction This document explains how Pega Smart Dispute for Issuers connects to VCR using REST connectors. VCR supports POST method

More information

Capturing Interaction History

Capturing Interaction History Capturing Interaction History Pega Marketing for Financial Services 7.31 November 2017 Introduction This document contains information about how Pega Marketing for Financial Services 7.31 captures Interaction

More information

Project Management Framework

Project Management Framework Project Management Framework Release Notes Version 7.1.1 Framework Overview The Project Management Framework (PMF) is a powerful Project Management application designed for the management of Scrum projects.

More information

Pega Product Composer for Healthcare

Pega Product Composer for Healthcare Pega Product Composer for Healthcare IMPLEMENTATION GUIDE 7.31 2017 Pegasystems Inc., Cambridge, MA All rights reserved. Trademarks For Pegasystems Inc. trademarks and registered trademarks, all rights

More information

Pega Co-Browse. Installation Guide 7.4

Pega Co-Browse. Installation Guide 7.4 Pega Co-Browse Installation Guide 7.4 2018 Pegasystems Inc., Cambridge, MA All rights reserved. Trademarks For Pegasystems Inc. trademarks and registered trademarks, all rights reserved. All other trademarks

More information

Managing the Burn Down Agent

Managing the Burn Down Agent Managing the Burn Down Agent Project Management Framework 7.1.2 May 2015 Introduction The Project Management Framework has several burn down charts that can be used by teams and managers to view the overall

More information

Certified Senior System Architect

Certified Senior System Architect White Paper Certified Senior System Architect EXAM BLUEPRINT Copyright 2017 Pegasystems Inc., Cambridge, MA All rights reserved. This document describes products and services of Pegasystems Inc. It may

More information

Pega Knowledge. User Guide 7.4

Pega Knowledge. User Guide 7.4 Pega Knowledge User Guide 7.4 2018 Pegasystems Inc., Cambridge, MA All rights reserved. Trademarks For Pegasystems Inc. trademarks and registered trademarks, all rights reserved. All other trademarks or

More information

Decision Manager Help. Version 7.1.7

Decision Manager Help. Version 7.1.7 Version 7.1.7 This document describes products and services of Pegasystems Inc. It may contain trade secrets and proprietary information. The document and product are protected by copyright and distributed

More information

Project Management Framework

Project Management Framework Project Management Framework 7.1.2 UPGRADE GUIDE Copyright 2015 Pegasystems Inc., Cambridge, MA All rights reserved. This document describes products and services of Pegasystems Inc. It may contain trade

More information

PEGA MARKETING. Pega Marketing IMPLEMENTATION GUIDE 7.31

PEGA MARKETING. Pega Marketing IMPLEMENTATION GUIDE 7.31 PEGA MARKETING Pega Marketing IMPLEMENTATION GUIDE 7.31 2017 Pegasystems Inc., Cambridge, MA All rights reserved. Trademarks For Pegasystems Inc. trademarks and registered trademarks, all rights reserved.

More information

Product Designer for Financial Services

Product Designer for Financial Services Product Designer for Financial Services IMPLEMENTATION GUIDE 7.22 Copyright 2017 Pegasystems Inc., Cambridge, MA All rights reserved. Trademarks For Pegasystems Inc. trademarks and registered trademarks,

More information

User Guide. PegaSurvey 7.2.1

User Guide. PegaSurvey 7.2.1 User Guide PegaSurvey 7.2.1 Copyright Copyright 2016 Pegasystems Inc. All rights reserved. Trademarks For Pegasystems Inc. trademarks and registered trademarks, all rights reserved. Other brand or product

More information

VCR Batch Queue Processing

VCR Batch Queue Processing VCR Batch Queue Processing Smart Dispute for Issuers 7.21 February 2017 Introduction Visa claims resolution (VCR) provides various queues for members to download and process cases or transactions. The

More information

MARKETING. Pega Marketing. Upgrade Guide 7.4

MARKETING. Pega Marketing. Upgrade Guide 7.4 MARKETING Pega Marketing Upgrade Guide 7.4 2018 Pegasystems Inc., Cambridge, MA All rights reserved. Trademarks For Pegasystems Inc. trademarks and registered trademarks, all rights reserved. All other

More information

Pega Chat. Installation Guide 7.4

Pega Chat. Installation Guide 7.4 Pega Chat Installation Guide 7.4 2018 Pegasystems Inc., Cambridge, MA All rights reserved. Trademarks For Pegasystems Inc. trademarks and registered trademarks, all rights reserved. All other trademarks

More information

EXAM BLUEPRINT PRPC Certified Reporting Specialist v6.2

EXAM BLUEPRINT PRPC Certified Reporting Specialist v6.2 White Paper EXAM BLUEPRINT PRPC Certified Reporting Specialist v6.2 Copyright 2011 Pegasystems Inc., Cambridge, MA All rights reserved. This document describes products and services of Pegasystems Inc.

More information

Technical Note. Customer Process Manager. 7.1 Release 2. CPM Next Best Action Adapter

Technical Note. Customer Process Manager. 7.1 Release 2. CPM Next Best Action Adapter Technical Note Customer Process Manager 7.1 Release 2 CPM Next Best Action Adapter Copyright 2014 Pegasystems Inc., Cambridge, MA All rights reserved. This document describes products and services of Pegasystems

More information

EXAM BLUEPRINT PRPC Certified Senior System Architect v 6.2

EXAM BLUEPRINT PRPC Certified Senior System Architect v 6.2 White Paper EXAM BLUEPRINT PRPC Certified Senior System Architect v 6.2 Copyright 2011 Pegasystems Inc., Cambridge, MA All rights reserved. This document describes products and services of Pegasystems

More information

X12 Message Processing

X12 Message Processing X12 Message Processing Pega Foundation for Healthcare 7.31 July 2017 Overview The Accredited Standards Committee (ASC) X12 message is used to transfer data across and between industries. Pega Foundation

More information

EXAM BLUEPRINT PRPC Certified System Architect

EXAM BLUEPRINT PRPC Certified System Architect EXAM BLUEPRINT PRPC Certified System Architect White Paper Copyright 2011 Pegasystems Inc., Cambridge, MA All rights reserved. This document describes products and services of Pegasystems Inc. It may contain

More information

PegaRULES Process Commander. Certified Senior System Architect. Exam Blueprint

PegaRULES Process Commander. Certified Senior System Architect. Exam Blueprint PegaRULES Process Commander Certified Senior System Architect Exam Blueprint Copyright 2009 Pegasystems Inc., Cambridge, MA All rights reserved. This document describes products and services of Pegasystems

More information

Healthcare FHIR API TECHNICAL SPECIFICATION 7.4

Healthcare FHIR API TECHNICAL SPECIFICATION 7.4 Healthcare FHIR API TECHNICAL SPECIFICATION 7.4 2018 Pegasystems Inc., Cambridge, MA All rights reserved. Trademarks For Pegasystems Inc. trademarks and registered trademarks, all rights reserved. All

More information

System Architect Essentials I. EXERCISE GUIDE (v. 7.1)

System Architect Essentials I. EXERCISE GUIDE (v. 7.1) System Architect Essentials I EXERCISE GUIDE (v. 7.1) Copyright 2015 Pegasystems Inc., Cambridge, MA All rights reserved. This document describes products and services of Pegasystems Inc. It may contain

More information

Pega Knowledge PRODUCT OVERVIEW 7.31

Pega Knowledge PRODUCT OVERVIEW 7.31 Pega Knowledge PRODUCT OVERVIEW 7.31 2017 Pegasystems Inc., Cambridge, MA All rights reserved. Trademarks For Pegasystems Inc. trademarks and registered trademarks, all rights reserved. All other trademarks

More information

PRPC Personal Edition Installation Guide 6.3 SP1

PRPC Personal Edition Installation Guide 6.3 SP1 PRPC Personal Edition Installation Guide 6.3 SP1 Copyright 2012 Pegasystems Inc., Cambridge, MA All rights reserved. This document describes products and services of Pegasystems Inc. It may contain trade

More information

Technical Note. PegaCHAT 6.2 SP3. Installing and Configuring OpenFire

Technical Note. PegaCHAT 6.2 SP3. Installing and Configuring OpenFire Technical Note PegaCHAT 6.2 SP3 Installing and Configuring OpenFire Copyright 2011 Pegasystems Inc., Cambridge, MA All rights reserved. This document describes products and services of Pegasystems Inc.

More information

EXAM BLUEPRINT Certified CPM Architect

EXAM BLUEPRINT Certified CPM Architect EXAM BLUEPRINT Certified CPM Architect White Paper Copyright 2011 Pegasystems Inc., Cambridge, MA All rights reserved. This document describes products and services of Pegasystems Inc. It may contain trade

More information

Financial Accounting for Financial Services Framework. Version 2.3. Installation Guide

Financial Accounting for Financial Services Framework. Version 2.3. Installation Guide Financial Accounting for Financial Services Framework Version 2.3 Installation Guide Copyright 2009 Pegasystems Inc., Cambridge, MA All rights reserved. This document describes products and services of

More information

Certified Pega Customer Service Business Architect

Certified Pega Customer Service Business Architect White Paper Certified Pega Customer Service Business Architect EXAM BLUEPRINT Copyright 2015 Pegasystems Inc., Cambridge, MA All rights reserved. This document describes products and services of Pegasystems

More information

7.21 IMPLEMENTATION GUIDE

7.21 IMPLEMENTATION GUIDE Pega Customer Service 7.21 IMPLEMENTATION GUIDE Copyright 2016 Pegasystems Inc., Cambridge, MA All rights reserved. Trademarks For Pegasystems Inc. trademarks and registered trademarks, all rights reserved.

More information

Pega Foundation for Financial Services

Pega Foundation for Financial Services Pega Foundation for Financial Services ACCOUNTING GUIDE 7.32 2017 Pegasystems Inc., Cambridge, MA All rights reserved. Trademarks For Pegasystems Inc. trademarks and registered trademarks, all rights reserved.

More information

Managing the Burn Down Agent

Managing the Burn Down Agent Managing the Burn Down Agent Agile Studio 7.4 May 2018 Introduction Agile Studio 7.4 has several burn down charts that teams and managers can use to view the overall progress of a sprint, team, or release.

More information

Technical Note. Using the Net Promoter Framework 7.1

Technical Note. Using the Net Promoter Framework 7.1 Technical Note Using the Net Promoter Framework 7.1 Copyright 2014 Pegasystems Inc., Cambridge, MA All rights reserved. This document describes products and services of Pegasystems Inc. It may contain

More information

Healthcare Common Codes Solution

Healthcare Common Codes Solution Healthcare Common Codes Solution Version 3.2 SP1 Business Use Case Guide Copyright 2013 Pegasystems Inc., Cambridge, MA All rights reserved. This document describes products and services of Pegasystems

More information

PegaCALL. Overview. About this Release. Release Notes for Version 6.3 August 2012

PegaCALL. Overview. About this Release. Release Notes for Version 6.3 August 2012 PegaCALL Release Notes for Version 6.3 August 2012 Overview PegaCALL provides computer-telephony integration (CTI) capabilities for applications built on PRPC, including Pega Customer Process Manager (CPM).

More information

EXAM BLUEPRINT PRPC Certified Pega Business Architect

EXAM BLUEPRINT PRPC Certified Pega Business Architect EXAM BLUEPRINT PRPC Certified Pega Business Architect White Paper Copyright 2014 Pegasystems Inc., Cambridge, MA All rights reserved. This document describes products and services of Pegasystems Inc. It

More information

Administration Guide. Release

Administration Guide. Release Administration Guide Release 13.3.00 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation ) is for your informational

More information

Decision Strategy Manager

Decision Strategy Manager Decision Strategy Manager DMSample - Retention Predictive Model Version 7.1.8 2015 by Pegasystems Inc. All rights reserved This document describes products and services of Pegasystems Inc. It may contain

More information

Business Intelligence Exchange (BIX)

Business Intelligence Exchange (BIX) Business Intelligence Exchange (BIX) Release Notes Version 2.3 And Version 2.3 SP1 February, 2012 Framework Overview The Business Intelligence Exchange (BIX) extracts information from a PRPC database into

More information

Pega Knowledge. Implementation Guide

Pega Knowledge. Implementation Guide Implementation Guide 2018 Pegasystems Inc., Cambridge, MA All rights reserved. Trademarks For Pegasystems Inc. trademarks and registered trademarks, all rights reserved. All other trademarks or service

More information

Working with the Java Pages Feature. PegaRULES ProcessCommander Versions 5.1 and 5.2

Working with the Java Pages Feature. PegaRULES ProcessCommander Versions 5.1 and 5.2 Working with the Java Pages Feature PegaRULES ProcessCommander Versions 5.1 and 5.2 Copyright 2006 Pegasystems Inc., Cambridge, MA All rights reserved. This document and the software describe products

More information

Pega Knowledge Management

Pega Knowledge Management Pega Knowledge Management 7.1 USER GUIDE Copyright 2014 Pegasystems Inc., Cambridge, MA All rights reserved. This document describes products and services of Pegasystems Inc. It may contain trade secrets

More information

Pega Call CONFIGURATION AND OPERATIONS GUIDE. CTI Link Server with Genesys CTI 7.31

Pega Call CONFIGURATION AND OPERATIONS GUIDE. CTI Link Server with Genesys CTI 7.31 Pega Call CONFIGURATION AND OPERATIONS GUIDE CTI Link Server with Genesys CTI 7.31 Copyright 2017 Pegasystems Inc., Cambridge, MA All rights reserved. Trademarks For Pegasystems Inc. trademarks and registered

More information

Distributed Transactions and PegaRULES Process Commander. PegaRULES Process Commander Versions 5.1 and 5.2

Distributed Transactions and PegaRULES Process Commander. PegaRULES Process Commander Versions 5.1 and 5.2 Distributed Transactions and PegaRULES Process Commander PegaRULES Process Commander Versions 5.1 and 5.2 Copyright 2007 Pegasystems Inc., Cambridge, MA All rights reserved. This document describes products

More information

EXAM BLUEPRINT PRPC Certified Methodology Black Belt

EXAM BLUEPRINT PRPC Certified Methodology Black Belt EXAM BLUEPRINT PRPC Certified Methodology Black Belt White Paper Copyright 2011 Pegasystems Inc., Cambridge, MA All rights reserved. This document describes products and services of Pegasystems Inc. It

More information

Working with PDF Forms and Documents. PegaRULES Process Commander 5.1

Working with PDF Forms and Documents. PegaRULES Process Commander 5.1 Working with PDF Forms and Documents PegaRULES Process Commander 5.1 Copyright 2006 Pegasystems Inc., Cambridge, MA All rights reserved. This document describes products and services of Pegasystems Inc.

More information

ServiceNow - Agile in ServiceNow

ServiceNow - Agile in ServiceNow ServiceNow - Agile in ServiceNow The ServiceNow Agile Development application is an iterative and incremental process for software development environments. Agile Development application is enhanced with

More information

EXERCISE SYSTEM GUIDE (v. 7.13)

EXERCISE SYSTEM GUIDE (v. 7.13) EXERCISE SYSTEM GUIDE (v. 7.13) Copyright 2016 Pegasystems Inc., Cambridge, MA All rights reserved. This document describes products and services of Pegasystems Inc. It may contain trade secrets and proprietary

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

Spend Management Implementation Guide 7.11

Spend Management Implementation Guide 7.11 Spend Management Implementation Guide 7.11 Copyright 2014 Pegasystems Inc., Cambridge, MA All rights reserved. This document describes products and services of Pegasystems Inc. It may contain trade secrets

More information

Best practices. Starting and stopping IBM Platform Symphony Developer Edition on a two-host Microsoft Windows cluster. IBM Platform Symphony

Best practices. Starting and stopping IBM Platform Symphony Developer Edition on a two-host Microsoft Windows cluster. IBM Platform Symphony IBM Platform Symphony Best practices Starting and stopping IBM Platform Symphony Developer Edition on a two-host Microsoft Windows cluster AjithShanmuganathan IBM Systems & Technology Group, Software Defined

More information

SpiraTest Quick Start Guide Inflectra Corporation

SpiraTest Quick Start Guide Inflectra Corporation SpiraTest Quick Start Guide Inflectra Corporation Date: January 28, 2018 Contents Introduction 2 1. Logging In and Selecting a Project 3 2. Define the Requirements 5 3. Create the Release and Iteration

More information

Pega Call CONFIGURATION AND OPERATIONS GUIDE FOR CTI LINK WITH AVAYA AURA CONTACT CENTER (AACC) VERSION

Pega Call CONFIGURATION AND OPERATIONS GUIDE FOR CTI LINK WITH AVAYA AURA CONTACT CENTER (AACC) VERSION Pega Call CONFIGURATION AND OPERATIONS GUIDE FOR CTI LINK WITH AVAYA AURA CONTACT CENTER (AACC) VERSION 7.1.3.4 Copyright 2016 Pegasystems Inc., Cambridge, MA All rights reserved. This document describes

More information

Know Your Customer. Implementation Guide 7.1.1

Know Your Customer. Implementation Guide 7.1.1 Know Your Customer Implementation Guide 7.1.1 Copyright 2014 Pegasystems Inc., Cambridge, MA All rights reserved This document describes products and services of Pegasystems Inc. It may contain trade secrets

More information

Rational Focal Point Technical Overview 2(15)

Rational Focal Point Technical Overview 2(15) Copyright IBM Corporation 1997-2009 U.S. Government Users Restricted Rights - Use, duplication, or disclosure restricted by GSA ADP Schedule Contract with IBM Corp. Rational Focal Point Technical Overview

More information

PegaDISTRIBUTION MANAGER (IOS) for PegaRULES Process Commander. Installation and Configuration Guide

PegaDISTRIBUTION MANAGER (IOS) for PegaRULES Process Commander. Installation and Configuration Guide PegaDISTRIBUTION MANAGER (IOS) for PegaRULES Process Commander Installation and Configuration Guide Version 3.3.5 August 2006 Copyright 2006 Pegasystems Inc., Cambridge, MA All rights reserved. This document

More information

PEGA PLATFORM. Business Intelligence Exchange (BIX) 7.4 User Guide

PEGA PLATFORM. Business Intelligence Exchange (BIX) 7.4 User Guide PEGA PLATFORM Business Intelligence Exchange (BIX) 7.4 User Guide 2018 Pegasystems Inc., Cambridge, MA. All rights reserved. Trademarks For Pegasystems Inc. trademarks and registered trademarks, all rights

More information

PegaCALL CONFIGURATION AND OPERATIONS GUIDE FOR CTI LINK WITH AVAYA AURA CONTACT CENTER (AACC) VERSION

PegaCALL CONFIGURATION AND OPERATIONS GUIDE FOR CTI LINK WITH AVAYA AURA CONTACT CENTER (AACC) VERSION PegaCALL CONFIGURATION AND OPERATIONS GUIDE FOR CTI LINK WITH AVAYA AURA CONTACT CENTER (AACC) VERSION 7.1.3.3 Copyright 2015 Pegasystems Inc., Cambridge, MA All rights reserved. This document describes

More information

Pega Pharmacovigilance (Pega PV)

Pega Pharmacovigilance (Pega PV) Pega Pharmacovigilance (Pega PV) Version 7.14 BUSINESS USE CASE GUIDE Copyright 2015 Pegasystems Inc., Cambridge, MA All rights reserved. Trademarks For Pegasystems Inc. trademarks and registered trademarks,

More information

Oracle. Sales Cloud Integrating with Oracle Marketing Cloud. Release 13 (update 18B)

Oracle. Sales Cloud Integrating with Oracle Marketing Cloud. Release 13 (update 18B) Oracle Sales Cloud Integrating with Oracle Marketing Cloud Release 13 (update 18B) Release 13 (update 18B) Part Number E94441-01 Copyright 2011-2018, Oracle and/or its affiliates. All rights reserved.

More information

Pega Unified Marketing

Pega Unified Marketing Pega Unified Marketing User Guide Version 6.2 Copyright 2012 Pegasystems Inc., Cambridge, MA All rights reserved. This document describes products and services of Pegasystems Inc. It may contain trade

More information

API Gateway Version December PassPort Interoperability Guide

API Gateway Version December PassPort Interoperability Guide API Gateway Version 7.5.3 20 December 2018 PassPort Interoperability Guide Copyright 2018 Axway All rights reserved. This documentation describes the following Axway software: Axway API Gateway 7.5.3 No

More information

PearsonAccess User Guide PARCC

PearsonAccess User Guide PARCC PearsonAccess User Guide PARCC Copyright 2013, Pearson Education, Inc. Published December 16, 2013 1.0 Document Revisions... 5 2.0 Getting Started... 6 2.1 Getting Started - Introduction... 7 2.2 Getting

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

IBM VisualAge for Java,Version3.5. External Version Control

IBM VisualAge for Java,Version3.5. External Version Control IBM VisualAge for Java,Version3.5 External Version Control Note! Before using this information and the product it supports, be sure to read the general information under Notices. Edition Notice This edition

More information

PTC Windchill Quality Solutions Extension for ThingWorx Guide

PTC Windchill Quality Solutions Extension for ThingWorx Guide PTC Windchill Quality Solutions Extension for ThingWorx Guide Copyright 2016 PTC Inc. and/or Its Subsidiary Companies. All Rights Reserved. User and training guides and related documentation from PTC Inc.

More information

Oracle. Sales Cloud Using Partner Relationship Management for Partners. Release 13 (update 18B)

Oracle. Sales Cloud Using Partner Relationship Management for Partners. Release 13 (update 18B) Oracle Sales Cloud Using Partner Relationship Management for Partners Release 13 (update 18B) Release 13 (update 18B) Part Number E94448-01 Copyright 2011-2018, Oracle and/or its affiliates. All rights

More information

Pega Call CONFIGURATION AND OPERATIONS GUIDE FOR CTI LINK SERVER WITH ENGHOUSE INTERACTIVE CT CONNECT CTI VERSION

Pega Call CONFIGURATION AND OPERATIONS GUIDE FOR CTI LINK SERVER WITH ENGHOUSE INTERACTIVE CT CONNECT CTI VERSION Pega Call CONFIGURATION AND OPERATIONS GUIDE FOR CTI LINK SERVER WITH ENGHOUSE INTERACTIVE CT CONNECT CTI VERSION 7.21.1 Copyright 2017 Pegasystems Inc., Cambridge, MA All rights reserved. Trademarks For

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

Marketing Cloud Mobile App

Marketing Cloud Mobile App Salesforce, Winter 19 @salesforcedocs Last updated: January 9, 2019 Copyright 2000 2018 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark of salesforce.com, inc., as are other

More information

Project and Portfolio Management Center

Project and Portfolio Management Center Project and Portfolio Management Center Software Version: 9.42 Application Portfolio Management Administrator Guide Go to HELP CENTER ONLINE http://admhelp.microfocus.com/ppm/ Document Release Date: July

More information

WorkPlace Agent Service

WorkPlace Agent Service WorkPlace Agent Service Installation and User Guide WorkPlace 16.00.00.00 + Paramount Technologies Inc. 1374 East West Maple Road Walled Lake, MI 48390-3765 Phone 248.960.0909 Fax 248.960.1919 www.paramountworkplace.com

More information

CollabNet TeamForge 5.3 Evaluator s Guide

CollabNet TeamForge 5.3 Evaluator s Guide CollabNet TeamForge 5.3 Evaluator s Guide Thank you for evaluating CollabNet TeamForge 5.3. This Evaluator s Guide will help you experience the key features of CollabNet TeamForge by walking you through

More information

CollabNet Desktop - Microsoft Windows Edition

CollabNet Desktop - Microsoft Windows Edition CollabNet Desktop - Microsoft Windows Edition User Guide 2009 CollabNet Inc. CollabNet Desktop - Microsoft Windows Edition TOC 3 Contents Legal fine print...7 CollabNet, Inc. Trademark and Logos...7 Chapter

More information

Contents About This Guide... 5 About Notifications... 5 Managing User Accounts... 6 Managing Companies Managing Password Policies...

Contents About This Guide... 5 About Notifications... 5 Managing User Accounts... 6 Managing Companies Managing Password Policies... Cloud Services Identity Management Administration Guide Version 17 July 2017 Contents About This Guide... 5 About Notifications... 5 Managing User Accounts... 6 About the User Administration Table...

More information

DevSuite Admin Guide. Date:

DevSuite Admin Guide. Date: DevSuite Admin Guide Author: TechExcel co.ltd Date: Table of Content DevSuite Admin Guide DevSuite Overview and Common System Settings Chapter 1 Chapter 1- Understanding TechExcel DevSuite 1.1 Understanding

More information

CA IdentityMinder. Glossary

CA IdentityMinder. Glossary CA IdentityMinder Glossary 12.6.3 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation ) is for your informational

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

CA Agile Vision and CA Product Vision. Integration Guide

CA Agile Vision and CA Product Vision. Integration Guide CA Agile Vision and CA Product Vision Integration Guide Spring 2012 This documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

BMS Managing Users in Modelpedia V1.1

BMS Managing Users in Modelpedia V1.1 BMS 3.2.0 Managing Users in Modelpedia V1.1 Version Control Version Number Purpose/Change Author Date 1.0 Initial published version Gillian Dass 26/10/2017 1.1 Changes to User roles Gillian Dass 14/11/2017

More information

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

Application Data Model

Application Data Model Application Data Model Pega Marketing for Financial Services 7.31 October 2017 Introduction This document provides an overview of the Pega Marketing for Financial Services customer data model. It is intended

More information

Installing Watson Content Analytics 3.5 Fix Pack 1 on WebSphere Application Server Network Deployment 8.5.5

Installing Watson Content Analytics 3.5 Fix Pack 1 on WebSphere Application Server Network Deployment 8.5.5 IBM Software Services, Support and Success IBM Watson Group IBM Watson Installing Watson Content Analytics 3.5 Fix Pack 1 on WebSphere Application Server Network Deployment 8.5.5 This document provides

More information