With IBM BPM 8.5.5, the features needed to express both BPM solutions and case management oriented solutions comes together in one offering.

Size: px
Start display at page:

Download "With IBM BPM 8.5.5, the features needed to express both BPM solutions and case management oriented solutions comes together in one offering."

Transcription

1 Case Management With the release of IBM BPM 8.5.5, case management capabilities were added to the product. It must be noted that these functions are only available with IBM BPM Advanced and the Basic Case Management feature installed and licensed. The notion up till now is that processes can be articulated as a flow of activities. These are termed "routine work-flow" in that they can be repeatedly followed without too much in the way of deviation from expectations. However, not all processes can be modeled in such a fashion or, if they can be modeled, the effort of creating and maintaining them would far greater than any benefit that might be accrued from such an activity. When we model processes using BPM, we are primarily thinking in terms of how we achieve a result or goal or outcome. We are thinking about the steps involved from getting from the start to the end. With case management, we concern ourselves less with how we achieve a result/goal/outcome but instead think of merely achieving the result/goal/outcome (I'll stop saying all these now and just use "outcome"). The way the outcome is achieved is not necessarily described as a predefined sequence but is instead left to the skills of the knowledge worker to achieve. This may sound like a weaker story than BPM modeling but there are desired outcomes that would be difficult or impossible to model as a flowing processes. The way that the outcome is reached can simply not be prescribed by following a flowchart. For these types, should we just give up and not try and provide IT support for the knowledge worker? Obviously the answer is no and the techniques and capabilities provides by a Case Management System need to differ from those provided by just a Business Process Management System. With IBM BPM 8.5.5, the features needed to express both BPM solutions and case management oriented solutions comes together in one offering. When starting to work with case capabilities, we need to first define some terms that will be used. IBM advertises the Case Type as the way in which Case Management solutions should be built and, indeed, the majority of case oriented solutions can be constructed this way. In fact, for someone who is business oriented with low technology skills, this may be the only achievable way. However, with this said, if one looks slightly behind the curtain of how the IBM BPM product implements the case constructs, we will quickly find that the reality is that the "fancy web

2 tooling" is actually a facade upon BPDs that we already know and love. To make case management possible, the BPD technology (from onwards) added the notion of "Activity Behaviors". That phrase by itself tells us little but if one reads the corresponding documentation under that banner, one will immediately see its relationship to the notion of Case Management. To create a new case type, we can select the new Case Type button from the library area inside Process Designer: We are then prompted to provide a name for our new case type:

3 Once performed, we are brought up into our Case Type editor within the Web Process Designer. This has a number of tabs within it which allow us to configured the Case Type settings.

4 When we model a BPM process, the diagram of the process itself can act as a great source of documentation of the intent of the process. By reading through the steps and paths, we can relatively quickly appreciate its purpose. This is not true with Case Management solutions. There is no similar diagram against which we can quickly refer to understand the nature of the story. As such, it is essential that the Case Type contain a well written description of the goal of the case. A future reader should be able to read the description and come away with a comprehension for what its conclusion should achieve. This is not the same as describing how such an outcome is reached, that is the nature of the activities performed as part of the case, rather the description should capture the intent. Instead of opening Process Designer merely to open the Case editors within the Web Process Designer, we can configure a process app to allow us to launch the Web Process Designer directly. When a new Process App is first created, we can flag that it can be opened in the Web Process Designer:

5 Alternatively, if the Process App was created without providing this permission the authority can be added later. Within the Manage tab of a Process App in Process Center, a suitably authorized user can check the box titled " Allow users to open the process application in the web-base Case Designer ":

6 Once done, from within the Web based Process Center, we can now open the Case for development directly from the web page: Starting a new Case instance Case instances can be started (primarily) by two distinct techniques. The first is simply exposing the case to be started from within Process Portal. This is flagged in the Overview tab of the case model under the Exposing section:

7 A BPM team can be supplied here and user's who are members of that team will see an entry to start a new instance. By default, there is no associated team and hence a case instance may not be started in that fashion. The second mechanism for starting an instance of a case is by supplying a starting document type. This again can be supplied in the Overview tab of the case model under the Starting Document section:

8 Again, by default, no value is supplied here. To understand this option further, think of the BPM runtime asking the ECM environment that it should be told whenever a document of the named type is created. When ECM tells BPM that such an event has happened, that causes an instance of the case to be created and associated with the document. A final way that a Case instance can be started is through the use of the JavaScript API called tw.system.startprocessbyname(). Providing this call with the name of the Case Type will cause an instance of it to be started. Case Activities To process a case, a series of one or more activities are performed. The goal on receipt of a new case is to bring it to conclusion and it is unlikely that the case will simply "get there by itself". As such, a case has to be worked upon. For example, if a customer calls about a problem then that instance of the case will not complete itself unless some activities are performed to bring it to conclusion. Within a case type definition, we define the activities that are to be performed. These activities are defined within the case type editor within the " Activities " tab.

9 At a high level, an activity can be classified as either required or optional. Required activities are those that must be performed while optional activities are not necessarily required in order to bring the case to a conclusion. When activities are added, they show as activity icons within the appropriate grouping:

10 An activity has an implementation that must be associated with it. There are three types of possible case activity. These are: Before we go further, we need to start talking about the "state" that an activity can have.

11 Initially, all the activities of a case don't exist. In our diagram, we can consider them inactive. When a case is created, we already know about all the possible activities in that case. At this point, each activity is created and place into one of three possible states. Those states are " Waiting ", " Ready " and " Launching ". Before we discuss those, understand that an activity which a user is going to be working upon has to be in the " Working " state in order for him to see it as available to be worked upon within Process Portal. So with that in mind, let us now look back at the three initial states that an activity may have. The first we will talk about is called " Launching ". This is a transient state as an activity in the " Launching " state will very quickly and without any other conditions, transition to the " Working " state. An activity will immediately enter the " Launching " state if a case is started and the activity is flagged as being started automatically, is required and has no blocking preconditions. The " Ready " state is where a user can manually decide that the activity should be worked upon. We enter this state when the activity is flagged as being manually started and has no blocking preconditions. We can transition from the " Ready " state to the " Working " state only if a user explicitly asks that this activity be performed. The third initial state is the " Waiting " state. We enter this state when the activity is either automatic or manually started but it has blocking preconditions. The activity will stay in this state until its preconditions have been satisfied. Once satisfied, the next state will either be " Launching " because it is flagged to start automatically or will be " Ready " because it is flagged to start manually. Activities are not necessarily ready to start just because they exist. Instead, preconditions must be met before they are eligible. Let us now start to examine the different types of preconditions

12 that can be supplied. The preconditions are defined in the Preconditions tab of the properties of a selected activity. The primary aspect of a precondition is the concept of an event. This is something that has to happen before the activity can be considered eligible for starting. There are four possibilities for the event. No precondition event This is the simplest precondition. It basically states that there is in fact no precondition and that the activity is ready for starting without further events having to occur. A document is filed in the case This precondition states that a new document has to be filed within the case. The type of the document must also be supplied or an indication that any document type is valid:

13 A case property or variable is updated blah A precondition expression is met blah Case Variables An important notion of a case is the instance specific data associated with that case. Each case instance is likely to want to have information specific to that instance. For example, if a customer calls in to report a problem, the case worker will want to know the identity of the customer, the nature of the problem and other related items. The data associated with a case is defined as a set of one or more variables broken into categories of usage. The variables can be defined in the Variables

14 tab of the case editor. A screen shot of the case Variables tab is shown below: The variables can be defined in categories called " Input ", " Output ", " Private " and " Case Folder Properties ".

15 Case User Interfaces When building a case solution, we may wish to specify some screens (user interfaces) that are shown to folks working with cases at particular points. Within the Case Type definition, there is a tab called " Views " that can be used to define different screens. Each entry is associated with a Client Side Human Service that will be executed at the correct point. There are currently three UI mappings defined.

16 The Launch UI Default is the screen that is shown to a user when they start a new instance of a case through Process Portal. For example, in the following screen shot, we see an instance of Process Portal with the Start of a Case indicated. The type of this case is called " MyCase ": When the user clicks to start a new instance, the Client Side Human Service associated with the Launch UI Default is shown to the user. The output of that Human Service is anticipated to be the input to the case. Within Process Portal there is a tab called " Processes " where one can view the list of running or completed process instances. Clicking on a process brings up an IBM BPM supplied dashboard to examine that process instance. This dashboard is implemented as an IBM BPM Client Side Human Service and can be replaced by a custom dashboard. There are two choices for the dashboard that can be shown. One dashboard type can be seen by owners of the instance of the process while an optionally different dashboard type can be seen by everyone else. These dashboard screens (remember they are simply Client Side Human Services) can be named in the Details UI section.

17 Cases and their relationships to ECM It is especially common that case processing works hand in hand with documents. Quite what defines a document is very broad and open. Since we are working in IT, we should think of a document as electronic data such as word documents, PDFs, spreadsheets, s, photographs (images) and much more. Generically, we will call such documents "content". We are used to thinking of content as being housed in files but let us divorce ourselves from that idea. Instead, let us assume that content is managed by a specialized software system called an Enterprise Content Management (ECM) system. IBM BPM Advanced with basic case provides a full function ECM that is built into the BPM environment. This ECM is known as the "BPM Content Store". Because of this affinity, when an instance of a case is created, an ECM Folder is also created that can be used to house documents on behalf of the case. Think of an ECM Folder similar in nature to that of a file system folder. It is a named entity that acts as a container for documents. Within IBM BPM, the CMIS technology is used to interact with ECM systems. CMIS has the concept that every document and folder has a unique identifier. What this means to us is that when a case instance is created, although BPM causes a new folder to be mechanically created within the ECM, we don't know the "name" of that folder. Actually, we can find out its name but if we did, we would find it less than useful as it is quite technical in nature and has no relevance from and end user's perspective. However, when the case instance is created, a property associated with that case called " casefolderid " is available to us. This property is the CMIS folderid that is used to house the documents for a case. New documents for a case should be placed within that folder. We have already read that the creation of a new document of a specific type can be used as an event to create a new instance of a case, but how then does that relate to folders? We seem to have a bootstrap problem. We can't put a document in a case's specific folder until a case exists and yet we want the creation of a document to be able to create a case instance from scratch. What we seem to find is that the creation of a document used to trigger a new case instance can be placed anywhere within the ECM folder tree. When the case instance is created and the folder specific to it is created, a copy of the new document is placed in the new folder. Take care to read that carefully. What is placed in the new case folder is a copy. This means that the folder in which the document was originally created seems to also contain the original document. We also need to be careful with the nature of "copies" in ECMs. What actually happens appears to be more of the notion of linkages. When a document is created, that document exists with a unique id. When we say that a document is in a folder, what we are really saying is that the document is linked to from the object representing the folder. We can (and do) have multiple folders linking to the same document instance. As such, we need to be careful when we talk about copies because

18 what we really have is a single instance of a document and multiple links to it. This is a deviation from our simple mental model of files in a file structure where a file lives in one folder or another but can't (well it can but that's another story) live in both simultaneously. When a case instance is created, an ECM folder is also created and associated with the case. When the case completes, the ECM folder is not Case Document Types A Case Document type is a set of properties (meta data) that is associated with a document added to the BPM Content Store. From within Process Designer, new document types and their corresponding properties can be created. There appears to be "strangeness" with the naming of document types. The names seem to be being munged in unusual ways. For example, if a BPM document type called " " is created, the corresponding document type in IBM BPM Content Store is found to be "E Mail". The full rules regarding this are not yet known but in the meantime, when you create a new document type, always validate with the ECM itself what it believes the document type to be. One defines a new Document Type from the Cases catalog entry. A dialog is displayed into which the name of the new document type can be entered:

19 From here, we can add the document type specific properties: The " Property type " of the Document Type (starting to get a mouthful there) is the data type ascribed to this property. It must be a custom simple type such as a derivation of a string or integer. It may not be a Business Object nor a select value.

20 When a property on a document type is defined, we give it a name and specify the data type of that property. In addition, a property has additional attributes including: When a property is defined, it is given a display name which is the name that is shown within Process Portal. The generated Symbolic Name is the name of the attribute as reference-able via the CMIS commands if needed. If a property is removed from a Document Type, they still show within Process Portal until an administrator manually runs the command called " cleanupdocumentstoreproperties ". Case Design patterns Creating a new document within an existing case Imagine that we have received a new piece of content from a customer who already has a case instance open with us. That content may be , it may be a fax, it may be a scanned piece of paper or something else. The actual data of the content is not important to this story. What is important is that we need to direct that content to the correct case instance. Each new case instance has an associated "folder". The folder is the repository for documents associated with that instance of a case.

21 Within a folder, we can keep the documents safe. When an instance of a case is created, a case folder is automatically created within the IBM Content Store. Just like any other folder in an ECM, the folder has a unique identity called its "folder id". If we know the value of the folder id, we can then place documents within it. So how then do we get the folder id for a given case? The answer is to realize that within IBM BPM there really is no such thing as a case. That is merely an illusion. The concept of a case is actually modeled as a process. When a case instance is created, what actually happens is that a process instance is created. When the case management features were added to BPM, some additional attributes were also added to the logical notion of a process. Specifically, a process instance now has an attribute called the " casefolderid ". Bringing this all together, if we know the identity of a case, we really are saying we know the identity of a process. If we know the identity of a process, then we can lookup the attributes of that process. If we can lookup the attributes of a process, we can find the " casefolderid " value. Canceling these indirections, we can say that from the identity of a case we can get the value of its corresponding " casefolderid ". When we model a case, we can declare that the a new instance of that case will be created when a new instance of document type is created. But how then is the new document created in the first place? We can use a variety of UIs to create such document instances including Coaches. But what if we want the documents created automatically as a result of content arriving without a user interaction? We can use the CMIS functions to create such documents and use the " casefolderid " of the process/case as the folder into which it should live. If we know the identity of the case, we are now saying that we actually know the identity of the BPM process. Given a process id, we can now lookup the details of the process using: var processdetails = tw.system.findprocessinstancebyid(\<process id\>); and from there, we can access the casefolderid: var mycasefolderid = processdetails.casefolderid; Revision #1 Created 9 months ago by Admin Updated 9 months ago by Admin

Variables Process and Service

Variables Process and Service Variables Process and Service As an instance of a process executes, that process is going to have data maintained as part of its state during its complete life. The data may be input into the process when

More information

In the following sections we work through some illustrative tutorials demonstrating some functional areas of the product.

In the following sections we work through some illustrative tutorials demonstrating some functional areas of the product. Tutorials In the following sections we work through some illustrative tutorials demonstrating some functional areas of the product. Starting a business process on a schedule There are times when we want

More information

BPEL Business Process Execution Language

BPEL Business Process Execution Language BPEL Business Process Execution Language When the Web Services standard was being baked and shortly after its early adoption, the hopes for it were extremely high. Businesses looked to create reusable

More information

The Stack, Free Store, and Global Namespace

The Stack, Free Store, and Global Namespace Pointers This tutorial is my attempt at clarifying pointers for anyone still confused about them. Pointers are notoriously hard to grasp, so I thought I'd take a shot at explaining them. The more information

More information

Contents Release Notes System Requirements Using Jive for Office

Contents Release Notes System Requirements Using Jive for Office Jive for Office TOC 2 Contents Release Notes...3 System Requirements... 4 Using Jive for Office... 5 What is Jive for Office?...5 Working with Shared Office Documents... 5 Get set up...6 Get connected

More information

Digital Marketing Manager, Marketing Manager, Agency Owner. Bachelors in Marketing, Advertising, Communications, or equivalent experience

Digital Marketing Manager, Marketing Manager, Agency Owner. Bachelors in Marketing, Advertising, Communications, or equivalent experience Persona name Amanda Industry, geographic or other segments B2B Roles Digital Marketing Manager, Marketing Manager, Agency Owner Reports to VP Marketing or Agency Owner Education Bachelors in Marketing,

More information

Making use of this wrapper removes the need for anyone to have to know Velocity coding APIs and makes its functions immediately available for use.

Making use of this wrapper removes the need for anyone to have to know Velocity coding APIs and makes its functions immediately available for use. Kolban's Projects Apache Velocity Integration Apache Velocity is an Open Source template engine that takes as input a text string and a set of variables and returns the original text string with variable

More information

GetHomeSafe - Corporate User Guide Version 1.0

GetHomeSafe - Corporate User Guide Version 1.0 GetHomeSafe - Corporate User Guide Version 1.0 1 Preface - The GetHomeSafe Story Creating a solution to the relentless loss of life in the great outdoors and open waters of Southern New Zealand was the

More information

6.001 Notes: Section 8.1

6.001 Notes: Section 8.1 6.001 Notes: Section 8.1 Slide 8.1.1 In this lecture we are going to introduce a new data type, specifically to deal with symbols. This may sound a bit odd, but if you step back, you may realize that everything

More information

arxiv: v1 [cs.se] 17 Aug 2016

arxiv: v1 [cs.se] 17 Aug 2016 Introduction to the Case Management Model and Notation (CMMN) arxiv:1608.05011v1 [cs.se] 17 Aug 2016 Mike A. Marin University of South Africa IBM Analytics Group mmarin@acm.org August 18, 2016 Abstract

More information

Meet our Example Buyer Persona Adele Revella, CEO

Meet our Example Buyer Persona Adele Revella, CEO Meet our Example Buyer Persona Adele Revella, CEO 685 SPRING STREET, NO. 200 FRIDAY HARBOR, WA 98250 W WW.BUYERPERSONA.COM You need to hear your buyer s story Take me back to the day when you first started

More information

Marketer's Guide. User guide for marketing analysts and business users

Marketer's Guide. User guide for marketing analysts and business users Marketer's Guide Rev: 18 November 2014 Email Campaign Manager 2.2 for Sitecore CMS 7.5 Marketer's Guide User guide for marketing analysts and business users Table of Contents Chapter 1 Introduction...

More information

Integrating Visual FoxPro and MailChimp

Integrating Visual FoxPro and MailChimp Integrating Visual FoxPro and MailChimp Whil Hentzen We've all written our own email applications. I finally decided to use an outside service to handle my emailing needs. Here's how I used VFP to integrate

More information

6.001 Notes: Section 1.1

6.001 Notes: Section 1.1 6.001 Notes: Section 1.1 Slide 1.1.1 This first thing we need to do is discuss the focus of 6.001. What is this course all about? This seems quite obvious -- this is a course about computer science. But

More information

We start by providing you with an overview of the key feature of the IBM BPM Process Portal.

We start by providing you with an overview of the key feature of the IBM BPM Process Portal. Lab 1 Process Portal 1.1 Overview This lab exercise will make you familiar with the key capabilities of the ready-to-use Process Portal included with IBM Business Process Manager (BPM). You will experience

More information

Lync is now Skype for Business see what's new

Lync is now Skype for Business see what's new Lync is now Skype for Business see what's new If you already use Skype to stay in touch with friends and family in your life away from work, you'll appreciate the power and simplicity of Skype for Business

More information

One of the fundamental kinds of websites that SharePoint 2010 allows

One of the fundamental kinds of websites that SharePoint 2010 allows Chapter 1 Getting to Know Your Team Site In This Chapter Requesting a new team site and opening it in the browser Participating in a team site Changing your team site s home page One of the fundamental

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

CFMG Training Modules Classified Ad Strategy Module

CFMG Training Modules Classified Ad Strategy Module CFMG Training Modules Classified Ad Strategy Module In This Module: 1. Introduction 2. Preliminary Set Up Create the Sequential Letterset for our Ad Strategy Set Up Your Vanity Responder Create Your Stealth

More information

Case Management Implementation Guide

Case Management Implementation Guide Case Management Implementation Guide Salesforce, Winter 18 @salesforcedocs Last updated: November 30, 2017 Copyright 2000 2017 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark

More information

Introduction To The New University Service. Bob Booth November 2010 AP- 2

Introduction To The New University  Service. Bob Booth November 2010 AP- 2 Introduction To The New University Email Service. Bob Booth November 2010 AP-Email2 University of Sheffield Contents 1. Introduction... 3 2. Accessing your Email... 4 3. Received Messages... 5 3.1 READING

More information

Process Scheduling with Job Scheduler

Process Scheduling with Job Scheduler Process Scheduling with Job Scheduler On occasion it may be required to start an IBPM process at configurable times of the day or week. To automate this task, a scheduler must be employed. Scheduling is

More information

The QuickStudy Guide for Zoho CRM

The QuickStudy Guide for Zoho CRM The QuickStudy Guide for Zoho CRM Susan Clark Cornerstone Solutions Inc. Houston The QuickStudy Guide for Zoho CRM Using Zoho Everyday How Did Quick Get Included in the Book Name? Using This QuickStudy

More information

Programming Data Structures and Algorithms Prof. Shankar Balachandran Department of Computer Science Indian Institute of Technology, Madras

Programming Data Structures and Algorithms Prof. Shankar Balachandran Department of Computer Science Indian Institute of Technology, Madras Programming Data Structures and Algorithms Prof. Shankar Balachandran Department of Computer Science Indian Institute of Technology, Madras Module 12B Lecture - 41 Brief introduction to C++ Hello, welcome

More information

Process Admin Console

Process Admin Console Process Admin Console The Process Admin Console is a web based application that can be accessed from the following URL: http://:/processadmin The login screen looks as follows: After a

More information

NLN PAX TESTING INFORMATION, MATC REQUIREMENTS AND HOW TO REGISTER

NLN PAX TESTING INFORMATION, MATC REQUIREMENTS AND HOW TO REGISTER NLN PAX TESTING INFORMATION, MATC REQUIREMENTS AND HOW TO REGISTER THE NLN PAX EXAM (MATC's ADN & LPN Entrance Exam) COMPRISES OF THREE SECTIONS VERBAL SKILLS (60 QUESTIONS) consists of two subsections:

More information

Protect Your Investment In Asure ID. Thank You For Purchasing Asure ID Let s Get Started! Section 1 Installing Asure ID

Protect Your Investment In Asure ID. Thank You For Purchasing Asure ID Let s Get Started! Section 1 Installing Asure ID QuickStart Guide Protect Your Investment In Asure ID Save Valuable Time And Money With Asure ID Protect! Asure ID Protect is a comprehensive customer care program designed to ensure that you receive the

More information

MICROSOFT SHAREPOINT SITE OWNER S MANUAL. Creating a Useful, Engaging Site for your Team to Love

MICROSOFT SHAREPOINT SITE OWNER S MANUAL. Creating a Useful, Engaging Site for your Team to Love MICROSOFT SHAREPOINT SITE OWNER S MANUAL Creating a Useful, Engaging Site for your Team to Love CONTENTS UNDERSTAND SHAREPOINT UNDERSTAND PERMISSIONS CURRENT PERMISSION LEVELS 5 PERMISSION LEVEL DEFINITIONS

More information

Module 6. Campaign Layering

Module 6.  Campaign Layering Module 6 Email Campaign Layering Slide 1 Hello everyone, it is Andy Mackow and in today s training, I am going to teach you a deeper level of writing your email campaign. I and I am calling this Email

More information

BPM is composed of a number of functional components. These components and how they interact with each other constitute the architecture of BPM.

BPM is composed of a number of functional components. These components and how they interact with each other constitute the architecture of BPM. Architecture BPM is composed of a number of functional components. These components and how they interact with each other constitute the architecture of BPM. Process Applications A Process Application

More information

OPEN THE HOTLINE CLIENT

OPEN THE HOTLINE CLIENT OPEN THE HOTLINE CLIENT Everything in the Hotline universe starts with the Client Toolbar; it launches all of the Client s major functions. 1 Double-click the Hotline icon on your desktop. The Hotline

More information

Simply XML December 2015 Newsletter

Simply XML December 2015 Newsletter Simply XML Newsletter: Lightweight DITA Holiday Wish List XML Tips and Tricks! Peace be with You December 2015 Simply XML December 2015 Newsletter Holiday Content Stress by Doug Gorman Take Some Lightweight

More information

Le nouveau Morfik est arrivé (The new Morfik has arrived)

Le nouveau Morfik est arrivé (The new Morfik has arrived) Le nouveau Morfik est arrivé (The new Morfik has arrived) Michaël Van Canneyt April 7, 2008 Abstract Soon, it will be 2 years ago since the first review of Morfik in this magazine. When the current issue

More information

Teiid Designer User Guide 7.5.0

Teiid Designer User Guide 7.5.0 Teiid Designer User Guide 1 7.5.0 1. Introduction... 1 1.1. What is Teiid Designer?... 1 1.2. Why Use Teiid Designer?... 2 1.3. Metadata Overview... 2 1.3.1. What is Metadata... 2 1.3.2. Editing Metadata

More information

VETtrak Data Insights User Guide. for VETtrak version

VETtrak Data Insights User Guide. for VETtrak version VETtrak Data Insights User Guide for VETtrak version 4.4.8.2 Contents Data Insights User Guide... 2 What are Data Insights?... 2 Why is it called Data Insights?... 2 Why did we create this new feature?...

More information

Choic Enterprise Administration Guide DigiPortal Software, Inc.

Choic Enterprise Administration Guide DigiPortal Software, Inc. I Table of Contents Foreword 0 Part I Introduction 3 Part II ChoiceMail Administrative Login 3 Part III Accessing the administration section 4 Part IV ChoiceMail's Administrative Login Screen Part V The

More information

2012 Microsoft Corporation. All rights reserved. Microsoft, Active Directory, Excel, Lync, Outlook, SharePoint, Silverlight, SQL Server, Windows,

2012 Microsoft Corporation. All rights reserved. Microsoft, Active Directory, Excel, Lync, Outlook, SharePoint, Silverlight, SQL Server, Windows, 2012 Microsoft Corporation. All rights reserved. Microsoft, Active Directory, Excel, Lync, Outlook, SharePoint, Silverlight, SQL Server, Windows, Windows Server, and other product names are or may be registered

More information

DARING CHANGES IN ENTERPRISE GUIDE WITH A SAFETY NET

DARING CHANGES IN ENTERPRISE GUIDE WITH A SAFETY NET DARING CHANGES IN ENTERPRISE GUIDE WITH A SAFETY NET Lorne Salter, salchootchkin@gmail.com ABSTRACT Version Control is a super undo button and more according to Dave Thomas(1), a vault with every version

More information

Delegating Access & Managing Another Person s Mail/Calendar with Outlook. Information Technology

Delegating Access & Managing Another Person s Mail/Calendar with Outlook. Information Technology Delegating Access & Managing Another Person s Mail/Calendar with Outlook Information Technology 1. Click the File tab 2. Click Account Settings, and then click Delegate Access 3. Click Add 4. Type the

More information

Learning Objectives. Description. Your AU Expert(s) Trent Earley Behlen Mfg. Co. Shane Wemhoff Behlen Mfg. Co.

Learning Objectives. Description. Your AU Expert(s) Trent Earley Behlen Mfg. Co. Shane Wemhoff Behlen Mfg. Co. PL17257 JavaScript and PLM: Empowering the User Trent Earley Behlen Mfg. Co. Shane Wemhoff Behlen Mfg. Co. Learning Objectives Using items and setting data in a Workspace Setting Data in Related Workspaces

More information

KMyMoney Transaction Matcher

KMyMoney Transaction Matcher KMyMoney Transaction Matcher Ace Jones Use Cases Case #1A: Matching hand-entered transactions manually I enter a transaction by hand, with payee, amount, date & category. I download

More information

District 5910 Website Quick Start Manual Let s Roll Rotarians!

District 5910 Website Quick Start Manual Let s Roll Rotarians! District 5910 Website Quick Start Manual Let s Roll Rotarians! All Rotarians in District 5910 have access to the Members Section of the District Website THE BASICS After logging on to the system, members

More information

PMWeb Bluebeam Integration

PMWeb Bluebeam Integration PMWeb Bluebeam Integration While every effort has been made to ensure the accuracy of the information in this document, PMWeb provides this information without any guarantee whatsoever, including, but

More information

Browsing the World Wide Web with Firefox

Browsing the World Wide Web with Firefox Browsing the World Wide Web with Firefox B 660 / 1 Try this Popular and Featurepacked Free Alternative to Internet Explorer Internet Explorer 7 arrived with a bang a few months ago, but it hasn t brought

More information

The Definitive Guide to Office 365 External Sharing. An ebook by Sharegate

The Definitive Guide to Office 365 External Sharing. An ebook by Sharegate The Definitive Guide to Office 365 External Sharing An ebook by Sharegate The Definitive Guide to External Sharing In any organization, whether large or small, sharing content with external users is an

More information

Getting Started with Zoom

Getting Started with Zoom Getting Started with Zoom The Institute of Agriculture has recently purchased a site license for a new cloud-based video conferencing service known as Zoom. If you have ever connected to a GoToMeeting,

More information

The WideRuled Story Generator Tutorial Alex Mitchell Communications and New Media Programme National University of Singapore

The WideRuled Story Generator Tutorial Alex Mitchell Communications and New Media Programme National University of Singapore The WideRuled Story Generator Tutorial Alex Mitchell Communications and New Media Programme National University of Singapore Table of Contents 1. Introduction... 1 2. Getting Started... 2 3. Creating Characters...

More information

PASS4TEST. IT Certification Guaranteed, The Easy Way! We offer free update service for one year

PASS4TEST. IT Certification Guaranteed, The Easy Way!   We offer free update service for one year PASS4TEST \ http://www.pass4test.com We offer free update service for one year Exam : C9550-412 Title : IBM Business Process Management Express or Standard Edition V8.5.5, BPM Application Development Vendor

More information

TECHNICAL RESOURCE Remote Banner Control

TECHNICAL RESOURCE Remote Banner Control TECHNICAL RESOURCE Remote Banner Control Let marketing update logos, banners and graphics at will. www.exclaimer.com Remote Banner Control This Dynamic Content or Remote Banner Control feature lets a nominated

More information

Microsoft Access Database How to Import/Link Data

Microsoft Access Database How to Import/Link Data Microsoft Access Database How to Import/Link Data Firstly, I would like to thank you for your interest in this Access database ebook guide; a useful reference guide on how to import/link data into an Access

More information

Microsoft Office SharePoint. Reference Guide for Contributors

Microsoft Office SharePoint. Reference Guide for Contributors Microsoft Office SharePoint Reference Guide for Contributors SharePoint: Reference Guide for Contributors Table of Contents INTRODUCTION... 3 FOLLOWING A SITE... 3 NAVIGATION... 4 LISTS AND LIBRARIES...

More information

8.0 Help for End Users About Jive for Google Docs...4. System Requirements & Best Practices Using Jive for Google Docs...

8.0 Help for End Users About Jive for Google Docs...4. System Requirements & Best Practices Using Jive for Google Docs... for Google Docs Contents 2 Contents 8.0 Help for End Users... 3 About Jive for Google Docs...4 System Requirements & Best Practices... 5 Using Jive for Google Docs... 6 Do I Have Jive for Google Docs?...6

More information

Oracle Adapter for Salesforce Lightning Winter 18. What s New

Oracle Adapter for Salesforce Lightning Winter 18. What s New Oracle Adapter for Salesforce Lightning Winter 18 What s New TABLE OF CONTENTS REVISION HISTORY... 3 OVERVIEW... 4 RELEASE FEATURE SUMMARY... 5 PRE-UPGRADE CONSIDERATIONS... 6 POST-UPGRADE REQUIREMENTS...

More information

For Volunteers An Elvanto Guide

For Volunteers An Elvanto Guide For Volunteers An Elvanto Guide www.elvanto.com Volunteers are what keep churches running! This guide is for volunteers who use Elvanto. If you re in charge of volunteers, why not check out our Volunteer

More information

Clean & Speed Up Windows with AWO

Clean & Speed Up Windows with AWO Clean & Speed Up Windows with AWO C 400 / 1 Manage Windows with this Powerful Collection of System Tools Every version of Windows comes with at least a few programs for managing different aspects of your

More information

Sharing the Calendar

Sharing the Calendar Sharing the Calendar The new feature allows you to Share your calendar. To enable this feature, select the Calendar icon on the lower left side of your screen also known as the Navigation Pane. Then Click

More information

Appendix 8 Universal Powerline Bus (UPB)

Appendix 8 Universal Powerline Bus (UPB) Appendix 8 Universal Powerline Bus (UPB) This appendix describes the features in HCA in support of the UPB technology and products available from Powerline Control Systems (PCS), Simply Automated Inc,

More information

Designing a Database -- Understanding Relational Design

Designing a Database -- Understanding Relational Design Designing a Database -- Understanding Relational Design Contents Overview The Database Design Process Steps in Designing a Database Common Design Problems Determining the Purpose Determining the Tables

More information

RWT Network System Installation Guide

RWT Network System Installation Guide RWT Network System Installation Guide Copyright 2003, Talking Fingers, Inc. Page 1 of 48 This document is Copyright 2003 by Talking Fingers, Inc. All rights are reserved. This document may not be copied

More information

Guide to the Trial Edition

Guide to the Trial Edition Enterprise Architect User Guide Series Guide to the Trial Edition The Trial Edition of Sparx Systems Enterprise Architect provides a free 30-day exploration of the features and facilities of the application,

More information

TRAINING GUIDE. Admin New Forms

TRAINING GUIDE. Admin New Forms TRAINING GUIDE Admin New Forms Form Features This section reviews the features of the new HTML forms. Contents Overview... 2 New Form Features in Lucity 2018+... 3 Undo/Redo (Lucity 2018)... 3 Form Information...

More information

Bryan Kreuzberger, Creator of The Breakthrough System Presents. Breakthrough BLUEPRINT

Bryan Kreuzberger, Creator of The Breakthrough  System Presents. Breakthrough  BLUEPRINT Bryan Kreuzberger, Creator of The Breakthrough Email System Presents Breakthrough Email BLUEPRINT http://breakthroughemail.com BreakthroughEmail.com http://www.breakthroughemail.com The Breakthrough Email

More information

Create and Manage Partner Portals

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

More information

Student Guide to NLN Testing Portal

Student Guide to NLN Testing Portal Student Guide to NLN Testing Portal Getting Started: First things first, you will have to create an account with the NLN. Please type the following web address into your address bar at the top of your

More information

I'm Andy Glover and this is the Java Technical Series of. the developerworks podcasts. My guest is Brian Jakovich. He is the

I'm Andy Glover and this is the Java Technical Series of. the developerworks podcasts. My guest is Brian Jakovich. He is the I'm Andy Glover and this is the Java Technical Series of the developerworks podcasts. My guest is Brian Jakovich. He is the director of Elastic Operations for Stelligent. He and I are going to talk about

More information

Here are some points to keep in mind with each type of survey:

Here are some points to keep in mind with each type of survey: Qualtrics Survey Distribution Qualtrics allows you two different ways to distribute a survey: anonymously and non-anonymously by using a predefined list of recipients to be emailed. In either case, you

More information

seminar learning system Seminar Author and Learning System are products of Information Transfer LLP.

seminar learning system Seminar Author and Learning System are products of Information Transfer LLP. seminar learning system Seminar Author and Learning System are products of Information Transfer LLP. Burleigh House 15 Newmarket Road Cambridge UK CB5 8EG E-mail: support@seminar.co.uk Phone: +44 (0)1223

More information

CaseComplete Roadmap

CaseComplete Roadmap CaseComplete Roadmap Copyright 2004-2014 Serlio Software Development Corporation Contents Get started... 1 Create a project... 1 Set the vision and scope... 1 Brainstorm for primary actors and their goals...

More information

MANAGING YOUR MAILBOX: TRIMMING AN OUT OF CONTROL MAILBOX

MANAGING YOUR MAILBOX: TRIMMING AN OUT OF CONTROL MAILBOX MANAGING YOUR : DEALING WITH AN OVERSIZE - WHY BOTHER? It s amazing how many e-mails you can get in a day, and it can quickly become overwhelming. Before you know it, you have hundreds, even thousands

More information

Service Component Architecture

Service Component Architecture Service Component Architecture Service Component Architecture (SCA) is a framework for solving one of the most basic issues relating to building distributed SOA applications. Imagine you have an external

More information

EMS WEB APP Configuration Guide

EMS WEB APP Configuration Guide EMS WEB APP Configuration Guide V44.1 Last Updated: August 14, 2018 EMS Software emssoftware.com/help 800.440.3994 2018 EMS Software, LLC. All Rights Reserved. Table of Contents CHAPTER 1: EMS Web App

More information

To Update and Maintain Your Team Website

To Update and Maintain Your Team Website To Update and Maintain Your Team Website Welcome to your Centennial Lakes Little League (CLLL) Team Home Page, it's now up to you to begin adding and updating content. You can find everything you need

More information

TourMaker Reference Manual. Intro

TourMaker Reference Manual. Intro TourMaker Reference Manual Intro Getting Started Tutorial: Edit An Existing Tour Key Features & Tips Tutorial: Create A New Tour Posting A Tour Run Tours From Your Hard Drive Intro The World Wide Web is

More information

Getting Started with Soonr

Getting Started with Soonr WWW.SOONR.COM Getting Started with Soonr A Quick Start Guide for New Users Soonr Inc. 12/19/2012 Revision 1.1 Copyright 2012, Soonr Inc., all rights reserved. Table of Contents 1 How Soonr Workplace Works...

More information

Episerver CMS. Editor User Guide

Episerver CMS. Editor User Guide Episerver CMS Editor User Guide Episerver CMS Editor User Guide 17-6 Release date 2017-12-04 Table of Contents 3 Table of contents Table of contents 3 Introduction 11 Features, licenses and releases 11

More information

Contents Office 365 Groups in Outlook 2016 on the web... 3 What are groups?... 3 Tips for getting the most out of Office 365 Groups...

Contents Office 365 Groups in Outlook 2016 on the web... 3 What are groups?... 3 Tips for getting the most out of Office 365 Groups... Contents Office 365 Groups in Outlook 2016 on the web... 3 What are groups?... 3 Tips for getting the most out of Office 365 Groups... 3 Create a Group in Web Outlook... 4 Group limits... 6 Group privacy...

More information

HeroBase Administrator Training Guide 101

HeroBase Administrator Training Guide 101 HeroBase Administrator Training Guide 101 Contents Introduction... 3 Preconditions... 3 What is a campaign?... 3 What is a Project?... 3 How does Campaign Templates relate to Campaigns?... 4 What is Lead

More information

BlueMix Hands-On Workshop Lab A - Building and Deploying BlueMix Applications

BlueMix Hands-On Workshop Lab A - Building and Deploying BlueMix Applications BlueMix Hands-On Workshop Lab A - Building and Deploying BlueMix Applications Version : 4.00 Last modification date : 13 June 2014 Owner : IBM Ecosystem Development Table of Contents Part 1: Building

More information

Manual. Note: This software has only been tested with VF-1 firmware Compatibility with other firmware versions cannot be guaranteed!

Manual. Note: This software has only been tested with VF-1 firmware Compatibility with other firmware versions cannot be guaranteed! Manual Note: This software has only been tested with VF-1 firmware 1.12. Compatibility with other firmware versions cannot be guaranteed! Configuration Click on the MIDI text on the "LCD" to bring up the

More information

INSTALLATION AND USER S GUIDE OfficeCalendar for Microsoft Outlook

INSTALLATION AND USER S GUIDE OfficeCalendar for Microsoft Outlook INSTALLATION AND USER S GUIDE OfficeCalendar for Microsoft Outlook Sharing Microsoft Outlook Calendar and Contacts without Exchange Server Contents What is OfficeCalendar? Sharing Microsoft Outlook Calendars

More information

Welcome to this IBM podcast, Realizing More. Value from Your IMS Compiler Upgrade. I'm Kimberly Gist

Welcome to this IBM podcast, Realizing More. Value from Your IMS Compiler Upgrade. I'm Kimberly Gist IBM Podcast [ MUSIC ] Welcome to this IBM podcast, Realizing More Value from Your IMS Compiler Upgrade. I'm Kimberly Gist with IBM. System z compilers continue to deliver the latest programming interfaces

More information

Putting user. experience first A SNEAK PEEK BEHIND THE SCENES OF THE E-WORKBOOK 10 DESIGN JOURNEY

Putting user. experience first A SNEAK PEEK BEHIND THE SCENES OF THE E-WORKBOOK 10 DESIGN JOURNEY Putting user 2015 experience first A SNEAK PEEK BEHIND THE SCENES OF THE E-WORKBOOK 10 DESIGN JOURNEY IDBS PUTTING UX FIRST 2 What s in this ebook 3 Experiment creation made easy 4 Helpful experiment authoring

More information

Document Management Guide

Document Management Guide Document Management Guide Overview The Document Management module allows users to associate documents to: locations, incident types, violations, and call types. When a document is associated to any of

More information

AdminiTrack. User s Guide. Updated February 26, 2019

AdminiTrack. User s Guide. Updated February 26, 2019 AdminiTrack User s Guide Updated February 26, 2019 Table of Contents Welcome... 5 Getting Started Topics... 6 Getting Started for Administrators... 7 Getting Started for New Users... 7 I did not receive

More information

TechTip: How to Secure the Web Query Login Page (or Any Other Web-Based Application)

TechTip: How to Secure the Web Query Login Page (or Any Other Web-Based Application) TechTip: How to Secure the Web Query Login Page (or Any Other Web-Based Application) Published Thursday, 05 March 2009 19:00 by MC Press On-line [Reprinted with permission from itechnology Manager, published

More information

Hello, and welcome to another episode of. Getting the Most Out of IBM U2. This is Kenny Brunel, and

Hello, and welcome to another episode of. Getting the Most Out of IBM U2. This is Kenny Brunel, and Hello, and welcome to another episode of Getting the Most Out of IBM U2. This is Kenny Brunel, and I'm your host for today's episode which introduces wintegrate version 6.1. First of all, I've got a guest

More information

FIGURING OUT WHAT MATTERS, WHAT DOESN T, AND WHY YOU SHOULD CARE

FIGURING OUT WHAT MATTERS, WHAT DOESN T, AND WHY YOU SHOULD CARE FIGURING OUT WHAT MATTERS, WHAT DOESN T, AND WHY YOU SHOULD CARE CONTENTFAC.COM As an FYI, this document is designed to go along with our video by the same name. If you haven t checked that out yet, you

More information

EMF Temporality. Jean-Claude Coté Éric Ladouceur

EMF Temporality. Jean-Claude Coté Éric Ladouceur EMF Temporality Jean-Claude Coté Éric Ladouceur 1 Introduction... 3 1.1 Dimensions of Time... 3 3 Proposed EMF implementation... 4 3.1 Modeled Persistence... 4 3.2 Modeled Temporal API... 5 3.2.1 Temporal

More information

BUSINESS LINE COMMPORTAL GUIDE

BUSINESS LINE COMMPORTAL GUIDE wowforbusiness.com BUSINESS LINE COMMPORTAL GUIDE WOW! Business BCSE.U.1505.O Business Line CommPortal Guide Table of Contents Getting Started...3 Dashboard...4 Messages and Calls...5 Messages...5 Missed

More information

Handling Your Data in SPSS. Columns, and Labels, and Values... Oh My! The Structure of SPSS. You should think about SPSS as having three major parts.

Handling Your Data in SPSS. Columns, and Labels, and Values... Oh My! The Structure of SPSS. You should think about SPSS as having three major parts. Handling Your Data in SPSS Columns, and Labels, and Values... Oh My! You might think that simple intuition will guide you to a useful organization of your data. If you follow that path, you might find

More information

KeePass Password Safe: Password Manager

KeePass Password Safe: Password Manager KeePass Password Safe: Password Manager The recommended from Information Services at the University of Regina password manager is KeePass Password Safe. This documents is designed to assist with the creation

More information

AADL Graphical Editor Design

AADL Graphical Editor Design AADL Graphical Editor Design Peter Feiler Software Engineering Institute phf@sei.cmu.edu Introduction An AADL specification is a set of component type and implementation declarations. They are organized

More information

Episerver CMS. Editor User Guide

Episerver CMS. Editor User Guide Episerver CMS Editor User Guide Episerver CMS Editor User Guide 17-2 Release date 2017-03-13 Table of Contents 3 Table of contents Table of contents 3 Introduction 11 Features, licenses and releases 11

More information

Getting Started - How to Create a New User Account

Getting Started - How to Create a New User Account Getting Started - How to Create a New User Account *Prior to getting started, we encourage you to download and install the latest versions of Chrome (google.com/chrome), Firefox (https://www.mozilla.org)

More information

Adding a Completion Certificate to Articulate Storyline

Adding a Completion Certificate to Articulate Storyline Adding a Completion Certificate to Articulate Storyline Version 1.08 GJW May 1, 2013 Difficulty: Intermediate Time to Implement: 20-60 minutes, depending on your experience and expertise with Articulate

More information

Enterprise Java and Rational Rose -- Part I

Enterprise Java and Rational Rose -- Part I Enterprise Java and Rational Rose -- Part I by Khawar Ahmed Technical Marketing Engineer Rational Software Loïc Julien Software Engineer Rational Software "We believe that the Enterprise JavaBeans component

More information

Comodo Unknown File Hunter Software Version 2.1

Comodo Unknown File Hunter Software Version 2.1 rat Comodo Unknown File Hunter Software Version 2.1 Administrator Guide Guide Version 2.1.061118 Comodo Security Solutions 1255 Broad Street Clifton, NJ 07013 Table of Contents 1 Introduction to Comodo

More information

CS103 Spring 2018 Mathematical Vocabulary

CS103 Spring 2018 Mathematical Vocabulary CS103 Spring 2018 Mathematical Vocabulary You keep using that word. I do not think it means what you think it means. - Inigo Montoya, from The Princess Bride Consider the humble while loop in most programming

More information

Advanced Training Guide

Advanced Training Guide Advanced Training Guide West Corporation 100 Enterprise Way, Suite A-300 Scotts Valley, CA 95066 800-920-3897 www.schoolmessenger.com Contents Before you Begin... 4 Advanced Lists... 4 List Builder...

More information

Global Support Software. User Guide

Global Support Software. User Guide Global Support Software User Guide Table of Contents Contacting Global Support Software Corp... 3 Log into the Site... 5 Changing your password...5 Self Registration...6 About Issues...6 The Home Page...

More information