Adempiere Technical Training Day 5. Processes prepare method for getting the parameters into variables – Record_ID just work for buttons doIt method for.

Slides:



Advertisements
Similar presentations
Overview MOC Manager is a user configurable workflow processor designed to structure the change process in accordance with your company’s business rules.
Advertisements

Basic SharePoint Workflows
Little Used, but Powerful Features with GP Cathy Fregelette, CPA, PMP Practice Manager BroadPoint Technologies September 20, 2012.
By, Nasheet Ahmed Siddiqui.  Agenda Workflow overview Workflow development Query for a Workflow Workflow category Workflow type Workflow elements Enable.
PantherSoft Financials Smart Internal Billing. Agenda  Benefits  Security and User Roles  Definitions  Workflow  Defining/Modifying Items  Creating.
Process Patterns in BizAGI. Slide 2 Overview Types of events Types of gateways Design patterns list.
Edoclite and Managing Client Engagements What is Edoclite? How is it used at IU? Development Process?
Introduction to BizAgi. Slide 2 User Interface (Summary) The user interface for BizAgi resembles Office It uses a similar ribbon The Palette contains.
University of Southern California Enterprise Wide Information Systems Getting Started in R/3 Instructor: Richard W. Vawter.
© 2005 EMC Corporation. All rights reserved. Module 9 Workflows.
---Confidential 1 Order Management Training. ---Confidential 2 Introduction Three cycles in Oracle Applications Plan to make. Order to cash Procure to.
Self-paced study guide for Online Performance Evaluations – Detailed steps for Employee Self-evaluation.
07/19/04 NorCal OAUG Training Day, Paper 2.4 John Peters, JRPJR, Inc.1 Oracle Workflow Notifications John Peters JRPJR, Inc.
Salesforce Change Management Best Practices
Advanced Workflow. Agenda 1. Understanding the Overall Architecture 2. Setting up Outlook for Workflow 3. Launching Workflow from Applications 4. Getting.
Novus HR Application Review Process Human Resources Qualifying Applications HR Sending Applications to Department/Search CommitteeHR Sending Applications.
Sage CRM Developers Course
NWU: Helpdesk Call handling ITC Training: Session 1 -Call Logging and Remedy -Campus Helpdesks and Escalation -Remedy Solution Database -Remedy Mechanisms.
Advanced User Guide to Outlook and all its features.
Developing Workflows with SharePoint Designer David Coe Application Development Consultant Microsoft Corporation.
South Dakota Library Network ALEPH v21 Staff User Upgrade Information Circulation and ILL South Dakota Library Network 1200 University, Unit 9672 Spearfish,
Introduction to Microsoft Outlook Date: November 15, 2013 Time: 10:00 AM to 11:00 AM Location: Serra 156A Computer Lab Instructor: Amber Stokes.
Copyright © 2007, Oracle. All rights reserved. Managing Concurrent Requests.
Improving Efficiency with Reusable Processes Linda Koestler Kinetic Data.
Kuali Enterprise Workflow Presented at ITANA October 2009 Eric Westfall – Kuali Rice Project Manager.
Word Lesson 12 Creating Mail Merge Documents Microsoft Office 2010 Advanced Cable / Morrison 1.
Greta Robertson Kathy Hoffman /11/2011 SCEIS Finance Automated Interfaces.
Facility Reporting v. 1.0 Managing Clinical Staffing Reports on the Illinois Outcomes Website May 20, 2009.
Oracle Data Integrator Procedures, Advanced Workflows.
37 Copyright © 2007, Oracle. All rights reserved. Module 37: Executing Workflow Processes Siebel 8.0 Essentials.
WgScheduler Generic Task Scheduling Application. What Does It Do  Automates any task that may be scripted using VBScript  Triggers task execution (or.
Marlon Dumas University of Tartu
Continia expense Management Control receipts and credit cards ALL DIRECTLY FROM INSIDE MICROSOFT DYNAMICS NAV.
Using Workflow With Dataforms Tim Borntreger, Director of Client Services.
SharePoint Workflow Prepared By: Eng. Rasha Farouk.
V 0.1Slide 1  send – Send How to send in WebSAMS? Access Control Other Information Configuration Customization  manage.
Interstage BPM v11.2 1Copyright © 2010 FUJITSU LIMITED CREATING A SIMPLE PROCESS.
FHA Training Module 1 This document reflects current policy related to this topic. Its content is approved for use in all external and internal FHA-related.
Oracle APPS Technical Course Online Training CONTACT US: USA: , INDIA: ,
ORACLE APPS TECHNICAL ONLINE TRAINING % VIDEO CLASS | APPS TECH USA-UK-CANADA Online | classroom| Corporate Training | certifications | placements| support.
Interstage BPM v11.2 1Copyright © 2010 FUJITSU LIMITED INTEGRATION.
Microsoft Customer 2 Partner Connector Quick Reference Guide
SAP GRC(Governance Risk and Compliance)/SECURITY ONLINE TRAINING  Magnific Name : SAP GRC/SECURITY 24*7 Technical support  faculty : Real time Experience.
Lesson 17 Mail Merge. Overview Create a main document. Create a data source. Insert merge fields into a main document. Perform a mail merge. Use data.
oracle apps order management training
Oracle Apps Technical Online Training Introduction to ERP  Definition of ERP, Overview of popular ERP’S Comparison of Oracle Apps with other ERP’S Types.
 1- Definition  2- Helpdesk  3- Asset management  4- Analytics  5- Tools.
Studio modeling basics
Core LIMS Training: Project Management
NATE Blue Button Directory Detailed overview
Melissa Wagner & Jaime Patel
Project Management: Messages
How to Setup and Utilize Functionality
CARA 3.10 Major New Features
SAP GRC(Governance Risk and Compliance)/SECURITY ONLINE TRAINING UK
Continia expense Management Control receipts and credit cards ALL DIRECTLY FROM INSIDE MICROSOFT DYNAMICS NAV.
CSS 496 Business Process Re-engineering for BS(CS)
Additional Configuration The Intercompany Integration Solution for SAP Business One Version 2.0 for SAP Business One 9.1 Welcome to the course on additional.
Integrated ILL GUI desktop
11i Journal Workflow: Maximize the Potential
Implementation Specialists Presents
Active Orders Supplier Administrator Training Getting Started Activities This training presentation describes the Getting Started activities that will.
Additional Configuration The Intercompany Integration Solution for SAP Business One Version 2.0 for SAP Business One 9.1 Welcome to the course on additional.
Event control
To the ETS – Encumbrance Online Training Course
Marlon Dumas marlon.dumas ät ut . ee
To the ETS – Encumbrance Online Training Course
New York-Rochester CHAPTER MEETING
Contract Management Software 100% Cloud-Based ContraxAware provides you with a deep set of easy to use contract management features.
Super User Training Lesson #2 Documents
Presentation transcript:

Adempiere Technical Training Day 5

Processes prepare method for getting the parameters into variables – Record_ID just work for buttons doIt method for execution of the process addLog to keep log of the executions / for auditing purposes and showed at the end of the process return a message for errors must throw exceptions

Forms Custom swing windows – special cases Not recommended – not supported for webUI clients Extend org.compiere.swing.CPanel Swing code – implement listeners Use javax.swing and org.compiere.swing components

File Loaders Stage table File definition Import of the file Import process to pass from the stage table to the definite tables

Exercise Exercise: Add POReference column to the I_Invoice stage table Change the ImportInvoice process to manage the import of this new column

Workflows Workflow definition: A repeatable pattern of activity enabled by a systematic organization of resources, defined roles and mass, energy and information flows, into a work process that can be documented and learned. Business Process Management - covers activities performed by organizations to manage and, if necessary, to improve their business processes.

Workflows Definition (Static): Workflow: Definition of a flow of tasks – nodes and transitions Node: Piece of work Transition: Rules to make the transitions between nodes Execution (Dynamic): Process: An active workflow Activity: An active node (a process can have multiple activities in parallel)‏

Responsible Defined on workflow level, can be overwritten in node level. Human: a user – when no user defined then the invoker (user who started) is the responsible Organization: the supervisor of the document organization Role: Any user of the assigned role “Workflow Activities” -> your to-do list you can Approve, Reject, View, Zoom to the record, Forward.

Workflow (Actions)‏ Apps Process – launch a predefined process Apps Report – Issue a report, send a note with attachment to the User Document Action – execute the defined document action – send and to the defined recipient Set Variable – set value of a column on the table that triggered the workflow User Choice – get authorization from the approval user for the IsApproved column Wait (Sleep) – wait the defined period of time

Workflow (Transitions)‏ When empty is unconditional Approval (predefined)‏ Conditional AND/OR Operator Transitions are evaluated according to sequence when more than one – evaluation left to right – no precedence When more than one valid outgoing transition: XOR split = first transition only AND split = parallel activities When more than one incoming transitions XOR join = first arrival continues workflow AND join = wait for completion of all activities to continue workflow

Escalations / Alerts / Priority In the workflow you define the duration unit. For every node you can define a duration limit. When the duration limit is reached an reminder is sent to the responsible. In Workflow Processor you can define Inactivity alert and Reminder days, as well as Alert over Priority Priority: Relative number to prioritize the activities. Activities are sorted by priority in tab. You can configure rules to increase the priority in a time basis, i.e. Every day waiting increase priority in 5

Workflow Types General workflow: Simple workflow for guiding a series of tasks (one single line of execution, no conditions in transitions)‏ Attached directly on the menu – this is an online process Document Process Workflow: Every document has a defined process – the workflow is started with the Process button. They can be customized for all clients or for single client. Record Value Workflow: Triggered on saving a record when condition is fulfilled. Condition for new records: Created = Updated

Exercise Exercise: Review, discuss and test the GardenWorld example for Business Partner approval Review, discuss and test the GardenWorld example of Requisition approval