Infor 10x Upgrades - Workoutloud Ciber v1… · • Tips & Tricks – Use the “Wait” node in...

41
Infor 10x Upgrades: Landmark/IPA Differences: Tips & Tricks!

Transcript of Infor 10x Upgrades - Workoutloud Ciber v1… · • Tips & Tricks – Use the “Wait” node in...

Page 1: Infor 10x Upgrades - Workoutloud Ciber v1… · • Tips & Tricks – Use the “Wait” node in your flows to suspend processing – Work unit thread is released during wait period

Infor 10x Upgrades:Landmark/IPA Differences: Tips & Tricks!

Page 2: Infor 10x Upgrades - Workoutloud Ciber v1… · • Tips & Tricks – Use the “Wait” node in your flows to suspend processing – Work unit thread is released during wait period

3/14/2016 | 2 | ©2015 Ciber CONFIDENTIAL

Ciber’s Infor Practice at a Glance

Consultants have

15+Years Average

Experience

1,000Infor Customers

Globally

200+Global Consultants

2015

Infor

Partner of

the yearConsulting Hours

More than

3million

3,000+Infor Implementations

Deep Expertise Human Capital Management, Financials,

and Supply Chain Management Infor Expertise

Page 3: Infor 10x Upgrades - Workoutloud Ciber v1… · • Tips & Tricks – Use the “Wait” node in your flows to suspend processing – Work unit thread is released during wait period

3/14/2016 | 3 | ©2015 Ciber CONFIDENTIAL

Industry Experience

Mike LaCosse

Senior Delivery Manager: Infor Upgrades

• 18 + years of Lawson Software,

Upgrades, and Consulting

Experience

• Participated in Upgrade projects

as an Upgrade Specialist,

Developer, Technical Lead,

Installer, Project Manager,

Project Director, and Customer

Responsible for

delivery of Ciber

upgrade projects

Responsibility

Page 4: Infor 10x Upgrades - Workoutloud Ciber v1… · • Tips & Tricks – Use the “Wait” node in your flows to suspend processing – Work unit thread is released during wait period

3/14/2016 | 4 | ©2015 Ciber CONFIDENTIAL

Ciber’s 10x State of the Union

44

60

13

= Customers Ciber has upgraded to v10

= Ciber’s UpgradeX customers

= Upgrade project currently in progress

Page 5: Infor 10x Upgrades - Workoutloud Ciber v1… · • Tips & Tricks – Use the “Wait” node in your flows to suspend processing – Work unit thread is released during wait period

3/14/2016 | 5 | ©2015 Ciber CONFIDENTIAL

Coming up@

What Can You Do Now?

Landmark/IPA Technology Changes

• Infor Process Designer (IPD)

• Process Server Administrator

• ISS

• Federation

Page 6: Infor 10x Upgrades - Workoutloud Ciber v1… · • Tips & Tricks – Use the “Wait” node in your flows to suspend processing – Work unit thread is released during wait period

What can you do now?

Page 7: Infor 10x Upgrades - Workoutloud Ciber v1… · • Tips & Tricks – Use the “Wait” node in your flows to suspend processing – Work unit thread is released during wait period

3/14/2016 | 7 | ©2015 Ciber CONFIDENTIAL

What can you do now?

Training

• Review application differences

• Review User Interface changes

• Technology Differences

Leveraging Lawson

• What functionality would you like to better utilize?

• What tools can help your business?

Process Calibration

• Will process changes be a part of this upgrade project?

• What are your pain points?

• Where is the low hanging fruit?

Technical Development

• Inventory

• Development Strategy

• Modification Plan

Page 8: Infor 10x Upgrades - Workoutloud Ciber v1… · • Tips & Tricks – Use the “Wait” node in your flows to suspend processing – Work unit thread is released during wait period

3/14/2016 | 8 | ©2015 Ciber CONFIDENTIAL

Industry Experience

Rob Flannery

Principal Consultant/Landmark Strategist

• Specialized in v10 upgrades

and implementations (Talent

Management, IPA, etc.)

• Participated in upgrade and

implementation projects as a

Developer, Technical Lead,

Technical Manager and

Strategist

Technical Strategist

and Lead on various

Ciber projects

Responsibility

Page 9: Infor 10x Upgrades - Workoutloud Ciber v1… · • Tips & Tricks – Use the “Wait” node in your flows to suspend processing – Work unit thread is released during wait period

3/14/2016 | 9 | ©2015 Ciber CONFIDENTIAL

Infor Process Designer (IPD)

Development Tool

Page 10: Infor 10x Upgrades - Workoutloud Ciber v1… · • Tips & Tricks – Use the “Wait” node in your flows to suspend processing – Work unit thread is released during wait period

3/14/2016 | 10 | ©2015 Ciber CONFIDENTIAL

• Similarities to ProcessFlow Designer (PFI)– New “paint job”

– No longer bundled with Administrator and Scheduler

• Enhancements– New nodes

• FTP, Wait, For Each, JSON Builder/Parser/Converter

– Updated nodes

• SQL, Web Run, Web Service

– Debug functionality

– Improved error handling

Infor Process Designer

Page 11: Infor 10x Upgrades - Workoutloud Ciber v1… · • Tips & Tricks – Use the “Wait” node in your flows to suspend processing – Work unit thread is released during wait period

3/14/2016 | 11 | ©2015 Ciber CONFIDENTIAL

Infor Process Designer (IPD)

A query node

iteratively calls records

in the Employee table

looking for new hires

When a new hire is

found, an email is sent

to the employee

notifying them of

benefit eligibility

This node always

appears with a Query

node and indicates

that the query is

iterative

Connect nodes

using the the

“connect” tool

Infor Process Designer

Page 12: Infor 10x Upgrades - Workoutloud Ciber v1… · • Tips & Tricks – Use the “Wait” node in your flows to suspend processing – Work unit thread is released during wait period

3/14/2016 | 12 | ©2015 Ciber CONFIDENTIAL

• Debugging– Process execution controls

– Log

– Breakpoints

– Runtime variable examination and modification

Infor Process Designer

Page 13: Infor 10x Upgrades - Workoutloud Ciber v1… · • Tips & Tricks – Use the “Wait” node in your flows to suspend processing – Work unit thread is released during wait period

3/14/2016 | 13 | ©2015 Ciber CONFIDENTIAL

Infor Process Designer

• Breakpoints– Act as a “stopping point” for ProcessFlow

– Designated at the node level

Page 14: Infor 10x Upgrades - Workoutloud Ciber v1… · • Tips & Tricks – Use the “Wait” node in your flows to suspend processing – Work unit thread is released during wait period

3/14/2016 | 14 | ©2015 Ciber CONFIDENTIAL

Infor Process Designer

• Runtime variable examination and modification– Provides ability to view and modify runtime variables after the

process is paused at an activity node

Page 15: Infor 10x Upgrades - Workoutloud Ciber v1… · • Tips & Tricks – Use the “Wait” node in your flows to suspend processing – Work unit thread is released during wait period

3/14/2016 | 15 | ©2015 Ciber CONFIDENTIAL

Infor Process Designer

• Error Handling– Tool used to redirect flows based on errors that occur during

processing

– Example

• This flow is redirected to send an email to the HR

Administrator if there is an error on the Read File node

Page 16: Infor 10x Upgrades - Workoutloud Ciber v1… · • Tips & Tricks – Use the “Wait” node in your flows to suspend processing – Work unit thread is released during wait period

3/14/2016 | 16 | ©2015 Ciber CONFIDENTIAL

Infor Process Designer

• Tips & Tricks– Use the “Wait” node in your flows to suspend processing

– Work unit thread is released during wait period

– Practical Uses

• Waiting for files to become available

• Halt processing during a suspension period (i.e. weekends)

• Control the work unit queue

Page 17: Infor 10x Upgrades - Workoutloud Ciber v1… · • Tips & Tricks – Use the “Wait” node in your flows to suspend processing – Work unit thread is released during wait period

3/14/2016 | 17 | ©2015 Ciber CONFIDENTIAL

Process Server Administrator

Scheduling, User Setup and Maintenance

Page 18: Infor 10x Upgrades - Workoutloud Ciber v1… · • Tips & Tricks – Use the “Wait” node in your flows to suspend processing – Work unit thread is released during wait period

3/14/2016 | 18 | ©2015 Ciber CONFIDENTIAL

• Similarities to BPM.do (PFI)– Terminology & Concepts

• Services, tasks, work units, etc.

• Enhancements– All administrative functions (including scheduling) are in one

place

• Rich Client vs. Web UI

– Configuration Sets

– Scan Client is included

– Work unit logging and management

– Reporting

Process Server Administrator

Page 19: Infor 10x Upgrades - Workoutloud Ciber v1… · • Tips & Tricks – Use the “Wait” node in your flows to suspend processing – Work unit thread is released during wait period

3/14/2016 | 19 | ©2015 Ciber CONFIDENTIAL

Process Server Administrator

Page 20: Infor 10x Upgrades - Workoutloud Ciber v1… · • Tips & Tricks – Use the “Wait” node in your flows to suspend processing – Work unit thread is released during wait period

3/14/2016 | 20 | ©2015 Ciber CONFIDENTIAL

• Configuration Sets– User defined and delivered by the application

– Store connection information (JDBC, Lawson, etc.)

– Define global variables to be used in flows

Process Server Administrator

Page 21: Infor 10x Upgrades - Workoutloud Ciber v1… · • Tips & Tricks – Use the “Wait” node in your flows to suspend processing – Work unit thread is released during wait period

3/14/2016 | 21 | ©2015 Ciber CONFIDENTIAL

• Work Unit Management

Process Server Administrator

Page 22: Infor 10x Upgrades - Workoutloud Ciber v1… · • Tips & Tricks – Use the “Wait” node in your flows to suspend processing – Work unit thread is released during wait period

3/14/2016 | 22 | ©2015 Ciber CONFIDENTIAL

• Process Control– Log Levels

– Error Handling

Process Server Administrator

Page 23: Infor 10x Upgrades - Workoutloud Ciber v1… · • Tips & Tricks – Use the “Wait” node in your flows to suspend processing – Work unit thread is released during wait period

3/14/2016 | 23 | ©2015 Ciber CONFIDENTIAL

• Tips & Tricks– Cross Reference Table

• Delivered table that can be used for mappings in flows

• Interfaces, Reports, etc.

• Managed through the Process Server Administrator

Process Server Administrator

Page 24: Infor 10x Upgrades - Workoutloud Ciber v1… · • Tips & Tricks – Use the “Wait” node in your flows to suspend processing – Work unit thread is released during wait period

3/14/2016 | 24 | ©2015 Ciber CONFIDENTIAL

Workflow Approval and Request Management

Inbasket

Page 25: Infor 10x Upgrades - Workoutloud Ciber v1… · • Tips & Tricks – Use the “Wait” node in your flows to suspend processing – Work unit thread is released during wait period

3/14/2016 | 25 | ©2015 Ciber CONFIDENTIAL

Enhancements– Email approvals from outside of Infor!

– Tracking functionality (for requesters to see work unit status)

– Proxy functionality

– Management of work is much easier

Inbasket

Page 26: Infor 10x Upgrades - Workoutloud Ciber v1… · • Tips & Tricks – Use the “Wait” node in your flows to suspend processing – Work unit thread is released during wait period

3/14/2016 | 26 | ©2015 Ciber CONFIDENTIAL

Inbasket

Page 27: Infor 10x Upgrades - Workoutloud Ciber v1… · • Tips & Tricks – Use the “Wait” node in your flows to suspend processing – Work unit thread is released during wait period

3/14/2016 | 27 | ©2015 Ciber CONFIDENTIAL

Inbasket

• Proxy– Allows users to preform work on behalf of others

– Helpful when trying to delegate work or support employees who

may be on vacation

– Setup per task

• Optional: incorporate stop and start dates

Inbasket

Page 28: Infor 10x Upgrades - Workoutloud Ciber v1… · • Tips & Tricks – Use the “Wait” node in your flows to suspend processing – Work unit thread is released during wait period

3/14/2016 | 28 | ©2015 Ciber CONFIDENTIAL

Inbasket

• Inbasket Management– Sort and search on work items

– Export data directly to excel

Inbasket

Page 29: Infor 10x Upgrades - Workoutloud Ciber v1… · • Tips & Tricks – Use the “Wait” node in your flows to suspend processing – Work unit thread is released during wait period

3/14/2016 | 29 | ©2015 Ciber CONFIDENTIAL

Inbasket

• Tips and Tricks– Enable workflow approval via email in your flows

Inbasket

• Include buttons as

part of the email

content

• Note: Default

configuration sill

requires users to be

behind firewall/VPN

Page 30: Infor 10x Upgrades - Workoutloud Ciber v1… · • Tips & Tricks – Use the “Wait” node in your flows to suspend processing – Work unit thread is released during wait period

3/14/2016 | 30 | ©2015 Ciber CONFIDENTIAL

LSF and Landmark Architecture

Page 31: Infor 10x Upgrades - Workoutloud Ciber v1… · • Tips & Tricks – Use the “Wait” node in your flows to suspend processing – Work unit thread is released during wait period

3/14/2016 | 31 | ©2015 Ciber CONFIDENTIAL

LSF and Landmark Architecture

• LOGAN and IPA– LOGAN is no longer the “system of record” with IPA

– “WF” tables still exist in LOGAN

• Mostly empty and should not be referenced

– Most “WF” tables have a new corresponding “PFI” table in the

IPA database schema

• WFWORKUNIT = PFIWORKUNIT

• WFSERVICE = PFISERVICEDEFINITION

• Etc.

Page 32: Infor 10x Upgrades - Workoutloud Ciber v1… · • Tips & Tricks – Use the “Wait” node in your flows to suspend processing – Work unit thread is released during wait period

3/14/2016 | 32 | ©2015 Ciber CONFIDENTIAL

Infor Security Services & Federation

Page 33: Infor 10x Upgrades - Workoutloud Ciber v1… · • Tips & Tricks – Use the “Wait” node in your flows to suspend processing – Work unit thread is released during wait period

3/14/2016 | 33 | ©2015 Ciber CONFIDENTIAL

Infor Security Services (ISS) & Federation

• What is it?

• Managing a sync

• Primary Authenticating Service (PAS)

• Mass loading users

Page 34: Infor 10x Upgrades - Workoutloud Ciber v1… · • Tips & Tricks – Use the “Wait” node in your flows to suspend processing – Work unit thread is released during wait period

3/14/2016 | 34 | ©2015 Ciber CONFIDENTIAL

Infor Security Services (ISS) & Federation

• What is it?– User provisioning tool for customers with federated Landmark

and LSF environments

Page 35: Infor 10x Upgrades - Workoutloud Ciber v1… · • Tips & Tricks – Use the “Wait” node in your flows to suspend processing – Work unit thread is released during wait period

3/14/2016 | 35 | ©2015 Ciber CONFIDENTIAL

Infor Security Services (ISS) & Federation

• Managing a sync - Data– Roles

– Actors

– Services

– Domains

– Endpoints

– EndpointGroups

– Identities

Page 36: Infor 10x Upgrades - Workoutloud Ciber v1… · • Tips & Tricks – Use the “Wait” node in your flows to suspend processing – Work unit thread is released during wait period

3/14/2016 | 36 | ©2015 Ciber CONFIDENTIAL

Infor Security Services (ISS) & Federation

• Managing a sync - Conflicts– Actor

• Id

• First/Last name

• Email

– Usually ignore all other conflicts

Page 37: Infor 10x Upgrades - Workoutloud Ciber v1… · • Tips & Tricks – Use the “Wait” node in your flows to suspend processing – Work unit thread is released during wait period

3/14/2016 | 37 | ©2015 Ciber CONFIDENTIAL

Infor Security Services (ISS) & Federation

• Primary Authenticating Service (PAS)– When federated, customers will have single sign-on (SSO)

between Landmark and LSF applications

– A “Primary Authenticating Service” (PAS) will need to be picked

• LSF = SSOP

• Landmark = SSOPV2

– The PAS can be switched at any time

Page 38: Infor 10x Upgrades - Workoutloud Ciber v1… · • Tips & Tricks – Use the “Wait” node in your flows to suspend processing – Work unit thread is released during wait period

3/14/2016 | 38 | ©2015 Ciber CONFIDENTIAL

Infor Security Services (ISS) & Federation

• Mass loading users– ISS does not have a “Mass Load” utility

– LSF

• loadusers

– Landmark

• secadm

– ISS

• List-based sync

Page 39: Infor 10x Upgrades - Workoutloud Ciber v1… · • Tips & Tricks – Use the “Wait” node in your flows to suspend processing – Work unit thread is released during wait period

Mike [email protected]

Rob Flannery

[email protected]

Mike [email protected]

Questions?

Page 40: Infor 10x Upgrades - Workoutloud Ciber v1… · • Tips & Tricks – Use the “Wait” node in your flows to suspend processing – Work unit thread is released during wait period

3/14/2016 | 40 | ©2015 Ciber CONFIDENTIAL

The Right Fit

What is right for you?

Technical Only Upgrade

Installed on Premise

Limited Consulting

NeededPhases

Process Improvement

CloudNeed a partner

to driveBig Bang

Page 41: Infor 10x Upgrades - Workoutloud Ciber v1… · • Tips & Tricks – Use the “Wait” node in your flows to suspend processing – Work unit thread is released during wait period

Thank you!