SDK USE CASES Topic of the Month FusionBanking Loan IQ

Size: px
Start display at page:

Download "SDK USE CASES Topic of the Month FusionBanking Loan IQ"

Transcription

1 SDK USE CASES Topic of the Month FusionBanking Loan IQ Lorenzo Cerutti SAG Specialist Vishal Chandgude MSDC Principal Consultant January 2018 Finastra

2 WELCOME TO THE FINASTRA TOPIC OF THE MONTH! Format 45 min presentation by Finastra experts 15 min Questions and Answers Objectives Present product features and market requirements new / little known / under spotlight Share views and help us understanding client requirements Frequency Monthly within Finastra For Loan IQ 3-4 sessions per year Schedule in SAG section of Documentation Portal Invitations sent 2 weeks in advance to mailing list Open for topics suggestions (can use Survey) 31 January

3 WHY SDK? 31 January

4 WHY SDK? Limits of traditional funded development model If good for core, include in product roadmap If not, or urgent need, use SDK Extend Loan IQ capabilities in a controlled way 31 January

5 WHO? Bank staff Third party contracted by Bank Finastra Partners Finastra Finastra as funded development (runtime license). Not recommended - support implications. Standard Training course available 3 days Suggestion: mixed Bank/Finastra team First development: we do, client shadows Second development: done together Third development: client does, we shadow 31 January

6 WHAT? Scripted Wizards Controller Events Scripting Editor XPath / XQuery Internal Actions (Script) Scripted API Internal Actions (Java) User Defined Functions Internal and External Validation Event Management EMPush Scripted Batch User Defined G/L Entries User Defined Server Transactions Object Inspector Calculated Business Objects Shell Commands Object Model Browser Web Service Calls 31 January

7 EVENT MANAGEMENT TRIGGERS Allows to link an SDK-written script to a Loan IQ event. For example, add validation when a Loan Drawdown is sent to approval. Better approach than adding triggers to the database. 31 January

8 EVENT MANAGEMENT TRIGGERS Three types of actions Publish data to external system Realtime results of query processed on main Loan IQ server Near Realtime results of query processed on Remote Execution server Pre-fetched query executed before commit. Can halt upon error, or skip. Deferred - performed at end of day based on cumulated events (Balance) Perform custom validation Returns error code, message and type (E/W/I/S) Internal or External Perform custom processing, including update of Loan IQ objects Java or Script 31 January

9 SCRIPTING EDITOR Allows to create and maintain the scripts referred to in the Event Management triggers table. Many sample scripts provided out of the box (on top of those used by core features). 31 January

10 SDK USE CASES 31 January

11 USE CASE 1 EVENT MANAGEMENT USE CASES Requirements Validation -- Block user from creating principal payment greater than USD 1000 Internal Action -- Update a Facility MIS Code value on release of loan drawdown Publishing -- Publish Cashflow/Payments information to Enterprise payments system 31 January

12 USE CASE 2 CUSTOM INITIALIZATION & VALIDATION Requirements Limit the Pricing Options that can be created for a Deal based on the Processing Area that the User belongs to Change the default value of Initial Fraction Rate for selected Pricing option (from 1/8 to 1/4) Validation Initial Fraction Rate of 1/8 is not allowed for LIBOR Pricing Option 31 January

13 USE CASE 2 CUSTOM VALIDATION Overview of SDK Solution Used the Controller Events feature of SDK. This feature can be used to customize the Loan IQ notebook values by defaulting fields with specific values, limit the drop down values, make required fields read only etc. The Controller Events feature allows to invoke custom code on initialization of any Loan IQ notebook by exposing "postopeninitialization" method This feature can also be used to implement custom input data validation This feature allows to define custom code that gets executed before execution of core Loan IQ code on button click operation Controller Events feature provides hooks to call custom code in the form of "preactionfilter" method 31 January

14 USE CASE 3 CUSTOM BATCH PROCESS Requirement Release certain payments in advance during Loan IQ end of day batch Typically the cashflow/payment messages are released on release of Loan IQ transaction and certain payment methods like SWIFT, SEPA etc. take 2-3 days to clear Banks want to release the cash flows automatically a certain number of days prior to the transaction effective date 31 January

15 USE CASE 3 CUSTOM BATCH PROCESS Overview of SDK Solution SDK Scripted Batch feature used Scripted Batch can be developed either using Java or JavaScript Can be scheduled to run as part of Loan IQ Batch Net Batch process has full access to Loan IQ Business objects and internal processes. Involves creation of two components o Batch Query -- Inquiry API, RID List, Object List etc. o Batch Action -- Action to be performed on Loan IQ Objects Parameterized -- Ability to pass parameters similar to core Loan IQ batch processes 31 January

16 USE CASE 4 API EXTENSION Requirement When creating a Deal via API, some fields of the Past Due Pricing Option are not supported. 31 January

17 USE CASE 4 API EXTENSION Overview of SDK Solution Scripted API feature of SDK allows for extending the Core APIs or develop new APIs Scripted API can be developed either using Java or JavaScript Custom API process has full access to Loan IQ Business objects and internal processes Created Scripted API "CreateDealCustom" that extends the Core API "CreateDeal" Involves creation of o API declaration o Request and Response structure declaration o API Action to define business logic API can be tested using Scripting editor 31 January

18 WHAT OUR CUSTOMERS HAVE DEVELOPED WITH SDK Event-based accounting Avoid setting Ongoing Fee Payments to Needs Review following a scheduled commitment change Check borrower global limits on central limits system Validate MIS Codes and Additional Fields with an external data source Generate a principal payment based on collateral revaluation Update the User Profile settings in Loan IQ if the master user profile permissions change in central HR database Generate additional General Ledger entries for FX realised profit/loss on loan repayments 31 January

19 EXISTING REQUIREMENTS WHICH SDK COULD ADDRESS Interface to non-finastra Origination system or Borrower Portal (if core APIs need to be amended) Create customers in a new location (automate the creation of the location in the Locations table) Create a conversion fee when a drawdown is in a currency different from the facility currency Create GL entries for the commitment as soon as deal is approved before deal closure Copy SBLCs from one deal to another Create Deposit increase/decrease to reflect changes in exposure For PIK, merge notices for payment and repricing Create a commitment increase/decrease on a Facility based upon a commitment increase/decrease on another facility (from a different Deal) 31 January

20 WRAP-UP 31 January

21 SDK TECHNOLOGY KEY CONCEPTS 1 STANDARD PLATFORM Access to Loan IQ java class interfaces. Customisation can be in JAVA or Javascript. Standard Eclipse IDE normally used. 2 EXPOSED TECHNOLOGY Business objects and attributes. Event management framework. Extend existing Loan IQ application structures. 3 PREREQUISITES No extra hardware requirements. SDK license is required. Loan IQ version onwards. 31 January

22 BENEFITS Increased Automation Control And Validation Time To Market SDK Re-usability And Resources Extend Loan IQ Enterprise Integration 31 January

23 OTHER INFO SOURCES Appendix to this slide deck SDK Programming Guide In Technical tab of Documentation Portal SDK Training courses SDK Working Group Volunteers needed! 31 January

24 NEXT STEPS In one minute Questions and Answers Later today Send Presentation PDF and link to Survey Post Presentation PDF and Webex recording on Documentation Portal (Tutorial tab) Survey Rate this session Suggest topics for future TOM sessions State your organisation s interest in the features presented Anytime lorenzo.cerutti@finastra.com 31 January

25 QUESTIONS AND ANSWERS 31 January

26 Thank you Lorenzo Cerutti SAG Finastra LinkedIn Finastra YouTube 31 January 2018

27 SDK COMPONENTS Component, description, benefit Inquiry API Based on industry standard XQuery, Inquiry API allows the user to develop scripts for extracting business information from Loan IQ without needing direct database access. Avoid replication of Loan IQ application logic to extract information from Loan IQ Event Management Publishing Service This feature allows clients to develop custom interfaces in an SOA manner by subscribing to Loan IQ Activities and thereby having relevant information delivered to various target systems. Ability to publish data to external systems through standard industry communication channels 31 January

28 SDK COMPONENTS Component, description, benefit Internal (Java) Actions Using Java language, users can implement complex validations and the necessary object updates as part of business event trigger processing. Clients can use this feature to implement customized processing needed to institute their business process steps. Allows custom validation s and actions to support business process workflows User Defined Primitive Functions (UDF) Enhance capabilities of Inquiry API by implementing primitive functions, callable from your scripts, in Java. This opens up Inquiry API script capabilities to significantly more powerful capabilities that can be implemented in Java. Use Java language express ability to support the business process workflows 31 January

29 SDK COMPONENTS Component, description, benefit Custom Validations Ability to attach validations using Internal Validations to Loan IQ s existing business object save validation logic. Additionally, internal actions and validations are now foreshadowed to apply validations preemptively. Efficient custom validations to support business process Scripting Editor Development tool for Loan IQ Scripting and API testing Loan IQ Specific development tool 31 January

30 SDK COMPONENTS Component, description, benefit Scripted APIs Ability to augment an existing API or write a brand new API including deeply nested XML Structures. API action logic is supplied in JavaScript that benefits from full access to Loan IQ business objects. Reduce dependency on Finastra for supporting extension of existing API s and need of new API s Loan IQ shell Secure access to Loan IQ core object with the command line Ease of use for SDK development support team to execute Java script programs Calculated BO attributes / BO Extensions Ability to populate non persistent informational fields by using existing attributes in real time Custom calculated attributes in real time to support business process workflow 31 January

31 SDK COMPONENTS Component, description, benefit User Defined Server Transactions (UDTx) Ability is provided to call (from the Client) user supplied logic implemented in Java and running on the Loan IQ Server. This process flow leverages the same security and concurrency mechanisms from which all Loan IQ Server resident transactions benefit. Leverage Loan IQ Client Server architecture to communicate with external application Scripted Batch Using JavaScript customers can write a multi-threaded batch process having full access to Loan IQ business objects. Custom schedule batch programs to support business process 31 January

32 SDK COMPONENTS Component, description, benefit Controller events Execute custom business logic within a controller( notebooks and dialogues) Simplification of manual tasks Flexible search queries Ability to configure search filters for the existing searches in Loan IQ through scripts Find information by custom searches Deployment improvement and configurations Ability to move and compare system configurations across Loan IQ envs. Helps in rolling out upgrades and rollout of new enhancements 31 January

33 SDK COMPONENTS Component, description, benefit Wizard launch descriptor Ability to configure and launch wizards from Loan IQ notebooks and Navigator desktop as a menu option Streamline business process to reduce manual steps Scripted Navigator Ability to control and create the layout of the Navigator desktop across the system. Custom and tailored Navigator desktop across the system based on certain parameters Customize desktop experience of users and enhanced Loan IQ CSI (client side integration) 31 January

LOAN IQ DIAGNOSTIC TOOLS Topic of the Month FusionBanking Loan IQ

LOAN IQ DIAGNOSTIC TOOLS Topic of the Month FusionBanking Loan IQ LOAN IQ DIAGNOSTIC TOOLS Topic of the Month FusionBanking Loan IQ Lorenzo Cerutti SAG Specialist Patricia Malin ESG Manager Lochlann O Donnell ESG Expert Engineer November 2017 Finastra WELCOME TO THE

More information

FusionBanking Loan IQ Release Policy & Testing

FusionBanking Loan IQ Release Policy & Testing Misys Topic of the Month FusionBanking Loan IQ Release Policy & Testing Misys Connect Strategic advantage Lorenzo CERUTTI Systems Advisory Group Suresh VAZRAPU, Renjith PILLAI Quality Assurance Welcome

More information

CSF Designer Intuition

CSF Designer Intuition In today s world, your customers want to-the-point, personalized communications, and they don't have time to wait. With CSF Designer Intuition from FIS, you can instantly create and deliver relevant, brand-

More information

Understanding Oracle ADF and its role in the Oracle Fusion Platform

Understanding Oracle ADF and its role in the Oracle Fusion Platform ORACLE PRODUCT LOGO Understanding Oracle ADF and its role in the Oracle Fusion Platform Dana Singleterry blogs.oracle.com/dana 2 Copyright Principal 2011, Oracle and/or its Product affiliates. All rights

More information

Procedures Oracle FLEXCUBE Universal Banking Release 12.0 [May] [2012] Oracle Part Number E

Procedures Oracle FLEXCUBE Universal Banking Release 12.0 [May] [2012] Oracle Part Number E Procedures Oracle FLEXCUBE Universal Banking Release 12.0 [May] [2012] Oracle Part Number E51527-01 Table of Contents Procedures 1. ABOUT THIS MANUAL... 1-1 1.1 INTRODUCTION... 1-1 1.2 AUDIENCE... 1-1

More information

Treasury Management User Guide. Online Banking

Treasury Management User Guide. Online Banking Treasury Management User Guide Online Banking Released August 2018 Treasury Management... 4 Logging in to Treasury Management...5 Helpful Hints...10 User Menu... 12 Profile and Preferences... 12 Notification

More information

Account Transfer. itreasury Module User Guide. It s time to expect more. Regions Bank Member FDIC

Account Transfer. itreasury Module User Guide. It s time to expect more. Regions Bank Member FDIC Account Transfer itreasury Module User Guide It s time to expect more. Regions Bank 032013 Member FDIC 1 Welcome to Regions itreasury Welcome to Regions itreasury online banking. The itreasury suite of

More information

Umoja Least-Out * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *

Umoja Least-Out * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Umoja Least-Out Use this How-To- as a reference when carrying out activities related to the External and Internal Lease-Outs in Real Estate. External Lease-Outs are leases where the space is leased to

More information

PROJECTS...3 CONVERSION...3 INSTALLATION...3 DATABASES...3 TIME AND EXPENSE...7 ISSUES...3 DOCUMENT PROPERTIES...3 ACCOUNTS RECEIVABLE...

PROJECTS...3 CONVERSION...3 INSTALLATION...3 DATABASES...3 TIME AND EXPENSE...7 ISSUES...3 DOCUMENT PROPERTIES...3 ACCOUNTS RECEIVABLE... 2013 What s New PROJECTS...3 Project Management... Options...3 CONVERSION...3 INSTALLATION...3 DATABASES...3 ISSUES...3 DOCUMENT PROPERTIES...3 COMPANY PROFILE...4 Tax Rates...4 Project...4 Contact...4

More information

Umoja Sales-Based Least-Out

Umoja Sales-Based Least-Out Umoja Sales-Based Least-Out Use this How-To- as a reference when carrying out activities related to Sales-Based Lease-Outs in Real Estate. Sales-Based Lease-Outs are leases with a commercial entity where

More information

CashLink Quick Reference Guide

CashLink Quick Reference Guide CashLink Quick Reference Guide Navigating your Account Summary Page After you log in, you will see the Account Summary Page screen. This screen gives you access to all other functions and displays important

More information

Liferay Digital Experience Platform. New Features Summary

Liferay Digital Experience Platform. New Features Summary Liferay Digital Experience Platform New Features Summary Liferay has redesigned its platform with new functionality in Liferay Digital Experience Platform (DXP). The following is a summary of the key new

More information

Contents. Microsoft is a registered trademark of Microsoft Corporation. TRAVERSE is a registered trademark of Open Systems Holdings Corp.

Contents. Microsoft is a registered trademark of Microsoft Corporation. TRAVERSE is a registered trademark of Open Systems Holdings Corp. TPLWPT Contents Summary... 1 General Information... 1 Technology... 2 Server Technology... 2 Business Layer... 4 Client Technology... 4 Structure... 4 Ultra-Thin Client Considerations... 7 Internet and

More information

Internet Banking User Guide

Internet Banking User Guide Internet Banking User Guide Table of Content Table of Content... 2 Introduction... 3 Internet Banking Facilities... 3 Internet Banking Security... 3 Login Screen and Navigation... 4 Updating Personal Details...

More information

Class Oracle FLEXCUBE Universal Banking Release 12.0 [May] [2012] Oracle Part Number E

Class Oracle FLEXCUBE Universal Banking Release 12.0 [May] [2012] Oracle Part Number E Class Oracle FLEXCUBE Universal Banking Release 12.0 [May] [2012] Oracle Part Number E51465-01 Table of Content Class 1. ABOUT THIS MANUAL... 1-1 1.1 INTRODUCTION... 1-1 1.2 AUDIENCE... 1-1 1.3 ORGANIZATION...

More information

Welcome to the In The Know monthly webinar - our main focus is What s new in QuickBooks Online this month.

Welcome to the In The Know monthly webinar - our main focus is What s new in QuickBooks Online this month. 1 Hello and Welcome, I am Wesley and I ll be your host today. Welcome to the In The Know monthly webinar - our main focus is What s new in QuickBooks Online this month. I and have been taking your support

More information

IBM z/os Management Facility V2R1 Solution Guide IBM Redbooks Solution Guide

IBM z/os Management Facility V2R1 Solution Guide IBM Redbooks Solution Guide IBM z/os Management Facility V2R1 Solution Guide IBM Redbooks Solution Guide z/osmf is a product for IBM z/os that simplifies, optimizes, and modernizes the z/os system programmer experience. z/osmf delivers

More information

Internetbank AB.LV System. User Manual Internetbank AB.LV

Internetbank AB.LV System. User Manual Internetbank AB.LV Internetbank AB.LV System User Manual Internetbank AB.LV 2008 Contents 1. Preface... 1-1 2. Terminology... 2-1 2.1. Hyperlink... 2-1 2.2. Output field... 2-1 2.3. Input field... 2-2 2.4. Drop-down list

More information

Umoja Lease-in Process

Umoja Lease-in Process Umoja Lease-in Process Use this How-To- as a reference when carrying out activities related to the Lease-in activities in Real Estate. Lease-Ins are leasing contracts in which the UN is the tenant. * *

More information

Adobe Marketing Cloud Best Practices Implementing Adobe Target using Dynamic Tag Management

Adobe Marketing Cloud Best Practices Implementing Adobe Target using Dynamic Tag Management Adobe Marketing Cloud Best Practices Implementing Adobe Target using Dynamic Tag Management Contents Best Practices for Implementing Adobe Target using Dynamic Tag Management.3 Dynamic Tag Management Implementation...4

More information

BEAWebLogic. Portal. Overview

BEAWebLogic. Portal. Overview BEAWebLogic Portal Overview Version 10.2 Revised: February 2008 Contents About the BEA WebLogic Portal Documentation Introduction to WebLogic Portal Portal Concepts.........................................................2-2

More information

Oracle Banking Digital Experience

Oracle Banking Digital Experience Oracle Banking Digital Experience Core Corporate Admin User Manual Release 17.2.0.0.0 Part No. E88573-01 July 2017 Core Corporate Admin User Manual July 2017 Oracle Financial Services Software Limited

More information

Sage 100 Evolution Version 8.00 What s New?

Sage 100 Evolution Version 8.00 What s New? Sage 100 Evolution Version 8.00 What s New? At Sage 100 Evolution we continuously invest in research and development to ensure that you are kept up to date with the latest and most cutting-edge business

More information

Enterprise Architect. User Guide Series. Portals

Enterprise Architect. User Guide Series. Portals Enterprise Architect User Guide Series Portals What are Portals? In Sparx Systems Enterprise Architect, each Portal is a high-level logical grouping of common tools, custom searches, window layouts and

More information

Pronto Xi Help Version and above. Installation Guide

Pronto Xi Help Version and above. Installation Guide Pronto Xi Help Version 720.2 and above Installation Guide Copyright 2015 Pronto Software Limited. All rights reserved. Pronto Xi Help Installation Guide, version 6.1 Software version: 720.2 and above Trademarks

More information

Software Release Communication 02/07/2014. Topics covered. Solutions You Can Count On

Software Release Communication 02/07/2014. Topics covered. Solutions You Can Count On Topics covered Vea Web... 2 User Access Changes... 4 Dashboard Sharing... 7 Component Upgrade... 8 System Manager Geocode Function... 9 Installer Changes... 11 VEA WEB The initial version of Vea Web, included

More information

Importing Client Transaction Data from SchwabLink

Importing Client Transaction Data from SchwabLink Importing Client Transaction Data from SchwabLink Introduction - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -1 Saving Time with Morningstar Back Office Services - - - - - - -

More information

Oracle Banking Digital Experience

Oracle Banking Digital Experience Oracle Banking Digital Experience Core Corporate Admin User Manual Release 17.1.0.0.0 Part No. E83887-01 March 2017 Core Corporate Admin User Manual March 2017 Oracle Financial Services Software Limited

More information

Oracle BI 11g R1: Build Repositories

Oracle BI 11g R1: Build Repositories Oracle University Contact Us: + 36 1224 1760 Oracle BI 11g R1: Build Repositories Duration: 5 Days What you will learn This Oracle BI 11g R1: Build Repositories training is based on OBI EE release 11.1.1.7.

More information

2012 Learning Guide Employee. StaffReady.

2012 Learning Guide Employee. StaffReady. 2012 Learning Guide Employee StaffReady http://www.staffready.com Table of Contents 1 MODULE ONE (1): INTRODUCTION, LOGIN, AND WELCOME TAB... 3 1.1 SCHEDULEREADY OVERVIEW... 3 1.2 TECHNOLOGY UPGRADES...

More information

What's New in General Ledger Munis - Financials: General Ledger

What's New in General Ledger Munis - Financials: General Ledger [MU-FN-4-F] [MU-FN-10-E] What's New in General Ledger Munis - Financials: General Ledger CLASS DESCRIPTION This session will highlight some of the new functionality available in the version 11.2 of the

More information

SANTANDER TREASURY LINK TRANSITION FREQUENTLY ASKED QUESTIONS (FAQ)

SANTANDER TREASURY LINK TRANSITION FREQUENTLY ASKED QUESTIONS (FAQ) TRANSITION FREQUENTLY ASKED QUESTIONS (FAQ) INTRODUCING FOR ONLINE BANKING A NEW EXPERIENCE AHEAD We are pleased to introduce you to Santander Treasury Link and look forward to providing you with an Online

More information

New Features Guide Sybase ETL 4.9

New Features Guide Sybase ETL 4.9 New Features Guide Sybase ETL 4.9 Document ID: DC00787-01-0490-01 Last revised: September 2009 This guide describes the new features in Sybase ETL 4.9. Topic Page Using ETL with Sybase Replication Server

More information

Informatica PIM. Functional Overview. Version: Date:

Informatica PIM. Functional Overview. Version: Date: Informatica PIM Functional Overview Version: Date: 8 March 18, 2014 Table of Contents Process Overview 3 Supplier Invitation 3 User Roles 3 Data Upload 4 Management of Import Mappings 5 Validation Rules

More information

02_Setting up Memberships_Nov2014 Draft

02_Setting up Memberships_Nov2014 Draft 02_Setting up Memberships_Nov2014 Draft 1 Overview of today s training session Today s session is about covering concepts that will help you understand what is involved in setting up membership types,

More information

Enterprise Architect. User Guide Series. Portals. Author: Sparx Systems. Date: 19/03/2018. Version: 1.0 CREATED WITH

Enterprise Architect. User Guide Series. Portals. Author: Sparx Systems. Date: 19/03/2018. Version: 1.0 CREATED WITH Enterprise Architect User Guide Series Portals Author: Sparx Systems Date: 19/03/2018 Version: 1.0 CREATED WITH Table of Contents Portals 3 Perspective Portal 6 Workspace Portal 7 Window Portal 9 Status

More information

Report Commander 2 User Guide

Report Commander 2 User Guide Report Commander 2 User Guide Report Commander 2.5 Generated 6/26/2017 Copyright 2017 Arcana Development, LLC Note: This document is generated based on the online help. Some content may not display fully

More information

<Insert Picture Here> The Latest E-Business Suite R12.x OA Framework Rich User Interface Enhancements

<Insert Picture Here> The Latest E-Business Suite R12.x OA Framework Rich User Interface Enhancements 1 The Latest E-Business Suite R12.x OA Framework Rich User Interface Enhancements Padmaprabodh Ambale, Gustavo Jimenez Applications Technology Group The following is intended to outline

More information

Enterprise Architect. User Guide Series. Portals

Enterprise Architect. User Guide Series. Portals Enterprise Architect User Guide Series Portals What are Portals? In Sparx Systems Enterprise Architect, each Portal is a high-level logical grouping of common tools, custom searches, window layouts and

More information

Oracle Forms and Oracle APEX The Odd Couple

Oracle Forms and Oracle APEX The Odd Couple Oracle Forms and Oracle APEX The Odd Couple About me 2 Francis Mignault CTO and Co-founder, Insum Solutions 30+ years with Oracle DB, 14+ years with APEX. (Forms 2.3 / Oracle 5) Books: Expert Oracle Application

More information

WebDocs 6.5. New Features and Functionality. An overview of the new features that increase functionality and ease of use including:

WebDocs 6.5. New Features and Functionality. An overview of the new features that increase functionality and ease of use including: WebDocs 6.5 New Features and Functionality An overview of the new features that increase functionality and ease of use including: Simplified Installation WebDocs Touch WebDocs Drive Office Automation Enhancements

More information

Table of Contents. Page 3

Table of Contents. Page 3 Tenant Portal Guide Page 2 Welcome! Welcome to the National Rental Services (NRS) Tenant Portal Guide. This guide reviews the features, services and settings associated with the NRS Tenant Portal including:

More information

EMS DESKTOP CLIENT Installation Guide

EMS DESKTOP CLIENT Installation Guide EMS DESKTOP CLIENT Installation Guide Version 44.1 Last Updated: March 5, 2018 EMS Software emssoftware.com/help 800.440.3994 2018 EMS Software, LLC. All Rights Reserved. Table of Contents CHAPTER 1: Introduction

More information

BeetleEye Application User Documentation

BeetleEye Application User Documentation BeetleEye Application User Documentation BeetleEye User Documentation 1 Table of Contents Welcome to the BeetleEye Application... 6 Overview... 6 Navigation... 6 Access BeetleEye... 6 Update account information...

More information

Pricing Guide.

Pricing Guide. Pricing Guide www.benchmarkemail.com Layouts Blocks Global Styles Create & Send Responsive, Mobile Friendly Emails Get Signups with Signup Forms & Autoresponders Real-time Reports Best Support in the Industry

More information

Oracle BI 12c: Build Repositories

Oracle BI 12c: Build Repositories Oracle University Contact Us: Local: 1800 103 4775 Intl: +91 80 67863102 Oracle BI 12c: Build Repositories Duration: 5 Days What you will learn This Oracle BI 12c: Build Repositories training teaches you

More information

UOB TRANSACTION BANKING. BIBPlus Cash Management User Guide

UOB TRANSACTION BANKING. BIBPlus Cash Management User Guide UOB TRANSACTION BANKING BIBPlus Cash Management User Guide Table of Contents 1 Account Services 1.1 Account Summary 1.2 Account Statement 1.3 External Accounts 1.4 Trade Bill Summary 1.5 Global View 1.6

More information

Version 4 Prices April 2018

Version 4 Prices April 2018 Page 1 Version 4 Prices April 2018 One-off Purchase options Purchase a perpetual licence with a one-off payment. Single, one-off payment Additional-user(s) discount Includes maintenance updates for the

More information

Protemos Quick Start Guide

Protemos Quick Start Guide Protemos Quick Start Guide Get started with Protemos System values settings Add clients Add vendors Add new translation project Create invoices for clients and control their payment Invoices from vendors

More information

Echinacea Release Notes

Echinacea Release Notes Echinacea Release Notes Sandbox: July, 2018 Production: September, 2018 At-a-Glance New Features and Enhancements highlights: Archiving Transactions to save on data storage Improved styling of Financial

More information

Oracle Application Development Framework Overview

Oracle Application Development Framework Overview An Oracle White Paper July 2009 Oracle Application Development Framework Overview Introduction... 1 Oracle ADF Making Java EE Development Simpler... 2 THE ORACLE ADF ARCHITECTURE... 3 The Business Services

More information

Application Notes for Installing and Configuring Avaya Control Manager Enterprise Edition in a High Availability mode.

Application Notes for Installing and Configuring Avaya Control Manager Enterprise Edition in a High Availability mode. Application Notes for Installing and Configuring Avaya Control Manager Enterprise Edition in a High Availability mode. Abstract This Application Note describes the steps required for installing and configuring

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

Excel4apps Wands 5 Architecture Excel4apps Inc.

Excel4apps Wands 5 Architecture Excel4apps Inc. Excel4apps Wands 5 Architecture 2014 Excel4apps Inc. Table of Contents 1 Introduction... 3 2 Overview... 3 3 Client... 3 4 Server... 3 4.1 Java Servlet... 4 4.2 OAF Page... 4 4.3 Menu and Function... 4

More information

Homeowner Portal Tutorial Guide

Homeowner Portal Tutorial Guide WESTWARD Homeowner Portal Tutorial Guide Thank you for choosing Westward Management! The Homeowner Portal is available 24/7 for your convenience. In this guide, we ll show you how to easily complete the

More information

Running Effective Projects In Office 365. June 1, 2017

Running Effective Projects In Office 365. June 1, 2017 Running Effective Projects In Office 365 June 1, 2017 Peter Carson President, Envision IT SharePoint MVP Partner Seller, Microsoft Canada peter.carson@extranetusermanager.com http://blog.petercarson.ca

More information

1Z Oracle. Java Enterprise Edition 5 Enterprise Architect Certified Master

1Z Oracle. Java Enterprise Edition 5 Enterprise Architect Certified Master Oracle 1Z0-864 Java Enterprise Edition 5 Enterprise Architect Certified Master Download Full Version : http://killexams.com/pass4sure/exam-detail/1z0-864 Answer: A, C QUESTION: 226 Your company is bidding

More information

TechNet Home > Products & Technologies > Desktop Products & Technologies > Microsoft Office > SharePoint Portal Server 2003 > Deploy

TechNet Home > Products & Technologies > Desktop Products & Technologies > Microsoft Office > SharePoint Portal Server 2003 > Deploy TechNet Home > Products & Technologies > Desktop Products & Technologies > Microsoft Office > SharePoint Portal Server 2003 > Deploy Reference: http://www.microsoft.com/technet/prodtechnol/office/sps2003/deploy/spst2003.mspx?pf=true

More information

Creating Efficiencies in SMSF Administration

Creating Efficiencies in SMSF Administration Creating Efficiencies in SMSF Administration Presented by Daniel Tramontana General Manager BGL Corporate Solutions Pty Ltd Breakout Session 2A Todays Presentation Overview of Simple Fund Australia s leading

More information

Corporate Online. Using Accounts

Corporate Online. Using Accounts Corporate Online. Using Accounts About this Guide About Corporate Online Westpac Corporate Online is an internet-based electronic platform, providing a single point of entry to a suite of online transactional

More information

JumpStart Package for SHAREPOINT. by NIFTIT LLC

JumpStart Package for SHAREPOINT. by NIFTIT LLC JumpStart Package for SHAREPOINT by NIFTIT LLC 2016 2017 2 Table of Contents 1 Pricing page 05 2 Benefits page 05 3 The Process page 08 4 Package Components page 10 5 Technical Points page 16 6 Assumptions

More information

E-Business Suite Customization Impact Assessment

E-Business Suite Customization Impact Assessment E-Business Suite Customization Impact Assessment Webinar Mechanics Submit text questions. Q&A addressed at the end of the session. Answers will be posted within two. weeks on our new LinkedIn Group, EBS

More information

TECSYS Streamline Enterprise System Page 1 of 7

TECSYS Streamline Enterprise System Page 1 of 7 TECSYS Streamline Enterprise System Page 1 of 7 Section 1: Module: A/P Accounts Payable 1. 10.3.1 Enhancement to Interface to Scan and Store A/P Invoice Images Module: A/R Accounts Payable > A/P Invoicing..

More information

User Defined Events Oracle FLEXCUBE Universal Banking Release [May] [2011] Oracle Part Number E

User Defined Events Oracle FLEXCUBE Universal Banking Release [May] [2011] Oracle Part Number E User Defined Events Oracle FLEXCUBE Universal Banking Release 11.3.0 [May] [2011] Oracle Part Number E51511-01 User Defined Events Table of Contents 1. ABOUT THIS MANUAL... 1-1 1.1 INTRODUCTION... 1-1

More information

TTerm Connect Installation Guide

TTerm Connect Installation Guide Host Connectivity. Any Host, Any Device. TTerm Connect Installation Guide What is TTerm Connect? TTerm Connect is Turbosoft s web based terminal emulator. Built on common web technologies such as HTML5,

More information

Table of Contents. Page 3

Table of Contents. Page 3 Owner Portal Guide Page 2 Welcome! Welcome to the National Rental Services (NRS) Owner Portal Guide. This guide reviews the features, services and settings associated with the NRS Owner Portal including:

More information

Oracle BI 11g R1: Build Repositories Course OR102; 5 Days, Instructor-led

Oracle BI 11g R1: Build Repositories Course OR102; 5 Days, Instructor-led Oracle BI 11g R1: Build Repositories Course OR102; 5 Days, Instructor-led Course Description This Oracle BI 11g R1: Build Repositories training is based on OBI EE release 11.1.1.7. Expert Oracle Instructors

More information

Wwise Installation and Migration Guide

Wwise Installation and Migration Guide Wwise 2015.1.9 Installation and Migration Guide Wwise 2015.1.9 Wwise 2015.1.9: Installation and Migration Guide Wwise 2015.1.9 Revision 1910 Copyright 2016 Audiokinetic Inc. All rights reserved. Patents

More information

Sitecore Multilanguage Support : Translation Services Connector

Sitecore Multilanguage Support : Translation Services Connector Sitecore Multilanguage Support : Translation Services Connector GPI Translation Services Connector for Sitecore Copyright 2016-2017 Globalization Partners International. All rights reserved. This ebook

More information

My Account 2.0 User Guide

My Account 2.0 User Guide My Account 2.0 User Guide Table of Contents Technical Overview... 3 Info Tab... 3 Users Tab... 3 Licenses Tab... 3 Access Management Tab... 4 Packages Tab... 4 Billing Tab... 4 Events Tab... 5 Technical

More information

Seventh-day Adventist Church

Seventh-day Adventist Church Seventh-day Adventist Church CMF Online Training Manual January 2014 CONTENTS Log-in Procedure... 3 Accounts... 4 Transfer... 5 CMF Transfer... 5 Direct Deposit... 8 BPAY... 9 Pending... 10 Favourites...

More information

Web application guide for customers

Web application guide for customers Web application guide for customers Direct Mortgage Capital AS, 2017 Table of Contents The purpose of this manual... 3 Start screen... 4 Loan Pre-Approval Application... 5 Step One (Loan and property details)...

More information

Online User Guide. ABN: Australian Financial Services Licence No

Online User Guide. ABN: Australian Financial Services Licence No Online User Guide ABN: 63 135 196 397 Australian Financial Services Licence No. 418105 PO Box 6290, Upper Mt Gravatt, QLD 4122 P (07) 3040 4320 F (07) 3343 8590 E admin@integrapay.com www.integrapay.com

More information

accessmoney Manager ACTION PAGES

accessmoney Manager ACTION PAGES accessmoney Manager ACTION PAGES 1 accessmoney Manager Action Pages accessmoney Manager Action Pages are quick reference pages that provide information for the major components of accessmoney Manger. Click

More information

OpenScape Contact Center Multimedia. First Contact Resolution in a Multi-Channel World <insert date here>

OpenScape Contact Center Multimedia. First Contact Resolution in a Multi-Channel World <insert date here> OpenScape Contact Center Multimedia First Contact Resolution in a Multi-Channel World Agenda OpenScape Contact Center Agile vs. Enterprise What is OpenScape Contact Center Multimedia

More information

FinPlan R9.15. Inbound SMS & Fact Finds Update Q RELEASE SUMMARY

FinPlan R9.15. Inbound SMS & Fact Finds Update Q RELEASE SUMMARY 052 R1.0 Jun 2016 FinPlan R9.15 Inbound SMS & Fact Finds Update The Q2 2016 release of FinPlan (R9.15) adds many new fact find elements, additional mortgage sourcing filters and a new inbound SMS processing

More information

User Guide. Document Last Updated June 30, Financial Training Department 1

User Guide. Document Last Updated June 30, Financial Training Department 1 User Guide Document Last Updated June 30, 2016. Financial Training Department 1 Table of Contents Objectives... 3 Overview of BEN... 4 What Information is Included in a Deposit?... 6 Logging on to BEN

More information

PSD2 Gateway Solution Overview

PSD2 Gateway Solution Overview 1 PSD2 Gateway PSD2 Gateway Solution Overview 4 th September 2017 PURPOSE OF THE DOCUMENT PSD2 Gateway is a small team of Fintech experts, developing a standard API solution to fulfil the PSD2 regulation

More information

ICIT. Brian Hiller ESRI Account Manger. What s new in ArcGIS 10

ICIT. Brian Hiller ESRI Account Manger. What s new in ArcGIS 10 ICIT Brian Hiller ESRI Account Manger What s new in ArcGIS 10 ArcGIS 10 Fast Easy Powerful Everywhere late June 2010 ArcGIS System for Geographic Information Desktop Server Mobile Online A System A Complete

More information

Integration with Tenable Security Center

Integration with Tenable Security Center DEPLOYMENT GUIDE Integration with Tenable Security Center Outbound API 2017 Infoblox Inc. All rights reserved. Integration with Tenable Security Center August 2017 Page 1 of 10 Contents Introduction...

More information

SYSPRO s Fluid Interface Design

SYSPRO s Fluid Interface Design SYSPRO s Fluid Interface Design Introduction The world of computer-user interaction has come a long way since the beginning of the Graphical User Interface, but still most application interfaces are not

More information

Macola Enterprise Suite Release Notes: Macola ES

Macola Enterprise Suite Release Notes: Macola ES Page 1 of 8 Macola Enterprise Suite Release Notes: Macola ES9.5.300 Release: version ES9.5.300 Controlled Release Date: October 26, 2009 Mai Cat Sub Ass Rel Doc ID: Dat General Availability Release Date:

More information

Unit 10: Advanced Actions

Unit 10: Advanced Actions Unit 10: Advanced Actions Questions Covered What other action types are available? How can we communicate with users without sending an email? How can we clone a record, mapping just the fields we want?

More information

How to use ShareFile

How to use ShareFile How to use ShareFile Table of Contents What is Sharefile?... 3 Sharefile Invitation... 3 Email Message... 3 Login Page... 4 Email Notifications... 6 Folder Structure... 7 Invoice Folder... 7 Payments Folder...

More information

Service Quotation. School Employees LC Credit Union ATTN: Neil Sommers 340 GRISWOLD ROAD ELYRIA, OHIO USA

Service Quotation. School Employees LC Credit Union ATTN: Neil Sommers 340 GRISWOLD ROAD ELYRIA, OHIO USA 1 1 Technician: RROSATI Website Redesign and Development Scope Information: Redesign www.selccu.org with the primary goal of creating a new, modern and intuitive website that s easy to use and navigate

More information

Nostro Reconciliation Oracle FLEXCUBE Universal Banking Release [April] [2014] Oracle Part Number E

Nostro Reconciliation Oracle FLEXCUBE Universal Banking Release [April] [2014] Oracle Part Number E Nostro Reconciliation Oracle FLEXCUBE Universal Banking Release 11.3.83.02.0 [April] [2014] Oracle Part Number E53607-01 Nostro Reconciliation Table of Contents 1. ABOUT THIS MANUAL... 1-1 1.1 INTRODUCTION...

More information

USER GUIDE. Software version Documentation version 11

USER GUIDE. Software version Documentation version 11 USER GUIDE Software version 2.19.14 Documentation version 11 Contents Contents 2 Overview of System 3 Database Selection & System Login 3 System Menu 3 Add Organisation 5 Add Contact 6 Search Engine 9

More information

Kuali Financial System (KFS) New User Training. Presented by: Accounting Purchasing

Kuali Financial System (KFS) New User Training. Presented by: Accounting Purchasing Kuali Financial System (KFS) New User Training Presented by: Accounting Purchasing KFS Overview Kuali is a community of universities, colleges, and commercial affiliates that have partnered to build and

More information

Oracle Scripting. Implementation Guide Release Part No. E

Oracle Scripting. Implementation Guide Release Part No. E Oracle Scripting Implementation Guide Release 12.1 Part No. E13592-04 August 2010 Oracle Scripting Implementation Guide, Release 12.1 Part No. E13592-04 Copyright 2005, 2010, Oracle and/or its affiliates.

More information

TIA Academy Catalog. TIA Academy Catalog

TIA Academy Catalog. TIA Academy Catalog TIA Academy Catalog TIA Technology A/S Bredevej 2 DK-2830 Virum Denmark T +45 7022 7620 F +45 7022 7621 W tiatechnology.com E marketing@tia.dk Contents 1 The TIA Academy 3 1.1 General Description of Business

More information

Version 1.28 Release Notes

Version 1.28 Release Notes Version 1.28 Release Notes Musoni Release Notes 1.28 1 Release Notes Overview The Release Notes are a comprehensive overview of the new features and functionality added as part of Musoni s latest release.

More information

Installing and Administering a Satellite Environment

Installing and Administering a Satellite Environment IBM DB2 Universal Database Installing and Administering a Satellite Environment Version 8 GC09-4823-00 IBM DB2 Universal Database Installing and Administering a Satellite Environment Version 8 GC09-4823-00

More information

3 Connecting to Applications

3 Connecting to Applications 3 Connecting to Applications 3 Connecting to Applications...1 3.1 Prerequisites...1 3.2 Introduction...1 3.2.1 Pega, the Widget Supplier...2 3.2.2 Mega, the Widget Procurer...2 3.3 Create Requisition...3

More information

MV Advanced Features Overview. MV Advanced Features Workshop: Steps: 1. Logon to Multiview 1. Username: MANAGER 2. Password: manager 3.

MV Advanced Features Overview. MV Advanced Features Workshop: Steps: 1. Logon to Multiview 1. Username: MANAGER 2. Password: manager 3. MV Advanced Features Workshop: Ever wonder what some of the screens actually do in Multiview? Well this is the session for you! During this handson session, we'll explore some of the little used but very

More information

OpenText StreamServe 5.6 Document Broker Plus

OpenText StreamServe 5.6 Document Broker Plus OpenText StreamServe 5.6 Document Broker Plus User Guide Rev A OpenText StreamServe 5.6 Document Broker Plus User Guide Rev A Open Text SA 40 Avenue Monterey, Luxembourg, Luxembourg L-2163 Tel: 35 2 264566

More information

Q New Features Guide

Q New Features Guide Q3 2010 New Features Guide 080410 2010 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any means, electronic, or mechanical, including photocopying,

More information

Oracle Data Integrator 12c: Integration and Administration

Oracle Data Integrator 12c: Integration and Administration Oracle University Contact Us: +27 (0)11 319-4111 Oracle Data Integrator 12c: Integration and Administration Duration: 5 Days What you will learn Oracle Data Integrator is a comprehensive data integration

More information

Bank Reconciliation in Sage One. Sage One Partner Edition. Getting started

Bank Reconciliation in Sage One. Sage One Partner Edition. Getting started Bank Reconciliation in Sage One Sage One Partner Edition Getting started 1 Contents Introduction Introduction... 2 Signing Up... 7 Logging In... 7 Common Question... 8 Business & Billing Settings... 10

More information

YOUR COMMUNITY WITH NABR NETWORK

YOUR COMMUNITY WITH NABR NETWORK YOUR COMMUNITY WITH NABR NETWORK Thank you for your interest in Nabr Network This exciting mobile app and website are designed to keep communication flowing in your community association. Many communities

More information

SMS for REST Professional

SMS for REST Professional RockendSMS Enhanced Integration SMS for REST Professional RockendSMS has newly designed and developed an upgrade to the way you send SMS through REST Professional V14 and above (RockendSMS Enhanced Integration).

More information