DOAG SIG Day - Siebel Business Rules. Alexander Heinze Principal Sales Consultant

Size: px
Start display at page:

Download "DOAG SIG Day - Siebel Business Rules. Alexander Heinze Principal Sales Consultant"

Transcription

1 DOAG SIG Day - Siebel Business Rules Alexander Heinze Principal Sales Consultant

2 The preceding is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any contract. It is not a commitment to deliver any material, code, or functionality, and should not be relied upon in making purchasing decisions. The development, release, and timing of any features or functionality described for Oracle s products remain at the sole discretion of Oracle.

3 Topics Covered The Business of Business Rules Scenario Business Rules Concepts Siebel Business Rules Summary Demo Siebel Business Rules

4 Topics Covered The Business of Business Rules Scenario Business Rules Concepts Siebel Business Rules Summary Demo Siebel Business Rules

5 What are Business Rules? Wikipedia: Business rules or business rulesets describe the operations, definitions and constraints that apply to an organization in achieving its goals. Business perspective: A directive intended to influence or guide business s behavior in the application Guidance that there is an obligation concerning conduct, action, practice, or procedure within a particular activity or sphere. IT perspective: A statement that defines or constrains some aspect of the business It is intended to assert business structure or to control or influence the behavior of the business.

6 What are Business Rules? Declarative Expressed in Natural Language Follow an If-Then Syntax Atomic a Single Rule is Either True or False Examples: If the customer has spent more than $1, in the past year Then the customer s status is Premium. If the customer has spent more than $5, in the past year Then the customer s status is Premium-Super. If the customer s status is not Premium or Premium-Super Then the customer s status is Regular.

7 Traditional Sequential Solutions Traditionally, business rules like these are recorded by business analysts. Developers than implement a sequential algorithm that sets customer status by using code, script, or another sequential approach.

8 Business Rules Approach Business Rules are stored in their business analyst, If-Then, natural language representation. During execution, the Business Rules Engine uses an algorithm known as RETE to determine the rules that apply and the order they need to run in.

9 Business Rules Approach Siebel Application Servers Object Manager Rules Web Admin Bus Server Logic Proxy Layer Service EAI Data Layer Database Haley Inference Engine Haley Knowledge Base Rules Authoring

10 Benefits of Business Rules Increased Quality Business Spec to Implementation translation errors removed Becomes rare to break existing logic by making a change! Increase Agility Time to market/deployment is significantly reduced Business specification is the implementation Elimination of key time consuming operations Where does this change need to be made? What has been broken by making this change? Increase Transparency & Traceability Reduce black-box behavior of business applications Retain link between application logic and business policies Business can see and understand the current logic

11 Topics Covered The Business of Business Rules Scenario Business Rules Concepts Siebel Business Rules Summary Demo Siebel Business Rules

12 Usage Scenarios Dynamic business processes Business processes are frequently dynamic; that is, their requirements and parameters can change. For example, insurance application approval, credit card approval, and insurance claim processing prerequisites can change over time. Complex business processes Business processes frequently contain branches that depend on results of previous steps. By processing data with rules in order to provide input to branching logic, changes to the business logic can be made declaratively instead of relying on entirely scripted solutions. Field validations Besides easier implementation and maintenance during the life of a Siebel release, basic field validations that are implemented with a rules engine are more easily and directly maintained across a Siebel upgrade than scripts used to do validations. Auto-populating field values You can declaratively populate fields that depend on other field values, instead of doing such populating with scripting.

13 Sample Scenario Siebel customer has concept of Pods for Service Request types Pods are assigned based on the Service Request s area/subarea/geo/topic. Pods are dynamic! Sudden increase in volume of types of SR s drive the creation of new Pods to manage the situation. Siebel customer wants to assign SR Priority from Profitability and potentially Customer Status. Profitability is tracked as Low, Medium or High Customer Status is currently tracked, not yet used for Priority. Skip

14 Scenario SR s s entered and Rules determine Pod and Priority SR s s Managed and Resolved New Business Rules Trend Analysis Product/Geo/Topic

15 Scenario

16 Scenario

17 Scenario

18 Scenario

19 Scenario

20 Scenario SR s s entered and Rules determine Pod and Priority SR s s Managed and Resolved New Business Rules Trend Analysis Product/Geo/Topic

21 Scenario Summary Siebel Business Rules support custom logic on any Siebel data Logic can be rapidly changed, tested, and deployed Changes to SRF, Database, not required. Complex scripting is avoided.

22 Topics Covered The Business of Business Rules Scenario Business Rules Concepts Siebel Business Rules Summary Demo Siebel Business Rules Skip

23 Terminology Rete Algorithm Efficient pattern matching algorithm for implementing rule-based systems used by the Business Rules Engine Efficiency is asymptotically independent of the number of rules. Rete is several or many times faster than any known, alternative algorithm.

24 Terminology Knowledge Base (KB ) DB to hold rules metadata Modules A logical grouping of Rules statements Concepts Relations The Business Rules Engine Object Model types are: Entity maps to Siebel BC Value maps to BC field Link concepts Entities to Entities (Account_Opportunity) Entities to Values (Account_Name)

25 Terminology (cont) Phrasings Natural language syntax created for Concepts and Relations. Account Concept: Account Accounts Account s Account_Name Relation: an Account s Name is an Account has a Name the Name of the Account is Account_Opportunity Relation: an Account has Opportunities associated to it Phrasing is the core of natural language syntax that is used to define Rule Statements.

26 Terminology (cont) Actions Used in the then clause of the rule definitions Performs callbacks to the Siebel application Returns list of values: Invalidates the input: Pass back an error text to UI: add currency literal add currency value add - value invalidate with - reason raise error - text Set a field in Siebel BC: Validate the input: set currency field value set currency field value literal set field - value validate

27 Terminology (cont) Functions Procedural relation that returns values: large number of standard functions Siebel specific e.g. GetProfileAttr Predicate Special type of Function that returns True or False

28 Mapping Siebel Metadata Business Component Business Rules Engine Concept (Entity) Fields BC relationships BC and Field relationships Concept (Value) Relations Relations

29 Topics Covered The Business of Business Rules Scenario Business Rules Concepts Siebel Business Rules Summary Demo Siebel Business Rules

30 Value Prop Across Modules and Industries Application group Business Requirement Siebel Field Service Siebel Technology Siebel Public Sector Siebel Automotive Siebel Financial Services Siebel Pharmaceuticals Siebel Marketing Siebel PRM Siebel UAN/UCM Siebel ISS/Communications* SR escalation based on contracts Validation of warranty claims Declarative Data validation rules Personalization Assignment manager Workflow branching rules Eligibility determination for case processing Automated response to customers Validation of warranty claims Insurance approval rules Claim processing Research distribution rules Service and order management rules Product eligibility and compatibility Loyalty promotions management Partner entitlement rules Data quality rules Quote and order approval Product eligibility and compatibility

31 Your Height Why? Rules Engine Supports Specialized Applications Height and Weight Guidelines Maximum Weight Height Preferred Plus Preferred Standard 5'7" '8" '9" '10" '11" '0" '1" '2" Underwriting Criteria History of Cancer Aviation Hazardous Activities (i.e. Skydiving, Hanggliding, Rock climbing, Scuba diving etc) Medical Guidelines Preferred Plus Preferred Standard Depending on company, only available on certain types of skin cancer. Commercial airline pilots accepted. Private pilots - may qualify with aviation exclusion. Available only if no flat extra premium would be required. Only available on certain types of skin cancer. Commercial airline pilots accepted. Private pilots- flat extra may apply depending on experience. Available; however, may have flat extra. Available depending on type and duration of cancer. Commercial airline pilots accepted. Private pilots- flat extra may apply depending on experience. Available; however, may have flat extra. Script Implementation Rules implementation Rules provide a declarative alternative to writing code for creating and managing custom applications

32 Why? Rules Engine Can Reduce Scripting Rules engine will reduce configuration costs by 5-15% by reducing scripting (saving of 80K- 240K for $1.6M project) Customers can rely on a Business analyst instead of a more expensive consultant or developer Reduce expensive production downtime for updating business logic. No srf compile necessary. Reduce upgrade costs by replacing scripts with declarative rules 50% Reasons for Writing Business Component Scripts 2% 7% 31% 10% Auto-propagation of field values Dynamically read-only business component Dynamically required fields Dynamically read-only fields Other 20-50% of customer scripts can potentially be replaced by Rules* * Data based on analysis of 10 real customer repositories

33 Architecture Overview Basic Siebel Object Model Siebel Application Server UI Layer Business Logic Layer EAI Data Layer EAI Inference Engine Integrate with industry leading Business Rules Management vendor. Haley Systems. HaleyAuthority the authoring tool for rules. Natural English language editor Plug-in to HaleyAuthority to import Siebel metadata definitions Integrated via Proxy BS Haley Inference engine for runtime integration with Siebel

34 Architecture Overview Detailed Haley Knowledge Base Rules Invocation 1. Runtime Events 2. Script 3. WF/Task UI HaleyAuthority Deploy ment Plug-in MS SQL Server/Oracle/DB2/Access Import Wizard Plug-in Unicode Support Siebel Application Servers Object Manager Rules Admin Web Bus Server Logic Proxy Layer Service EAI Data Layer Haley Inference Engine Master Repository Runtime Tables Supported on all Siebel Server platforms (AIX, Windows etc)

35 Object Importer Plug-In to the Siebel Metadata objects Invoked via File->Import->Siebel Object Allows importing of Siebel business objects, business components, and fields into the Haley Knowledge base to be represented as Haley metadata allowing an analyst or developer to create business rules.

36 Authoring Leverage HaleyAuthority to define rules statements Identify business outcomes, or actions to be taken. Write this as an English statement. Compose if-then-else constructs via definitions of rules statements Apply appropriate applicability conditions if conditions at least one must be true ( or ) only if conditions all must be true ( and ) Unless conditions must all be false ( not )

37 Authoring Identify under what conditions does some conclusion hold Determine if there are exceptions when the conclusion does not hold. Define Modules to organize rules statements that contain similar decisions. Modules that makes decisions Modules that specify actions

38 Test Harness Plug-In to simulate your rules in the standalone HaleyAuthority tool. HaleyAuthority has its own Test s and Case s tab you can choose when testing rules Can create standalone test case that run individually Can create regression tests where can run many test cases at once Manually provide examples and the facts that the rules will use.

39 Deployment Plug-in Siebel Plug-in within HaleyAuthority that allows Rule Modules and Statements to be compiled into and deployed to the Siebel runtime environment. Explicitly choose the rule Modules that you wish to deploy to the runtime environment Has ability to synch Siebel metadata definitions to Haley

40 Rules Administration New Screen Business Rule Administration Rule Module List View Assign the appropriate business object and the relationships your rule modules require when invoked at runtime

41 Rules Invocation Runtime Events Task UI/Workflow Programmatic

42 Topics Covered The Business of Business Rules Scenario Business Rules Concepts Siebel Business Rules Summary Demo Siebel Business Rules

43 Summary Siebel Business Rules will makes a business more agile in changing business logic without requiring a new srf Reduces downtime costs by allowing dynamic deployment Reduces maintenance cost since logic stored in single location Empowers the business analyst to write business logic in natural English language Incorporates powerful simulation features to test rules before deploying to an environment Tightly integrated plug-ins for importing and deployment that insulate a analyst/developer from the object model mappings between Siebel and Haley. Flexible integration within Siebel as a business service to allow invocation from any application touch point whether it s a runtime event, a workflow or task ui, and from scripting.

44 Pro s and Con s Upsides Overall, you can use Siebel Business Rules to validate raise an error message set a business component field value set a User Profile Attribute Potentially very powerful, reduces scripting needs Easy to change without re-compiling Easier for BA / Customer to design & maintain Possible Downsides Not simple will require thorough training, not just on how to use it, but to decide when (or if) it should be used (i.e. during Design) Complementary skills areas are necessary Task UI, Workflow, Business Services, Runtime Events, Scripting, etc. First time use on a project will be a steep learning curve

45 Topics Covered The Business of Business Rules Scenario Business Rules Concepts Siebel Business Rules Summary Demo Siebel Business Rules

46 Create a new knowledge base

47 Start the Siebel Object Import Wizard

48 Connect to Master Repository

49 Select Runtime Database

50 Choose Business Object

51 Select (child) BusComps

52 Select BusComp Fields needed for rules

53 Create new module to hold the rules

54 Define rule applicability (if, only if, unless)

55 Define submodules and applicability

56 Add rule statements to submodule

57 Rule examples invalidate Check for a value s existence whether it is filled in or not if an opportunity's account is unknown then invalidate the opportunity with Work with simple numbers (less than/greater than) if an opportunity's primary revenue win probability is less than 70 then invalidate the opportunity with Work with currency values if an opportunity's primary revenue amount is less than 1 in "USD" then invalidate the opportunity with Work with dates (special keyword: Today ) if an opportunity's primary revenue close date occurs before today then invalidate the opportunity with " Check for sub records if an opportunity does not have an opportunity product then invalidate the opportunity with "

58 Deploy module to Siebel

59 Siebel runtime Register new Rule Module

60 Register all BusComps and activate Module

61 Define action set...

62 ...and associate it to a runtime event

63 Test Rules

64 Rule example: Set field values based on rules

65 Rule example: Override rules

66 Siebel Business Rules Siebel Architecture Technology Overview

Siebel Business Process Framework: Workflow Guide. Siebel Innovation Pack 2013 Version 8.1/8.2 September 2013

Siebel Business Process Framework: Workflow Guide. Siebel Innovation Pack 2013 Version 8.1/8.2 September 2013 Siebel Business Process Framework: Workflow Guide Siebel Innovation Pack 2013 Version 8.1/8.2 September 2013 Copyright 2005, 2013 Oracle and/or its affiliates. All rights reserved. This software and related

More information

SP-2002-10231 - Designing a Microsoft SharePoint 2010 Infrastructure

SP-2002-10231 - Designing a Microsoft SharePoint 2010 Infrastructure SP-2002-10231 - Designing a Microsoft SharePoint 2010 Infrastructure Duration: 5 days Course Price: $2,975 Software Assurance Eligible Course Description Course Overview This 5 day ILT training course

More information

CA Aion Business Rules Expert r11

CA Aion Business Rules Expert r11 PRODUCT sheet: CA AION BUSINESS RULES EXPERT r11 CA Aion Business Rules Expert r11 CA Aion Business Rules Expert r11 (CA Aion BRE) is an industry-leading system that automates and streamlines business

More information

Oracle Siebel CRM 8 Developer's Handbook

Oracle Siebel CRM 8 Developer's Handbook P U B L I S H I N G professional expertise distilled Oracle Siebel CRM 8 Developer's Handbook Alexander Hansal Chapter No.13 "User Properties" In this package, you will find: A Biography of the author

More information

Data Integration and ETL with Oracle Warehouse Builder: Part 1

Data Integration and ETL with Oracle Warehouse Builder: Part 1 Oracle University Contact Us: + 38516306373 Data Integration and ETL with Oracle Warehouse Builder: Part 1 Duration: 3 Days What you will learn This Data Integration and ETL with Oracle Warehouse Builder:

More information

Designing a Microsoft SharePoint 2010 Infrastructure

Designing a Microsoft SharePoint 2010 Infrastructure Designing a Microsoft SharePoint 2010 Infrastructure Course Details Course Code: Duration: Notes: 10231B 5 days This course syllabus should be used to determine whether the course is appropriate for the

More information

Planning, Deploying, and Managing an Enterprise Project Management Solution

Planning, Deploying, and Managing an Enterprise Project Management Solution Planning, Deploying, and Managing an Enterprise Project Management Solution Course 2732 Five days Instructor-led Introduction The goal of this five-day, instructor-led course is to provide systems engineers

More information

Oracle Data Integrator 12c: Integration and Administration

Oracle Data Integrator 12c: Integration and Administration Oracle University Contact Us: +33 15 7602 081 Oracle Data Integrator 12c: Integration and Administration Duration: 5 Days What you will learn Oracle Data Integrator is a comprehensive data integration

More information

Siebel Business Process Framework: Workflow Guide. Version 8.0 Rev A May 2008

Siebel Business Process Framework: Workflow Guide. Version 8.0 Rev A May 2008 Siebel Business Process Framework: Workflow Guide Version 8.0 Rev A May 2008 Copyright 2005, 2008, Oracle. All rights reserved. The Programs (which include both the software and documentation) contain

More information

Oracle Data Integrator 11g: Integration and Administration

Oracle Data Integrator 11g: Integration and Administration Oracle University Contact Us: Local: 1800 103 4775 Intl: +91 80 4108 4709 Oracle Data Integrator 11g: Integration and Administration Duration: 5 Days What you will learn Oracle Data Integrator is a comprehensive

More information

Test Data Management Concepts

Test Data Management Concepts Test Data Management Concepts BIZDATAX IS AN EKOBIT BRAND Executive Summary Test Data Management (TDM), as a part of the quality assurance (QA) process is more than ever in the focus among IT organizations

More information

BUSINESS RULES CONCEPTS... 2 BUSINESS RULE ENGINE ARCHITECTURE... 4. By using the RETE Algorithm... 5. Benefits of RETE Algorithm...

BUSINESS RULES CONCEPTS... 2 BUSINESS RULE ENGINE ARCHITECTURE... 4. By using the RETE Algorithm... 5. Benefits of RETE Algorithm... 1 Table of Contents BUSINESS RULES CONCEPTS... 2 BUSINESS RULES... 2 RULE INFERENCE CONCEPT... 2 BASIC BUSINESS RULES CONCEPT... 3 BUSINESS RULE ENGINE ARCHITECTURE... 4 BUSINESS RULE ENGINE ARCHITECTURE...

More information

QUALITYMATE FOR LOAD TESTING

QUALITYMATE FOR LOAD TESTING QUALITYMATE FOR LOAD TESTING QualityMate suite of tools enables organizations to industrialize the software development process providing support for different process activities like Requirements Management,

More information

Using EMC Documentum with Adobe LiveCycle ES

Using EMC Documentum with Adobe LiveCycle ES Technical Guide Using EMC Documentum with Adobe LiveCycle ES Table of contents 1 Deployment 3 Managing LiveCycle ES development assets in Documentum 5 Developing LiveCycle applications with contents in

More information

Release Automation for Siebel

Release Automation for Siebel June 30 th 2015 Release Automation for Siebel Stefan Kures Agenda + Common Challenges + Automic s solution + Positive Outcomes + Customer Example 3 Property of Automic Software. All rights reserved Siebel

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

My Oracle Support Portal

My Oracle Support Portal My Oracle Support Portal Fuad Samara Customer Service Manager Global Customer Management The following is intended to outline our general product direction. It is intended for information

More information

Implementing and Maintaining Microsoft SQL Server 2008 Integration Services

Implementing and Maintaining Microsoft SQL Server 2008 Integration Services Course 6234A: Implementing and Maintaining Microsoft SQL Server 2008 Integration Services Length: 3 Days Language(s): English Audience(s): IT Professionals Level: 200 Technology: Microsoft SQL Server 2008

More information

Oracle Fixed Scope Services Definitions Effective Date: October 14, 2011

Oracle Fixed Scope Services Definitions Effective Date: October 14, 2011 Oracle Fixed Scope Services Definitions Effective Date: October 14, 2011 "You" and "your" refers to the individual or entity that has ordered Advanced Customer Services from Oracle or an authorized distributor.

More information

Siebel CRM Reports. Easy to develop and deploy. Administration

Siebel CRM Reports. Easy to develop and deploy. Administration Siebel CRM Reports The Siebel CRM integration with Oracle Business Intelligence Publisher (BI Publisher) provides an enterprise reporting solution to author, manage, and deliver all types of highly formatted

More information

SQL Server Analysis Services Complete Practical & Real-time Training

SQL Server Analysis Services Complete Practical & Real-time Training A Unit of Sequelgate Innovative Technologies Pvt. Ltd. ISO Certified Training Institute Microsoft Certified Partner SQL Server Analysis Services Complete Practical & Real-time Training Mode: Practical,

More information

IBM WebSphere ILOG Rules for.net

IBM WebSphere ILOG Rules for.net Automate business decisions and accelerate time-to-market IBM WebSphere ILOG Rules for.net Business rule management for Microsoft.NET and SOA environments Highlights Complete BRMS for.net Integration with

More information

21st Century Tax Systems: COTS or Service Oriented Architectures. August 3, 2009

21st Century Tax Systems: COTS or Service Oriented Architectures. August 3, 2009 21st Century Tax Systems: COTS or Service Oriented Architectures August 3, 2009 Agenda SOA and COTS Defined Integrated Tax Systems Other Tools that support SOA Pros and Cons Additional Considerations 2

More information

Siebel Installation Guide for Microsoft Windows. Siebel Innovation Pack 2013 Version 8.1/8.2, Rev. A April 2014

Siebel Installation Guide for Microsoft Windows. Siebel Innovation Pack 2013 Version 8.1/8.2, Rev. A April 2014 Siebel Installation Guide for Microsoft Windows Siebel Innovation Pack 2013 Version 8.1/8.2, Rev. A April 2014 Copyright 2005, 2014 Oracle and/or its affiliates. All rights reserved. This software and

More information

What Business and Process Analysts Need to Know About BPM Suites

What Business and Process Analysts Need to Know About BPM Suites What Business and Process Analysts Need to Know About BPM Suites Bruce Silver Principal, Bruce Silver Associates and BPMS Watch 1 Agenda What is a BPMS? Specifying BPM requirements What BA s need to understand

More information

Key Evolutions of ERP

Key Evolutions of ERP Fusion Application Adoption - A Paradigm Shift from the Legacy ERP G. Brett Beaubouef, PMP, CISA CARDINAL POINT SOLUTIONS The evolution of ERP implementations has just taken a giant leap forward! This

More information

SAMPLE INVITATION TO TENDER ADVERTISEMENT (CONTRACT)

SAMPLE INVITATION TO TENDER ADVERTISEMENT (CONTRACT) SAMPLE INVITATION TO TENDER ADVERTISEMENT (CONTRACT) Invitation to Tender [Insert brief description of project/consultancy E.g. provision of legal services for X native title claim ]. [Name of Representative

More information

Siebel Application Deployment Manager Guide. Siebel Innovation Pack 2013 Version 8.1/8.2 September 2013

Siebel Application Deployment Manager Guide. Siebel Innovation Pack 2013 Version 8.1/8.2 September 2013 Siebel Application Deployment Manager Guide Siebel Innovation Pack 2013 Version 8.1/8.2 September 2013 Copyright 2005, 2013 Oracle and/or its affiliates. All rights reserved. This software and related

More information

An Oracle White Paper Released Sept 2008

An Oracle White Paper Released Sept 2008 Performance and Scalability Benchmark: Siebel CRM Release 8.0 Industry Applications on HP BL460c/BL680c Servers running Microsoft Windows Server 2008 Enterprise Edition and SQL Server 2008 (x64) An Oracle

More information

Oracle Database: Program with PL/SQL

Oracle Database: Program with PL/SQL Oracle University Contact Us: 1.800.529.0165 Oracle Database: Program with PL/SQL Duration: 5 Days What you will learn View a newer version of this course /a/b/p/p/b/pulli/lili/lili/lili/lili/lili/lili/lili/lili/lili/lili/lili/li/ul/b/p/p/b/p/a/a/p/

More information

CRM University. Course Catalog. BC010 Boot Camp With a focus on the business use of Microsoft Dynamics CRM, the boot

CRM University. Course Catalog. BC010 Boot Camp With a focus on the business use of Microsoft Dynamics CRM, the boot Course Description Duration BC010 Boot Camp With a focus on the business use of Microsoft Dynamics CRM, the boot camp covers the entire application in detail. Using hands-on labs in a a training environment

More information

OneShield.com Leadership. Service. Technology. That s our policy.

OneShield.com Leadership. Service. Technology. That s our policy. Save valuable time and money while eliminating risks with a comprehensive rating solution that allows P&C insurers across all commercial, personal and specialty lines to build, design and self-configure

More information

Making Business Rules operational. Knut Hinkelmann

Making Business Rules operational. Knut Hinkelmann Making Business Rules operational Knut Hinkelmann Levels of Expression For expressing rules there is a trade-off between acessibility of business meaning and desirable automation Rules can be expressed

More information

Using Oracle Data Integrator with Essbase, Planning and the Rest of the Oracle EPM Products

Using Oracle Data Integrator with Essbase, Planning and the Rest of the Oracle EPM Products Using Oracle Data Integrator with Essbase, Planning and the Rest of the Oracle EPM Products Edward Roske eroske@interrel.com BLOG: LookSmarter.blogspot.com WEBSITE: www.interrel.com TWITTER: ERoske 2 4

More information

Enterprise Application Development in SharePoint 2010

Enterprise Application Development in SharePoint 2010 Artifacts, Components and Resources that Comprise the Employee Absence Tracking Application 11 Enterprise Application Development in SharePoint 2010 Development Note below, a version of this Employee Absence

More information

An Oracle White Paper Released April 2008

An Oracle White Paper Released April 2008 Performance and Scalability Benchmark: Siebel CRM Release 8.0 Industry Applications on HP BL460c Servers running Red Hat Enterprise Linux 4.0 and Oracle 10gR2 DB on HP BL460C An Oracle White Paper Released

More information

Oracle Database: Program with PL/SQL

Oracle Database: Program with PL/SQL Oracle University Contact Us: +33 15 7602 081 Oracle Database: Program with PL/SQL Duration: 5 Days What you will learn This course is available in Training On Demand format This Oracle Database: Program

More information

Toad for Oracle 8.6 SQL Tuning

Toad for Oracle 8.6 SQL Tuning Quick User Guide for Toad for Oracle 8.6 SQL Tuning SQL Tuning Version 6.1.1 SQL Tuning definitively solves SQL bottlenecks through a unique methodology that scans code, without executing programs, to

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

Siebel Installation Guide for UNIX. Siebel Innovation Pack 2013 Version 8.1/8.2, Rev. A April 2014

Siebel Installation Guide for UNIX. Siebel Innovation Pack 2013 Version 8.1/8.2, Rev. A April 2014 Siebel Installation Guide for UNIX Siebel Innovation Pack 2013 Version 8.1/8.2, Rev. A April 2014 Copyright 2005, 2014 Oracle and/or its affiliates. All rights reserved. This software and related documentation

More information

PeopleTools Tables: The Application Repository in the Database

PeopleTools Tables: The Application Repository in the Database PeopleTools Tables: The Application Repository in the Database by David Kurtz, Go-Faster Consultancy Ltd. Since their takeover of PeopleSoft, Oracle has announced project Fusion, an initiative for a new

More information

SHAREPOINT 2013 NO-CODE SOLUTIONS FOR POWER USERS. Jamie McAllister

SHAREPOINT 2013 NO-CODE SOLUTIONS FOR POWER USERS. Jamie McAllister SHAREPOINT 2013 NO-CODE SOLUTIONS FOR POWER USERS Jamie McAllister Agenda Introduction What is a code-free Solution? The Importance of Governance (and Training!) Overview of the Different Solution Types

More information

ADF. Joe Huang Joe Huang Senior Principal Product Manager, Mobile Development Platform, Oracle Application Development Tools

ADF. Joe Huang Joe Huang Senior Principal Product Manager, Mobile Development Platform, Oracle Application Development Tools Developing for Mobile Devices with Oracle ADF Joe Huang Joe Huang Senior Principal Product Manager, Mobile Development Platform, Oracle Application Development Tools Agenda Overview ADF Mobile Browser

More information

Oracle Database: Program with PL/SQL

Oracle Database: Program with PL/SQL Oracle University Contact Us: 0845 777 7711 Oracle Database: Program with PL/SQL Duration: 5 Days What you will learn This course starts with an introduction to PL/SQL and proceeds to list the benefits

More information

ORACLE DATA SHEET KEY FEATURES AND BENEFITS ORACLE WEBLOGIC SERVER STANDARD EDITION

ORACLE DATA SHEET KEY FEATURES AND BENEFITS ORACLE WEBLOGIC SERVER STANDARD EDITION KEY FEATURES AND BENEFITS STANDARD EDITION Java EE 7 full platform support Java SE 8 certification, support Choice of IDEs, development tools and frameworks Oracle Cloud compatibility Industry-leading

More information

Integrating Siebel CRM with Microsoft SharePoint Server

Integrating Siebel CRM with Microsoft SharePoint Server Integrating Siebel CRM with Microsoft SharePoint Server www.sierraatlantic.com Headquarters 6522 Kaiser Drive, Fremont CA 94555, USA Phone: 1.510.742.4100 Fax: 1.510.742.4101 Global Development Center

More information

Designing a Microsoft SharePoint 2010 Infrastructure

Designing a Microsoft SharePoint 2010 Infrastructure Course Code: M10231 Vendor: Microsoft Course Overview Duration: 5 RRP: 1,980 Designing a Microsoft SharePoint 2010 Infrastructure Overview This five day ILT course teaches IT professionals to design and

More information

Business Application

Business Application 137 Germain CRT Validation Rules for Siebel CRM 7.7,7.8,8.0,8.1,8.2 Validation Rule Name Validation Rule Description Business Application Siebel Repository Level Improve CPU Improve Memory GS-SBL-REP-JDBC-1001

More information

Quality Assurance - Karthik

Quality Assurance - Karthik Prevention is better than cure Quality Assurance - Karthik This maxim perfectly explains the difference between quality assurance and quality control. Quality Assurance is a set of processes that needs

More information

InRule. The Premier BRMS for the Microsoft Platform. Benefits THE POWER OF INRULE. Key Capabilities

InRule. The Premier BRMS for the Microsoft Platform. Benefits THE POWER OF INRULE. Key Capabilities InRule The Premier BRMS for the Microsoft Platform THE POWER OF INRULE InRule empowers technical and business users to change rules and calculations in applications with less effort, cost, and risk than

More information

Stellar Phoenix Exchange Server Backup

Stellar Phoenix Exchange Server Backup Stellar Phoenix Exchange Server Backup Version 1.0 Installation Guide Introduction This is the first release of Stellar Phoenix Exchange Server Backup tool documentation. The contents will be updated periodically

More information

Answers to Top BRMS Questions

Answers to Top BRMS Questions November 2009 Answers to Top BRMS Questions Answers to ten frequently asked questions about what business rule management systems are and how they are used Brett Stineman Product Marketing, Business Rules

More information

An Oracle White Paper Released October 2008

An Oracle White Paper Released October 2008 Performance and Scalability Benchmark for 10,000 users: Siebel CRM Release 8.0 Industry Applications on HP BL460c Servers running Red Hat Enterprise Linux 4.0 and Oracle 10gR2 DB on HP BL680C An Oracle

More information

IBM WebSphere Operational Decision Management Improve business outcomes with real-time, intelligent decision automation

IBM WebSphere Operational Decision Management Improve business outcomes with real-time, intelligent decision automation Solution Brief IBM WebSphere Operational Decision Management Improve business outcomes with real-time, intelligent decision automation Highlights Simplify decision governance and visibility with a unified

More information

Oracle Database: Program with PL/SQL

Oracle Database: Program with PL/SQL Oracle University Contact Us: +52 1 55 8525 3225 Oracle Database: Program with PL/SQL Duration: 5 Days What you will learn View a newer version of this course This Oracle Database: Program with PL/SQL

More information

SOFTWARE TESTING TRAINING COURSES CONTENTS

SOFTWARE TESTING TRAINING COURSES CONTENTS SOFTWARE TESTING TRAINING COURSES CONTENTS 1 Unit I Description Objectves Duration Contents Software Testing Fundamentals and Best Practices This training course will give basic understanding on software

More information

D83167 Oracle Data Integrator 12c: Integration and Administration

D83167 Oracle Data Integrator 12c: Integration and Administration D83167 Oracle Data Integrator 12c: Integration and Administration Learn To: Use Oracle Data Integrator to perform transformation of data among various platforms. Design ODI Mappings, Procedures, and Packages

More information

BPEL + Business Rules

BPEL + Business Rules Dial-in: 888.283.3946 or +1.210.795.4773 passcode: bpel Press *1 at end to ask verbal questions During conf, use chat feature to ask questions The Oracle BPEL Process Manager BPEL + Business Feature Preview

More information

<Insert Picture Here> Oracle BI Standard Edition One The Right BI Foundation for the Emerging Enterprise

<Insert Picture Here> Oracle BI Standard Edition One The Right BI Foundation for the Emerging Enterprise Oracle BI Standard Edition One The Right BI Foundation for the Emerging Enterprise Business Intelligence is the #1 Priority the most important technology in 2007 is business intelligence

More information

8911B - Installation & Deployment in Microsoft Dynamics CRM 4.0

8911B - Installation & Deployment in Microsoft Dynamics CRM 4.0 8911B - Installation & Deployment in Microsoft Dynamics CRM 4.0 Course Number: 8911B Course Length: 2 Days Course Overview This two-day course provides students with the tools to install and configure

More information

Jitterbit Technical Overview : Microsoft Dynamics AX

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

More information

VMware vsphere Data Protection 6.1

VMware vsphere Data Protection 6.1 VMware vsphere Data Protection 6.1 Technical Overview Revised August 10, 2015 Contents Introduction... 3 Architecture... 3 Deployment and Configuration... 5 Backup... 6 Application Backup... 6 Backup Data

More information

Revealing the Big Picture Using Business Process Management

Revealing the Big Picture Using Business Process Management Revealing the Big Picture Using Business Process Management Page 1 of 20 Page 2 of 20 Introduction In today s business environment, change is inevitable. Changes in technology, organizational structure,

More information

SAP RAPID DEPLOYMENT FOR APPLICATION LIFECYCLE MANAGEMENT WAVE TEST MANAGEMENT INFORMATION SHEET FOR SERVICE DELIVERY

SAP RAPID DEPLOYMENT FOR APPLICATION LIFECYCLE MANAGEMENT WAVE TEST MANAGEMENT INFORMATION SHEET FOR SERVICE DELIVERY SAP RAPID DEPLOYMENT FOR APPLICATION LIFECYCLE MANAGEMENT WAVE TEST MANAGEMENT INFORMATION SHEET FOR SERVICE DELIVERY In the context of application lifecycle management testing is a significant phase to

More information

Deploying Rule Applications

Deploying Rule Applications White Paper Deploying Rule Applications with ILOG JRules Deploying Rule Applications with ILOG JRules White Paper ILOG, September 2006 Do not duplicate without permission. ILOG, CPLEX and their respective

More information

Oracle Service Bus. Situation. Oracle Service Bus Primer. Product History and Evolution. Positioning. Usage Scenario

Oracle Service Bus. Situation. Oracle Service Bus Primer. Product History and Evolution. Positioning. Usage Scenario Oracle Service Bus Situation A service oriented architecture must be flexible for changing interfaces, transport protocols and server locations - service clients have to be decoupled from their implementation.

More information

Student Advantage FREQUENTLY ASKED QUESTIONS FOR PARTNERS

Student Advantage FREQUENTLY ASKED QUESTIONS FOR PARTNERS Student Advantage FREQUENTLY ASKED QUESTIONS FOR PARTNERS Overview 3 How does this announcement about a Student Advantage benefit relate to existing Student Option? 3 Why is Microsoft introducing these

More information

Planning, Implementing and Managing a Microsoft SharePoint 2003 Infrastructure

Planning, Implementing and Managing a Microsoft SharePoint 2003 Infrastructure Planning, Implementing and Managing a Microsoft SharePoint 2003 Infrastructure Course 8036 - Three days - Instructor-led - Hands on Introduction This instructor-led course provides students with the knowledge

More information

Rules and Business Rules

Rules and Business Rules OCEB White Paper on Business Rules, Decisions, and PRR Version 1.1, December 2008 Paul Vincent, co-chair OMG PRR FTF TIBCO Software Abstract The Object Management Group s work on standards for business

More information

ORACLE APPLICATION EXPRESS 5.0

ORACLE APPLICATION EXPRESS 5.0 ORACLE APPLICATION EXPRESS 5.0 Key Features Fully supported nocost feature of the Oracle Database Simple 2-Tier Architecture Develop desktop and mobile applications 100% Browserbased Development and Runtime

More information

OWB Users, Enter The New ODI World

OWB Users, Enter The New ODI World OWB Users, Enter The New ODI World Kulvinder Hari Oracle Introduction Oracle Data Integrator (ODI) is a best-of-breed data integration platform focused on fast bulk data movement and handling complex data

More information

Oracle Data Miner (Extension of SQL Developer 4.0)

Oracle Data Miner (Extension of SQL Developer 4.0) An Oracle White Paper October 2013 Oracle Data Miner (Extension of SQL Developer 4.0) Generate a PL/SQL script for workflow deployment Denny Wong Oracle Data Mining Technologies 10 Van de Graff Drive Burlington,

More information

BPM ORACLE BPM: AN OVERVIEW. By: Chris Ostrowski. Oracle BPM: An Overview i. Copyright 2014 Avout www.avout.com. Copyright 2014 Avout www.avout.

BPM ORACLE BPM: AN OVERVIEW. By: Chris Ostrowski. Oracle BPM: An Overview i. Copyright 2014 Avout www.avout.com. Copyright 2014 Avout www.avout. BPM ORACLE BPM: AN OVERVIEW By: Chris Ostrowski Oracle BPM: An Overview i Table of Contents OVERVIEW... 1 ABOUT BPM... 1 THE ORACLE BPM METHOD... 2 Who Participates in this Process?... 2 The Roles of the

More information

Introduction to Oracle Mobile Application Framework Raghu Srinivasan, Director Development Mobile and Cloud Development Tools Oracle

Introduction to Oracle Mobile Application Framework Raghu Srinivasan, Director Development Mobile and Cloud Development Tools Oracle Introduction to Oracle Mobile Application Framework Raghu Srinivasan, Director Development Mobile and Cloud Development Tools Oracle Safe Harbor Statement The following is intended to outline our general

More information

Microsoft SOA Roadmap

Microsoft SOA Roadmap Microsoft SOA Roadmap Application Platform for SOA and BPM Thomas Reimer Enterprise Technology Strategist, SOA and BPM Microsoft Corporation (EMEA) Trends and Roadmap THE FUTURE OF DYNAMIC IT Market Trends

More information

CON5604 Upgrade from Siebel CRM 7.7 to 8.1 in Germany s Largest Loyalty Program Moscone West 2007 10/01/14, 11:30-12:15

CON5604 Upgrade from Siebel CRM 7.7 to 8.1 in Germany s Largest Loyalty Program Moscone West 2007 10/01/14, 11:30-12:15 CON5604 Upgrade from Siebel CRM 7.7 to 8.1 in Germany s Largest Loyalty Program Moscone West 2007 10/01/14, 11:30-12:15 Us Alexander Doubek Moritz Schlaucher System Architect Unit Lead Oracle Technology

More information

Building Your EDI Modernization Roadmap

Building Your EDI Modernization Roadmap Simplify and Accelerate e-business Integration Building Your EDI Modernization Roadmap Background EDI Modernization Drivers Lost revenue due to missing capabilities or poor scorecard ratings High error

More information

Exam Name: IBM InfoSphere MDM Server v9.0

Exam Name: IBM InfoSphere MDM Server v9.0 Vendor: IBM Exam Code: 000-420 Exam Name: IBM InfoSphere MDM Server v9.0 Version: DEMO 1. As part of a maintenance team for an InfoSphere MDM Server implementation, you are investigating the "EndDate must

More information

Picasso Recommendation

Picasso Recommendation Picasso Recommendation Mission The School of Dentistry for the University at Buffalo (UB) uses a custom application called Picasso to manage their clinic operations. Developed by two engineers in 1997,

More information

MECOMS Customer Care & Billing As A Service

MECOMS Customer Care & Billing As A Service MECOMS Customer Care & Billing As A Service MECOMS As A Service. Your pay as you grow meter-to-cash solution. Introducing MECOMS As A Service, an innovative customer management and billing solution for

More information

Designing and Developing Web Applications by using the Microsoft.NET Framework

Designing and Developing Web Applications by using the Microsoft.NET Framework Designing and Developing Web Applications by using the Microsoft.NET Framework Course Number: 70 547 Length: Certification Exam This exam is part of a series of exams in pursuit of the MCPD certification.

More information

Getting Started with Oracle

Getting Started with Oracle Getting Started with Oracle Data Integrator 11g: A Hands-On Tutorial Combine high volume data movement, complex transformations and real-time data integration with the robust capabilities of ODI in this

More information

Oracle Data Integrator 11g New Features & OBIEE Integration. Presented by: Arun K. Chaturvedi Business Intelligence Consultant/Architect

Oracle Data Integrator 11g New Features & OBIEE Integration. Presented by: Arun K. Chaturvedi Business Intelligence Consultant/Architect Oracle Data Integrator 11g New Features & OBIEE Integration Presented by: Arun K. Chaturvedi Business Intelligence Consultant/Architect Agenda 01. Overview & The Architecture 02. New Features Productivity,

More information

BUILDING FLEXIBLE ENTERPRISE PROCESSES USING ORACLE BUSINESS RULES AND BPEL PROCESS MANAGER. An Oracle White Paper Jan 2005

BUILDING FLEXIBLE ENTERPRISE PROCESSES USING ORACLE BUSINESS RULES AND BPEL PROCESS MANAGER. An Oracle White Paper Jan 2005 BUILDING FLEXIBLE ENTERPRISE PROCESSES USING ORACLE BUSINESS RULES AND BPEL PROCESS MANAGER An Oracle White Paper Jan 2005 BUILDING FLEXIBLE ENTERPRISE PROCESSES USING ORACLE BUSINESS RULES AND BPEL PROCESS

More information

Installing OneStop Reporting Products

Installing OneStop Reporting Products Installing OneStop Reporting Products Contents 1 Introduction 2 Product Overview 3 System Requirements 4 Deployment 5 Installation 6 Appendix 2010 OneStop Reporting http://www.onestopreporting.com support@onestopreporting.com

More information

The Total Cost of Ownership (TCO) of migrating to SUSE Linux Enterprise Server for System z

The Total Cost of Ownership (TCO) of migrating to SUSE Linux Enterprise Server for System z The Total Cost of Ownership (TCO) of migrating to SUSE Linux Enterprise Server for System z This White Paper explores the financial benefits and cost savings of moving workloads from distributed to mainframe

More information

Planning and Managing Windows 7 Desktop Deployments and Environments

Planning and Managing Windows 7 Desktop Deployments and Environments Planning and Managing Windows 7 Desktop s and s Introduction This five-day instructor-led course is intended for desktop administrators who want to specialize in desktop deployment, configuration, and

More information

70-646 R3: Windows Server 2008 Administration. Course Overview. Course Outline. Course Length: 4 Day

70-646 R3: Windows Server 2008 Administration. Course Overview. Course Outline. Course Length: 4 Day 70-646 R3: Windows Server 2008 Administration Course Length: 4 Day Course Overview This course will prepare the student for Exam 70-646: Pro: Windows Server 2008, Server Administrator. Topics covered include

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

Addressing the SAP Data Migration Challenges with SAP Netweaver XI

Addressing the SAP Data Migration Challenges with SAP Netweaver XI Addressing the SAP Data Migration Challenges with SAP Netweaver XI Executive Summary: Whether it is during the final phases of a new SAP implementation, during SAP upgrades and updates, during corporate

More information

Frequently Asked Questions

Frequently Asked Questions Table of contents 1. Agent Technology...3 1.1. Has the Knoa agent been tested with standard set of services on the PC?... 3 1.2. Do users need to do anything to activate the Agent?...3 1.3. Does the Knoa

More information

Profiling as a Service

Profiling as a Service Profiling as a Service Table of Contents 1. PraaS Overview 2 2. The Profiling Goal 2 3. What do you get from Profiling? 2 4. How PraaS Improves the Profiling Experience 2 5. What is the Profiling Process?

More information

Data Access Guide. BusinessObjects 11. Windows and UNIX

Data Access Guide. BusinessObjects 11. Windows and UNIX Data Access Guide BusinessObjects 11 Windows and UNIX 1 Copyright Trademarks Use restrictions Patents Copyright 2004 Business Objects. All rights reserved. If you find any problems with this documentation,

More information

zenterprise The Ideal Platform For Smarter Computing Developing Hybrid Applications For zenterprise

zenterprise The Ideal Platform For Smarter Computing Developing Hybrid Applications For zenterprise zenterprise The Ideal Platform For Smarter Computing Developing Hybrid Applications For zenterprise Smarter Computing Is Redefining The Data Center Consolidate Infrastructure Optimize to data center Eliminate

More information

Quality Management with Rational tools

Quality Management with Rational tools IBM Software Group Quality Management with Rational tools Lars Bjorstrup Presales consultant larsbjor@dk.ibm.com 2007 IBM Corporation Agenda What is test? Test Management Rational Testing Tools Demo Q&A

More information

Business Process Management and Cloud Computing

Business Process Management and Cloud Computing Business Process Management and Cloud Computing Michael Connaughton, Director, BPM The following is intended to outline our general product direction. It is intended for information purposes only, and

More information

APPLICATION MANAGEMENT SUITE FOR SIEBEL APPLICATIONS

APPLICATION MANAGEMENT SUITE FOR SIEBEL APPLICATIONS APPLICATION MANAGEMENT SUITE FOR SIEBEL APPLICATIONS USER EXPERIENCE MANAGEMENT SERVICE LEVEL OBJECTIVE REAL USER MONITORING SYNTHETIC USER MONITORING SERVICE TEST KEY PERFORMANCE INDICATOR PERFORMANCE

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

Process Remixes - Mixing Legacy with Process Orchestration

Process Remixes - Mixing Legacy with Process Orchestration Process Remixes - Mixing Legacy with Process Orchestration Sukriti Goel, Jyoti M. Bhat BPM Research Group Software Engineering and Technology Labs Infosys Technologies Limited BPM '10 Conference, Hoboken,

More information

Structure of the presentation

Structure of the presentation Integration of Legacy Data (SLIMS) and Laboratory Information Management System (LIMS) through Development of a Data Warehouse Presenter N. Chikobi 2011.06.29 Structure of the presentation Background Preliminary

More information