Merrill Lynch Team s Development Plan v.1

Size: px
Start display at page:

Download "Merrill Lynch Team s Development Plan v.1"

Transcription

1 Merrill Lynch Team s Development Plan v.1 *** Score 100/100 yet I feel that there is more to the story. The next issue needs to be more specific on the architecture. As I manager I would assume that this project is doing well and be furious if problems came up in March and April that could have been identified in January. I. The purpose of this project is to create a Customer Relationship Management tool, or CRM, for internal users of the Global Client & Data Services data. It will allow Global Client & Data Services to better understand and service their clients through tracking of data being used by different clients of Merrill Lynch. II: The goal of this project is to reduce the time spent requesting and fulfilling customer s requests for data. There was not a quantitative number given for the time reduced. III: Team members: Kressley A. Dahll Project Manager Dan Stier Project Architect David E. Barker Ian Parks Ilan Pollak John Jungmin Lee Keith J. Glennon Marc Lee Hardik Mehta Murshed Choudhury Management Plan: Save for the Project Manager and the Project Architect, the team is broken into three groups: Database Management, Data

2 Request and Data Fulfillment. The Database Management team is responsible for maintaining the current database of the information, creating the database needed for our CRM, and any queries. The Data Request team is responsible for the GUI and logic required for requesting data from GCDS. The Data Fulfillment team is responsible for the GUI and logic required for GCDS to fulfill the customer s request of the data. The Project Manager is responsible for communication with Merrill Lynch, defining and documenting the Development Process, making trade-offs among features, schedule, development cost and quality. The Project Manager also chairs the project meetings, assigns and tracks action items, and communicates any changes to the aforementioned to the rest of the team. The Software Architect is responsible for assuring that the requirements are valid and quantitative. He also defines nonfunctional requirements, components, and interface structures. He also acts as a liaison between the groups to insure that there is fluidity between the different teams. IV: There are three main requirements for this project: search functionality, the ability to update fields, and handling data requests. The search functionality has to allow the user to search by organizational alignment, like business unit, group/department, and application name, and delivery information, like service name, data object name and delivery type. For the ability to update fields, all records have to be modifiable. This includes adding new records, modifying existing records, and deleting records. The main functionality of this project is to handle data requests. These have to able to be viewed and accepted through various stages in the workflow. V. Using the Function points formula (FP=(UFP)(VAF)), we made our FPA. First, we needed to determine the VAF.

3 We used the 14 General System Characteristics (GSC) to get the value to compute the VAF. We used Wideband Delphi to determine the values in the GSC with our architect and the remainder of the group. This is our GSC: Data Communication 3 Distributed Data Processing 1 Performance 2 Heavily Used Configuration 0 Transaction Rate 5 Online Data Entry 5 End-User Efficiency 5 Online Update 4 Complex Processing 0 Reusability 5 Installation Ease 1 Operational Ease 1 Multiple Sites 0 Facilitate Change 2 Total= 34 Then with this information, we calculated the VAF VAF= /100=0.99 Then we separated the components of the architecture that we had and determined whether they were External Inputs (EI), External Outputs (EO), External Inquires (EQ), Internal Logical Files (ILF), and External Interface Files (EIF). Using the worksheet on pg 180 of TSQTE, we determined the UFP by using the table. This is our UFP result for a best case scenario: Type of Complexity Of Components Component Low Average High Total EI 5*3=15 2*4=8 0*6=0 23 EO 6*4=24 3*5=15 0*7=0 39 EQ 1*3=3 1*4=4 0*6=0 7

4 ILF 6*7=42 4*10=40 0*15=0 82 EIF 0*5=0 1*7=7 0*10=0 7 UAF=158 With the VAF and the UAF, we can calculate the function points for our best case scenario. FP=0.99 * 158 = Since we are coding in Java, we used the conversional factor for Java which is 63 and multiplied it by the Function points. *** Use UAF to avoid double counting complexity * 63 = this is approximately SLOC. In our worst case scenario, we used the same method to get the UFP in our best case using the same worksheet. This is the UAF result for the worst case scenario: 删 除 的 内 容 : which is approximately SLOC. Type of Complexity Of Components Component Low Average High Total EI 0*3=0 5*4=20 2*6=12 32 EO 0*4=0 6*5=30 3*7=21 51 EQ 0*3=0 1*4=4 1*6=6 10 ILF 0*7=0 6*10=60 4*15= EIF 0*5=0 0*7=0 1*10=10 10 UAF=223 Then we calculated the FP using the same formula: FP= 0.99 * 223= Once again, we use the conversional factor for Java to get the Source Lines of Code * 63 = this is approximately SLOC So we are assuming that we will have about to SLOC. 删 除 的 内 容 : which is approximately SLOC VI.

5 ICED-T: Data Request by: Intuitive Consistent Efficient Durable Thoughtful GCDS DSOMS Their current method uses as a form of communication between their customers and themselves. This is not a good method because it is slow, and communication can be broken down through many s. It is also hard to keep track of who has ordered what information in the past. With our program, they will be able to communicate and serve their customers in a much more organized and precise fashion. It will also allow them to track information in the past, so they can better help their customers in the future. VII.

6

7 Using COCOMO, we came up with the following information: Best Case Scenario Semi-Detached E = 3.0(10) 1.12 = 39.5

8 D = 2.5(39.5) 0.35 = 9.1 P = 39.5 / 9.1 = 4.34 Worse Case Scenario Semi-Detached E = 3.0(14) 1.12 = 57.6 D = 2.5(57.6) 0.35 = 10.3 P = 57.6 / 10.3 = 5.6 From our analysis, we are within our estimations because we have more people than recommended. **See attached Gantt Chart for full chart** VIII. Summary: The following document outlines the testing plan our group will take to ensure software that is as bug free as possible. The key limitation to our testing will be that there will be only limited opportunities to test the application in the environment it will be run in. Despite this we will Endeavour to provide well developed, easy to read, bug free code to the best of our abilities. Scope Testing will be handled first individually by the team developers. After developers submit working versions of their modules to the project manager and architect, they will be integrated into a more complete version of the project and tested by the project manager and architect. By limiting the amount of coupling between individual developer modules testing should remain simple, and not require significant testing during integration. Deliverables Deliverables include a test single sign on program, to be compiled and run by Merrill Lynch to test our implementation of

9 single sign on. We plan to provide a staging version of the application to Merrill Lynch April 8 th. As development progresses we plan to send Merrill Lynch screenshots or power point presentations of what the screens of the application will look like and how they work. We plan to deliver an updated database schema on Jan 31 for review. Release Criteria The primary criteria for release will be a generally complete application tested for all known use cases in the development environment. The HR sync process and the single sign on module s status will not affect release criteria, these two pieces are considered separate. While both were important requests made by Merrill Lynch, these are not show stoppers, and the bulk of the application can function without them. Risks and Contingencies The primary risk is that the application will fail to work in the Merrill Lynch environment. This had been mitigated by developing in Merrill s preferred language, Java, using their preferred web server, Apache Tomcat, and using their preferred version of Oracle database. By keeping the development environments as close to Merrill s production environments as possible the risk should be minimal, but there are no contingencies. There are further risks, however; the standalone server we have to write to synchronize and alert from the HR database will have very limited testing opportunities. We have the correct version and schema information, but again, without the ability to test this application in a production environment there is considerable risk here, and we have no contingencies, if our implementation does not work.

10 The largest risk associated with this project is the single-sign on module, requested by Merrill Lynch. We will not receive any information about the Merrill LDAP system, meaning that our testing will likely be using a different version of the LDAP software, and will be given only limited knowledge of their schema. As a contingency to single sign on, we will include in the application a simple database controlled login. Testing Use Cases Our testing will include the ability to: Create/Edit Subscription Requests for new projects Create/Edit Subscription Requests for current projects Create/Edit Tracking Requests for projects Browse Entire Software Catalog Use catalog to pre-fill fields for Subscription Requests View All Reports Filter all filterable grids on any/all filters Create/Edit Applications Create/Edit/Deactivate Contacts Associate Contacts with Applications Associate Contacts with Project and Requests

FUNCTION POINT ANAYSIS DETERMINING THE SIZE OF ERP IMPLEMENTATION PROJECTS By Paulo Gurevitz Cunha

FUNCTION POINT ANAYSIS DETERMINING THE SIZE OF ERP IMPLEMENTATION PROJECTS By Paulo Gurevitz Cunha FUNCTION POINT ANAYSIS DETERMINING THE SIZE OF ERP IMPLEMENTATION PROJECTS By Paulo Gurevitz Cunha Introduction In general, when we receive a request to implement a package, the first question that comes

More information

Fundamentals of Function Point Analysis

Fundamentals of Function Point Analysis Fundamentals of Function Point Analysis By David@SoftwareMetrics.Com Abstract Systems continue to grow in size and complexity. They are becoming more and more difficult to understand. Improvement of coding

More information

Counting Infrastructure Software

Counting Infrastructure Software Counting Infrastructure Software Dr. Anthony L Rollo, SMS Ltd, Christine Green EDS Many function point counters and managers of software counts believe that only whole applications may be sized using the

More information

Software Development: Tools and Processes. Lecture - 16: Estimation

Software Development: Tools and Processes. Lecture - 16: Estimation Software Development: Tools and Processes Lecture - 16: Estimation Estimating methods analogy method direct estimating method Delphi technique PERT-type rolling window Constructivist Cost Model (CoCoMo)

More information

APPLYING FUNCTION POINTS WITHIN A SOA ENVIRONMENT

APPLYING FUNCTION POINTS WITHIN A SOA ENVIRONMENT APPLYING FUNCTION POINTS WITHIN A SOA ENVIRONMENT Jeff Lindskoog EDS, An HP Company 1401 E. Hoffer St Kokomo, IN 46902 USA 1 / 16 SEPTEMBER 2009 / EDS INTERNAL So, Ah, How Big is it? 2 / 16 SEPTEMBER 2009

More information

How to Avoid Traps in Contracts for Software Factory Based on Function Metric

How to Avoid Traps in Contracts for Software Factory Based on Function Metric How to Avoid Traps in Contracts for Software Factory Based on Function Metric Claudia Hazan Serviço Federal de Processamento de Dados (SERPRO) SGAN Quadra 601 Modulo V Brasilia, DF, CEP: 70836-900 BRAZIL

More information

Press 1 for How to count Press 2 for an IVR Press 3 for using Function Points

Press 1 for How to count Press 2 for an IVR Press 3 for using Function Points Press 1 for How to count Press 2 for an IVR Press 3 for using Function Points Presented by Tammy Preuss CFPS, PMP, Lean Six Sigma Black Belt AT&T September 13, 2007 1 Overview What is an IVR Using Function

More information

FUNCTION POINT ANALYSIS: Sizing The Software Deliverable. BEYOND FUNCTION POINTS So you ve got the count, Now what?

FUNCTION POINT ANALYSIS: Sizing The Software Deliverable. BEYOND FUNCTION POINTS So you ve got the count, Now what? FUNCTION POINT ANALYSIS: Sizing The Software Deliverable BEYOND FUNCTION POINTS So you ve got the count, Now what? 2008 Course Objectives The primary webinar objectives are to: Review function point methodology

More information

Project Server 2013 Inside Out Course 55034; 5 Days, Instructor-led

Project Server 2013 Inside Out Course 55034; 5 Days, Instructor-led Project Server 2013 Inside Out Course 55034; 5 Days, Instructor-led Course Description This course will teach you how to work with Microsoft Project Server 2013. You will also create and manage projects

More information

Introduction to Function Points www.davidconsultinggroup.com

Introduction to Function Points www.davidconsultinggroup.com By Sheila P. Dennis and David Garmus, David Consulting Group IBM first introduced the Function Point (FP) metric in 1978 [1]. Function Point counting has evolved into the most flexible standard of software

More information

Identity Management with midpoint. Radovan Semančík FOSDEM, January 2016

Identity Management with midpoint. Radovan Semančík FOSDEM, January 2016 Management with midpoint Radovan Semančík FOSDEM, January 2016 Radovan Semančík Current: Software Architect at Evolveum Architect of Evolveum midpoint Contributor to ConnId and Apache Directory API Past:

More information

SIZING ANDROID MOBILE APPLICATIONS

SIZING ANDROID MOBILE APPLICATIONS SIZING ANDROID MOBILE APPLICATIONS GURUPRASATH S, CFPS Email: g.a.sethumadhavan@accenture.com Reviewed By: Purnima Jagannathan Prashanth CM Copyright 2011 Accenture All Rights Reserved. Accenture, its

More information

PMI PMBOK & ESTIMATING PMI PMBOK & ESTIMATING PMI PMBOK & ESTIMATING PMI PMBOK & ESTIMATING PMI PMBOK & ESTIMATING PMI PMBOK & ESTIMATING

PMI PMBOK & ESTIMATING PMI PMBOK & ESTIMATING PMI PMBOK & ESTIMATING PMI PMBOK & ESTIMATING PMI PMBOK & ESTIMATING PMI PMBOK & ESTIMATING PMI PMBOK & ESTIMATING PMI PMBOK & ESTIMATING PMI PMBOK & ESTIMATING PMI PMBOK & ESTIMATING PMI PMBOK & ESTIMATING PMI PMBOK & ESTIMATING 03-23-05 Christine Green, PMI PMBOK and Estimating EDS, Delivery

More information

IndustryPrint: Business Process Analysis for Everyone!

IndustryPrint: Business Process Analysis for Everyone! IndustryPrint: Business Process Analysis for Everyone! Deloitte Consulting LLP - October 16, 2012 Chris Ottesen Specialist Leader Marc Redemann Specialist Leader Introduction: Your presenters today October

More information

mframe Software Development Platform KEY FEATURES

mframe Software Development Platform KEY FEATURES mframe Software Development Platform mframe is a comprehensive software development platform for building modern modular WEB and B2B applications. It consists of basic core modules as well as other delevoped

More information

55034-Project Server 2013 Inside Out

55034-Project Server 2013 Inside Out Course Outline 55034-Project Server 2013 Inside Out Duration: 5 days (30 hours) Target Audience: This course is intended for anyone that will need to manage and use Project Server 2013. This includes the

More information

Does function point analysis change with new approaches to software development? January 2013

Does function point analysis change with new approaches to software development? January 2013 Does function point analysis change with new approaches to software development? January 2013 Scope of this Report The information technology world is constantly changing with newer products, process models

More information

AdvOSS Provisioning Engine

AdvOSS Provisioning Engine AdvOSS Provisioning Engine PRODUCT DATA SHEET Copyright AdvOSS.com, 2007 2010 All Rights Reserved This document is property of AdvOSS Page 1 Table of Contents 1 AdvOSS Provisioning Engine... 3 2 Modules...

More information

SYSTEM DEVELOPMENT AND IMPLEMENTATION

SYSTEM DEVELOPMENT AND IMPLEMENTATION CHAPTER 6 SYSTEM DEVELOPMENT AND IMPLEMENTATION 6.0 Introduction This chapter discusses about the development and implementation process of EPUM web-based system. The process is based on the system design

More information

Business Intelligence Systems: a Comparative Analysis

Business Intelligence Systems: a Comparative Analysis Business Intelligence Systems: a Comparative Analysis Carlo DELL AQUILA, Francesco DI TRIA, Ezio LEFONS, and Filippo TANGORRA Dipartimento di Informatica Università di Bari via Orabona 4, I-70125 Bari

More information

Why SNAP? What is SNAP (in a nutshell)? Does SNAP work? How to use SNAP when we already use Function Points? How can I learn more? What s next?

Why SNAP? What is SNAP (in a nutshell)? Does SNAP work? How to use SNAP when we already use Function Points? How can I learn more? What s next? 1 Agenda Why SNAP? What is SNAP (in a nutshell)? Does SNAP work? How to use SNAP when we already use Function Points? How can I learn more? What s next? 2 Agenda Why SNAP? What is SNAP (in a nutshell)?

More information

Appendix G Technical Methodology and Approach Document

Appendix G Technical Methodology and Approach Document Appendix G Technical Methodology and Approach Document Technical Methodology and Approach Document CWS/CMS Technical Architecture Alternatives Analysis (TAAA) California Health and Human Services Agency

More information

IPA/SEC Data entry form Version 3.0 for IPA/SEC White Paper 20xx on software development projects in Japan

IPA/SEC Data entry form Version 3.0 for IPA/SEC White Paper 20xx on software development projects in Japan IPA/SEC Data entry form Version 3.0 for IPA/SEC White Paper 20xx on software development projects in Japan Information-Technology Promotion Agency, Japan(IPA) Software Engineering Center(SEC) Contents

More information

Appendix M INFORMATION TECHNOLOGY (IT) YOUTH APPRENTICESHIP

Appendix M INFORMATION TECHNOLOGY (IT) YOUTH APPRENTICESHIP Appendix M INFORMATION TECHNOLOGY (IT) YOUTH APPRENTICESHIP PROGRAMMING & SOFTWARE DEVELOPMENT AND INFORMATION SUPPORT & SERVICES PATHWAY SOFTWARE UNIT UNIT 5 Programming & and Support & s: (Unit 5) PAGE

More information

Course 55034A: Microsoft Project Server 2013 Inside Out

Course 55034A: Microsoft Project Server 2013 Inside Out Course 55034A: Microsoft Project Server 2013 Inside Out Five days, instructor-led About this Course This 5-day Instructor Lead course how to work with Microsoft Project Server 2013. You will also create

More information

NetIQ Identity Manager Setup Guide

NetIQ Identity Manager Setup Guide NetIQ Identity Manager Setup Guide July 2015 www.netiq.com/documentation Legal Notice THIS DOCUMENT AND THE SOFTWARE DESCRIBED IN THIS DOCUMENT ARE FURNISHED UNDER AND ARE SUBJECT TO THE TERMS OF A LICENSE

More information

RegoXchange Content List by RegoXchange www.regoxchange.com/

RegoXchange Content List by RegoXchange www.regoxchange.com/ ID Title Assignment Type Description EX0003 EX0003 EX0006 EX0006 EX0007 EX0007 % Time by Type and Timescale - Column Graph - % Time by Type and Timescale - Column Graph - SQL % Time by Type and Timescale

More information

FAST Function Points. David Seaver Director Estimation and Measurement Fidelity Investments 8-563-6753

FAST Function Points. David Seaver Director Estimation and Measurement Fidelity Investments 8-563-6753 FAST Function Points David Seaver Director Estimation and Measurement Fidelity Investments david.seaver@fmr.com 8-563-6753 Outline of the Presentation Overview of function points (IFPUG based Technique)

More information

LDAP Authentication Configuration Appendix

LDAP Authentication Configuration Appendix 1 Overview LDAP Authentication Configuration Appendix Blackboard s authentication technology is considered a focal point in the company s ability to provide true enterprise software. Natively, the Blackboard

More information

HR Data Retrieval in a LDAP- Enabled Directory Service

HR Data Retrieval in a LDAP- Enabled Directory Service HR Data Retrieval in a LDAP- Enabled Directory Service HELP.PORTMANAGER Release 50A Copyright Copyright 2001 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in

More information

Measuring Change Requests to support effective project management practices.

Measuring Change Requests to support effective project management practices. Measuring Change Requests to support effective project management practices. Roberto Meli Abstract Some of the major reasons for software project failures relay in the area of the management of project

More information

Open Source Identity Management

Open Source Identity Management Open Source Management OpenAlt 2015 Radovan Semančík November 2015 Ing. Radovan Semančík, PhD. Software architect Co-owner of Evolveum (open source company) Architect of midpoint project Apache committer

More information

Extending Function Point Estimation for Testing MDM Applications

Extending Function Point Estimation for Testing MDM Applications Cognizant 20-20 Insights Extending Function Point Estimation for Testing Applications Executive Summary Effort estimation of testing has been a much debated topic. A variety of techniques are used ranging

More information

A TOOL FOR SOFTWARE PROJECT MANAGEMENT FOR ESTIMATION, PLANNING & TRACKING AND CALIBRATION

A TOOL FOR SOFTWARE PROJECT MANAGEMENT FOR ESTIMATION, PLANNING & TRACKING AND CALIBRATION A TOOL FOR SOFTWARE PROJECT MANAGEMENT FOR ESTIMATION, PLANNING & TRACKING AND CALIBRATION DISSERTATION SUBMITTED IN PARTIAL FULLFILMENT OF THE REQUIREMENTS FOR THE DEGREE OF MASTER OF TECHNOLOGY IN INFORMATION

More information

Accounting for Non-Functional Requirements in Productivity Measurement, Benchmarking & Estimating

Accounting for Non-Functional Requirements in Productivity Measurement, Benchmarking & Estimating Accounting for Non-Functional Requirements in Productivity Measurement, Benchmarking & Estimating Charles Symons President The Common Software Measurement International Consortium UKSMA/COSMIC International

More information

Training for IT project managers and team leads

Training for IT project managers and team leads You will use on Monday what we will teach you on Friday! Training for IT project managers and team leads Innopolis University offers advanced training for top managers and senior executives, technical

More information

Derived Data in Classifying an EO

Derived Data in Classifying an EO itip Guidance from the Functional Sizing Standards Committee on topics important to you Derived Data in Classifying an EO itip # 07 (Version 1.0 08/08/2014) itips provide guidance on topics important to

More information

Features Document of

Features Document of Document of Table of Contents 1 Welcome to rujulcrm-legal... 2 1.1 How CRM is Useful... 2 1.2 The Impact of Technology on CRM... 2 1.3 The Benefit of CRM... 2 1.4 Why SugarCRM... 3 1.5 Overview of rujulcrm...

More information

Leading Collaborative Project Portfolio and Project Management Software. Success can be planned

Leading Collaborative Project Portfolio and Project Management Software. Success can be planned Leading Collaborative Project Portfolio and Project Management Software Success can be planned The Genius Project solution goes beyond simple planning; it covers all phases of a project as well as the

More information

Function Point Counting Practices Manual. Release 4.1.1

Function Point Counting Practices Manual. Release 4.1.1 Function Point Counting Practices Manual Release 4.1.1 International Function Point Users Group (IFPUG) Function Point Counting Practices Manual Release 4.1.1 Chairperson, Counting Practices Committee

More information

The Role of the Software Architect

The Role of the Software Architect IBM Software Group The Role of the Software Architect Peter Eeles peter.eeles@uk.ibm.com 2004 IBM Corporation Agenda Architecture Architect Architecting Requirements Analysis and design Implementation

More information

Service Delivery Module

Service Delivery Module Service Delivery Module Software Development Methodology -India follows international industry standards and has adopted the standard methodology in our Software Development Life Cycle (SDLC). It is a

More information

To increase scalability, the following features can be integrated:

To increase scalability, the following features can be integrated: Client Requirements Magento Multi Store Ecommerce Management system is an online virtual mall using is Saas based model based Ecommerce Platform where merchants and retailers can sign up and easily create

More information

A QoS-aware Method for Web Services Discovery

A QoS-aware Method for Web Services Discovery Journal of Geographic Information System, 2010, 2, 40-44 doi:10.4236/jgis.2010.21008 Published Online January 2010 (http://www.scirp.org/journal/jgis) A QoS-aware Method for Web Services Discovery Bian

More information

EPL603 Topics in Software Engineering

EPL603 Topics in Software Engineering Lecture 10 Technical Software Metrics Efi Papatheocharous Visiting Lecturer efi.papatheocharous@cs.ucy.ac.cy Office FST-B107, Tel. ext. 2740 EPL603 Topics in Software Engineering Topics covered Quality

More information

Web Application Architectures

Web Application Architectures Web Engineering Web Application Architectures Copyright 2013 Ioan Toma & Srdjan Komazec 1 Where we are? # Date Title 1 5 th March Web Engineering Introduction and Overview 2 12 th March Requirements Engineering

More information

Application Management Services (AMS)

Application Management Services (AMS) Contents 1. AMS : An Overview 2. AMS : Models 3. Delivery Organization 4. Processes & Tools 5. Transition Methodology 6. Pricing Application Management Services (AMS) Enterprise Application Services Capability

More information

Solution: Simple and easy to understand, using combination of vast techniques to cover Software Development and Testing estimations.

Solution: Simple and easy to understand, using combination of vast techniques to cover Software Development and Testing estimations. Agenda: Proposing Bricked Estimation Method Problem: There are plenty of estimation model available in Software industry. Many times we don t have clarity on estimation because of complexity and we end

More information

Microsoft Project Server 2010 Technical Boot Camp

Microsoft Project Server 2010 Technical Boot Camp Microsoft Project Server 2010 Technical Boot Camp Course M50558 5 Day(s) 30:00 Hours Introduction Course retirement date: November 30, 2012 For a complete list of courseware retirements, see: www.microsoft.com/learning/en/us/training/retired

More information

Software Development & Education Center. Microsoft Dynamics

Software Development & Education Center. Microsoft Dynamics Software Development & Education Center Microsoft Dynamics CRM 2011 Exam MB2-886, Course 80294B Microsoft Dynamics CRM 2011 Customization and Configuration About this Course This course describes the techniques

More information

Oracle EBS Interface Connector User Guide V1.4

Oracle EBS Interface Connector User Guide V1.4 Oracle EBS Interface Connector User Guide V1.4 Contents Oracle EBS Interface Connector User Guide V1.4... 1 1. Introduction... 3 2. Technologies... 4 3. High level Architectural Diagram... 4 4. About Oracle

More information

SOFTWARE VALUE ENGINEERING IN DEVELOPMENT PROCESS

SOFTWARE VALUE ENGINEERING IN DEVELOPMENT PROCESS SOFTWARE VALUE ENGINEERING IN DEVELOPMENT PROCESS Pawel Grzegrzolka University of Gdansk, Department of Business Informatics, Piaskowa 9, 81-864 Sopot, Poland, pawel.grzegrzolka@gmail.com Abstract. This

More information

Task Management. JobTraQ Core Features

Task Management. JobTraQ Core Features Task Management JobTraQ automates human to human workflow and simplifies hierarchical team management of collaborative tasks. JobTraQ also ensures that the correct data is collected and displayed through

More information

Implementing and Maintaining Microsoft SQL Server 2008 Reporting Services

Implementing and Maintaining Microsoft SQL Server 2008 Reporting Services Course 6236A: Implementing and Maintaining Microsoft SQL Server 2008 Reporting Services Length: 3 Days Published: December 05, 2008 Language(s): English Audience(s): IT Professionals Level: 200 Technology:

More information

Enterprise Resource Planning Analysis of Business Intelligence & Emergence of Mining Objects

Enterprise Resource Planning Analysis of Business Intelligence & Emergence of Mining Objects Enterprise Resource Planning Analysis of Business Intelligence & Emergence of Mining Objects Abstract: Build a model to investigate system and discovering relations that connect variables in a database

More information

What s New in Grants Management Software and Services

What s New in Grants Management Software and Services What s New in Grants Management Software and Services October 21, 2010 Martin Schneiderman President Information Age Associates 47 Murray Place Princeton, NJ 08540 USA mbs@iaa.com www.iaa.com 609-924-6936

More information

Automatic notices process running too long, system config error corrected.

Automatic notices process running too long, system config error corrected. (Update notes are in italics) Ongoing Sierra issues On Monday, January 7, 2013 we had a phone call with the Customer Services supervisor at Innovative Interfaces. We communicated very directly that many

More information

Windchill ProjectLink 10.2. Curriculum Guide

Windchill ProjectLink 10.2. Curriculum Guide Windchill ProjectLink 10.2 Curriculum Guide Live Classroom Curriculum Guide Workflow Administration of Windchill 10.2 System Administration of Windchill 10.2 Introduction to Windchill ProjectLink 10.2

More information

Contents. Introduction and System Engineering 1. Introduction 2. Software Process and Methodology 16. System Engineering 53

Contents. Introduction and System Engineering 1. Introduction 2. Software Process and Methodology 16. System Engineering 53 Preface xvi Part I Introduction and System Engineering 1 Chapter 1 Introduction 2 1.1 What Is Software Engineering? 2 1.2 Why Software Engineering? 3 1.3 Software Life-Cycle Activities 4 1.3.1 Software

More information

CONDIS. IT Service Management and CMDB

CONDIS. IT Service Management and CMDB CONDIS IT Service and CMDB 2/17 Table of contents 1. Executive Summary... 3 2. ITIL Overview... 4 2.1 How CONDIS supports ITIL processes... 5 2.1.1 Incident... 5 2.1.2 Problem... 5 2.1.3 Configuration...

More information

Optimizing Service Levels in Public Cloud Deployments

Optimizing Service Levels in Public Cloud Deployments WHITE PAPER OCTOBER 2014 Optimizing Service Levels in Public Cloud Deployments Keys to Effective Service Management 2 WHITE PAPER: OPTIMIZING SERVICE LEVELS IN PUBLIC CLOUD DEPLOYMENTS ca.com Table of

More information

Sugar Professional. Approvals + + + + Competitor tracking + + + + Territory management + + + + Third-party sales methodologies + + + +

Sugar Professional. Approvals + + + + Competitor tracking + + + + Territory management + + + + Third-party sales methodologies + + + + Professional Corporate Enterprise Ultimate List price / user / month $35 $45 $60 $100 List price / user / year (contractual term) $420 $540 $720 $1,200 Application or user limits no limits no limits no

More information

How to Determine Your Application Size Using Function Points

How to Determine Your Application Size Using Function Points EMBARCADERO HO ME LOCATION ENGLISH LOG ON Watch, Follow, & Connect with Us Share This COMMUNITIES ARTICLES BLOGS RESOURCES DOWNLOADS HELP Conferences» 2004 BorCon» Best Practices How to Determine Your

More information

Benefits of Test Automation for Agile Testing

Benefits of Test Automation for Agile Testing Benefits of Test Automation for Agile Testing Manu GV 1, Namratha M 2, Pradeep 3 1 Technical Lead-Testing Calsoft Labs, Bangalore, India 2 Assistant Professor, BMSCE, Bangalore, India 3 Software Engineer,

More information

<Insert Picture Here>

<Insert Picture Here> Using Oracle SQL Developer and SQL Developer Data Modeler to aid your Oracle Application Express development Marc Sewtz Software Development Manager Oracle Application

More information

Define Activities Sequence Activities Estimate Activity Resources Estimate Activity Durations Develop Schedule Control Schedule

Define Activities Sequence Activities Estimate Activity Resources Estimate Activity Durations Develop Schedule Control Schedule 1 (Image) 2 The process required to manage timely completion of the project. Project time management start with planning by the project management team (not shown as a discrete process). In small project,

More information

Service Management in Microsoft Dynamics CRM 2011

Service Management in Microsoft Dynamics CRM 2011 Course 80292A: Service Management in Microsoft Dynamics CRM 2011 About this Course This course introduces Microsoft Dynamics CRM service management functionality and explains how it helps organizations

More information

How to leverage SAP NetWeaver Identity Management and SAP Access Control combined solutions

How to leverage SAP NetWeaver Identity Management and SAP Access Control combined solutions How to leverage SAP NetWeaver Identity Management and SAP Access Control combined solutions Introduction This paper provides an overview of the integrated solution and a summary of implementation options

More information

Calculation of the Functional Size and Productivity with the IFPUG method (CPM 4.3.1). The DDway experience with WebRatio

Calculation of the Functional Size and Productivity with the IFPUG method (CPM 4.3.1). The DDway experience with WebRatio Calculation of the Functional Size and Productivity with the IFPUG method (CPM 4.3.1). The DDway experience with WebRatio This document contains material that has been extracted from the IFPUG Counting

More information

Integration of SAP central user administration with Microsoft Active Directory

Integration of SAP central user administration with Microsoft Active Directory Collaboration Technology Support Center Microsoft - Collaboration Brief June 2005 Integration of SAP central user administration with Microsoft Active Directory Chris Kohlsdorf, Senior System Architect

More information

Smarter Balanced Assessment Consortium. Recommendation

Smarter Balanced Assessment Consortium. Recommendation Smarter Balanced Assessment Consortium Recommendation Smarter Balanced Quality Assurance Approach Recommendation for the Smarter Balanced Assessment Consortium 20 July 2012 Summary When this document was

More information

THE EUROPEAN DATA PORTAL

THE EUROPEAN DATA PORTAL European Public Sector Information Platform Topic Report No. 2016/03 UNDERSTANDING THE EUROPEAN DATA PORTAL Published: February 2016 1 Table of Contents Keywords... 3 Abstract/ Executive Summary... 3 Introduction...

More information

Terms of Reference for Design, Development and Maintenance of Intranet for UN in India

Terms of Reference for Design, Development and Maintenance of Intranet for UN in India I. Organizational Context Terms of Reference for Design, Development and Maintenance of Intranet for UN in India (Closing date for Proposal Submission: 18 th December, 2012, 17:30 hrs, IST) As many as

More information

Chemuturi Consultants Do it well or not at all Productivity for Software Estimators Murali Chemuturi

Chemuturi Consultants Do it well or not at all Productivity for Software Estimators Murali Chemuturi Productivity for Software Estimators Murali Chemuturi 1 Introduction Software estimation, namely, software size, effort, cost and schedule (duration) are often causing animated discussions among the fraternity

More information

Making Microsoft CRM Online Work for Your Business

Making Microsoft CRM Online Work for Your Business IMC Systems, LLC 10831 West Broad Street Glen Allen, VA 23233 Tel: (804) 360-4818 Fax: (804) 260-7660 Making Microsoft CRM Online Work for Your Business IMC s Tips and Best-Practices for OnDemand CRM INTEGRATED

More information

TIME AND ATTENDANCE MANAGEMENT WEB

TIME AND ATTENDANCE MANAGEMENT WEB I N F I N I T Y Z U C C H E T T I TIME AND ATTENDANCE MANAGEMENT WEB TIME AND ATTENDANCE MANAGEMENT WEB The first ever entirely web-based attendance management application Time and Attendance Management

More information

Leading Collaborative Project Portfolio and Project Management Software. Success can be planned

Leading Collaborative Project Portfolio and Project Management Software. Success can be planned Leading Collaborative Project Portfolio and Project Management Software Success can be planned The Genius Project solution goes beyond simple planning; it covers all phases of a project as well as the

More information

The Definitive Guide to Cloud Acceleration

The Definitive Guide to Cloud Acceleration The Definitive Guide to Cloud Acceleration Dan Sullivan sponsored by Chapter 5: Architecture of Clouds and Content Delivery... 80 Public Cloud Providers and Virtualized IT Infrastructure... 80 Essential

More information

Course 50382A: Implementing Forefront Identity Manager 2010 OVERVIEW

Course 50382A: Implementing Forefront Identity Manager 2010 OVERVIEW Course 50382A: Implementing Forefront Identity Manager 2010 OVERVIEW About this Course This four-day instructor-led courseintroduces and explains the features and capabilities of Microsoft Forefront Identity

More information

SQL Server 2012 Business Intelligence Boot Camp

SQL Server 2012 Business Intelligence Boot Camp SQL Server 2012 Business Intelligence Boot Camp Length: 5 Days Technology: Microsoft SQL Server 2012 Delivery Method: Instructor-led (classroom) About this Course Data warehousing is a solution organizations

More information

Microsoft PPM for Application Administrators using Microsoft Project Online

Microsoft PPM for Application Administrators using Microsoft Project Online Microsoft for Application Administrators using Microsoft Project Online An engaging training session designed to train application administrators the fundamentals of maintaining Project Online. About this

More information

MicroStrategy Course Catalog

MicroStrategy Course Catalog MicroStrategy Course Catalog 1 microstrategy.com/education 3 MicroStrategy course matrix 4 MicroStrategy 9 8 MicroStrategy 10 table of contents MicroStrategy course matrix MICROSTRATEGY 9 MICROSTRATEGY

More information

Automate Your BI Administration to Save Millions with Command Manager and System Manager

Automate Your BI Administration to Save Millions with Command Manager and System Manager Automate Your BI Administration to Save Millions with Command Manager and System Manager Presented by: Dennis Liao Sr. Sales Engineer Date: 27 th January, 2015 Session 2 This Session is Part of MicroStrategy

More information

Enterprise Architecture 101. (Includes numerous samples/ templates produced using TOGAF methodology) Shail Sood

Enterprise Architecture 101. (Includes numerous samples/ templates produced using TOGAF methodology) Shail Sood Enterprise Architecture 101 (Includes numerous samples/ templates produced using TOGAF methodology) Enterprise Architecture Key Question What is Enterprise Architecture? Why Enterprise Architecture? What

More information

Integrigy Corporate Overview

Integrigy Corporate Overview mission critical applications mission critical security Application and Database Security Auditing, Vulnerability Assessment, and Compliance Integrigy Corporate Overview Integrigy Overview Integrigy Corporation

More information

Oracle Business Intelligence EE. Prab h akar A lu ri

Oracle Business Intelligence EE. Prab h akar A lu ri Oracle Business Intelligence EE Prab h akar A lu ri Agenda 1.Overview 2.Components 3.Oracle Business Intelligence Server 4.Oracle Business Intelligence Dashboards 5.Oracle Business Intelligence Answers

More information

Payroll Basics for ADP Workforce Now. Automatic Data Processing, LLC ES Canada

Payroll Basics for ADP Workforce Now. Automatic Data Processing, LLC ES Canada Payroll Basics for ADP Workforce Now Automatic Data Processing, LLC ES Canada PAYROLL LEVEL 1 FOR WORKFORCE NOW ADP s Trademarks The ADP Logo and ADP Workforce Now are registered trademarks of ADP, Inc.

More information

Project Planning and Project Estimation Techniques. Naveen Aggarwal

Project Planning and Project Estimation Techniques. Naveen Aggarwal Project Planning and Project Estimation Techniques Naveen Aggarwal Responsibilities of a software project manager The job responsibility of a project manager ranges from invisible activities like building

More information

5.2. 5.2 Template for IT Project Plan. Template for IT Project Plan. [Project Acronym and Name]

5.2. 5.2 Template for IT Project Plan. Template for IT Project Plan. [Project Acronym and Name] 231 5.2 Template for IT Project Plan Name of the Tool: Source: Usage: Description: Template for IT Project Plan GIZ This template has been designed as a tool to support the planning of IT projects for

More information

Copyright 2014 Alvin J. Alexander All rights reserved. No part of this book may be reproduced without prior written permission from the author.

Copyright 2014 Alvin J. Alexander All rights reserved. No part of this book may be reproduced without prior written permission from the author. How I Estimate Software Development Projects How I Estimate Software Development Projects Copyright 2014 Alvin J. Alexander All rights reserved. No part of this book may be reproduced without prior written

More information

Jitterbit Technical Overview : Salesforce

Jitterbit Technical Overview : Salesforce Jitterbit allows you to easily integrate Salesforce with any cloud, mobile or on premise application. Jitterbit s intuitive Studio delivers the easiest way of designing and running modern integrations

More information

Wrycan/Fitz and Floyd Customer Success Story

Wrycan/Fitz and Floyd Customer Success Story Wrycan/Fitz and Floyd Customer Success Story Altova partner uses Mapforce to create a modern, Web-based, Oracle to FTP system interface for a retail and manufacturing client. Overview Fitz and Floyd is

More information

Requirements Management

Requirements Management MS Excel / Word, and ReqIF Export / Import and Round-trip Medical & Automotive Requirements and Risk (FMEA, IEC 62304, IEC 61508, ISO 26262...) Enterprise Architect and Atlassian JIRA integration Requirements

More information

SMB Intelligence. Reporting

SMB Intelligence. Reporting SMB Intelligence Reporting Introduction Microsoft Excel is one of the most popular business tools for data analysis and light accounting functions. The SMB Intelligence Reporting powered by Solver is designed

More information

Business Application Services Testing

Business Application Services Testing Business Application Services Testing Curriculum Structure Course name Duration(days) Express 2 Testing Concept and methodologies 3 Introduction to Performance Testing 3 Web Testing 2 QTP 5 SQL 5 Load

More information

Implementing Project Server 2010

Implementing Project Server 2010 Implementing Project Server 2010 Course ISI-1327 4 Days Instructor-led, Hands-on Course Description This instructor-led course will provide you with the knowledge and skills to effectively install and

More information

Safe and Simple Software Cost Analysis Barry Boehm, USC Everything should be as simple as possible, but no simpler.

Safe and Simple Software Cost Analysis Barry Boehm, USC Everything should be as simple as possible, but no simpler. Safe and Simple Software Cost Analysis Barry Boehm, USC Everything should be as simple as possible, but no simpler. -Albert Einstein Overview There are a number of simple software cost analysis methods,

More information

Implementing and Maintaining Microsoft SQL Server 2005 Reporting Services COURSE OVERVIEW AUDIENCE OUTLINE OBJECTIVES PREREQUISITES

Implementing and Maintaining Microsoft SQL Server 2005 Reporting Services COURSE OVERVIEW AUDIENCE OUTLINE OBJECTIVES PREREQUISITES COURSE OVERVIEW This three-day instructor-led course teaches students how to implement a ing Services solution in their organizations. The course discusses how to use the ing Services development tools

More information

Password Management Buyer s Guide. FastPass Password Manager V 3.3 Enterprise & Service Provider Editions

Password Management Buyer s Guide. FastPass Password Manager V 3.3 Enterprise & Service Provider Editions Password Management Buyer s Guide FastPass Password Manager V 3.3 Enterprise & Service Provider Editions FastPassCorp 2010 FPC0 FastPassCorp 2010. Page 1 Requirements for Password Management including

More information

Microsoft Enterprise Project Management 2010 Licensing Guide

Microsoft Enterprise Project Management 2010 Licensing Guide Microsoft Enterprise Project Management 2010 Licensing Guide Microsoft Project 2010 Licensing Microsoft Project 2010 is a family of products that provide a range of functionality depending on organizational

More information