Agenda Introduction to Business Rules Simple in Concept/ Internal vs External Workflow Workflow Extender.

Slides:



Advertisements
Similar presentations
Improving Learning Object Description Mechanisms to Support an Integrated Framework for Ubiquitous Learning Scenarios María Felisa Verdejo Carlos Celorrio.
Advertisements

SharePoint Forms All you ever wanted to know about forms but were afraid to ask.
Memory.
TECH 2018 (Week 16) Topic: JavaScript Parminder Kang Home: Phones Off Please.
Tutorial 6 Creating a Web Form
HTML 5 and CSS 3, Illustrated Complete Unit L: Programming Web Pages with JavaScript.
Chapter 3 Data Modeling Copyright © 2014 McGraw-Hill Education. All rights reserved. No reproduction or distribution without the prior written consent.
Integrated Loyalty Program. Standard Loyalty Program.
2010/11 : [1]Building Web Applications using MySQL and PHP (W1)MySQL Recap.
Business Rules and SharePoint Workflow with Master Data Services (MDS)
Jeremy Kashel BI 200 End to End Master Data Management With SQL Server Master Data Services (MDS)
Modeling the Data: Conceptual and Logical Data Modeling
Fundamentals, Design, and Implementation, 9/e COS 346 Day 8.
Lecture 4 Sept 8 Complete Chapter 3 exercises Chapter 4.
Fundamentals, Design, and Implementation, 9/e COS 346 Day 2.
Foundation Data Workshop
Employee Central Presentation
Lecture 4 Sept 7 Chapter 4. Chapter 4 – arrays, collections and indexing This chapter discusses the basic calculations involving rectangular collections.
Chapter 4: Organizing and Manipulating the Data in Databases
Chapter 4-1. Chapter 4-2 Database Management Systems Overview  Not a database  Separate software system Functions  Enables users to utilize database.
Sage CRM Developers Course
Introduction To PHP 20 * Introducing the basics of programming * Discovering variables, loops, arrays and conditions * Integrating HTML and PHP Stations.
© 1999, by Que Education and Training, Chapter 5, pages of Introduction to Computer Programming with Visual Basic 6: A Problem-Solving Approach.
Denise Luther Senior IT Consultant Practical Technology Enablement with Enterprise Integrator.
Developing Workflows with SharePoint Designer David Coe Application Development Consultant Microsoft Corporation.
Logic Modeling Logic and timing are not represented on data flow diagrams or entity-relationship diagrams Processes contain logic - what happens under.
Welcome! Presenter: Robert Goldman. Major Topics To Be Covered In This Presentation Sales Tax Priority Logic Tax Holidays Tax Tables for Certain States.
PRESENTED BY: K2 blackpoint Fundamentals Module 1: Understand J SCOTT PITMAN –
RECALL THE MAIN COMPONENTS OF KIM Functional User Interfaces We just looked at these Reference Implementation We will talk about these later Service Interface.
CHAPTER 8: MANAGING DATA RESOURCES. File Organization Terms Field: group of characters that represent something Record: group of related fields File:
Session 4: The HANA Curriculum and Demos Dr. Bjarne Berg Associate professor Computer Science Lenoir-Rhyne University.
Tom Castiglia Hershey Technologies
Agenda Introduction Overview of White-box testing Basis path testing
Form Designer & Filler Browser and Client forms Visual Layout Form Logic Data Connection.
Hello.java Program Output 1 public class Hello { 2 public static void main( String [] args ) 3 { 4 System.out.println( “Hello!" ); 5 } // end method main.
Customizing ClientSpace With Dataforms Tim Borntreger, Director of Client Services.
1 6 Systems Analysis and Design in a Changing World, 2 nd Edition, Satzinger, Jackson, & Burd Chapter 6 The Traditional Approach to Requirements.
IST 220 Introduction to Databases Course Wrap-up.
Tutorial 13 Validating Documents with Schemas
Efficient Admin with SharePoint 2010 Gareth Johns IT Skills Development Advisor 1.
1 CSC 594 Topics in AI – Text Mining and Analytics Fall 2015/16 6. Dimensionality Reduction.
1 SQL - II Data Constraints –Applying data constraints Types of data constraints –I/O constraints The PRIMARY KEY constraints The FOREIGN KEY constraints.
DBT544. DB2/400 Advanced Features Level Check Considerations Database Constraints File Overrides Object and Record Locks Trigger Programs.
SNU OOPSLA Lab. Logical structure © copyright 2001 SNU OOPSLA Lab.
Master Data Management & Microsoft Master Data Services Presented By: Jeff Prom Data Architect MCTS - Business Intelligence (2008), Admin (2008), Developer.
Cisco Confidential © 2012 Cisco and/or its affiliates. All rights reserved. 1 Cisco UCS Director – Carmel (5.0) Ravikumar Pisupati Senior Manager, Engineering.
Mr C Johnston ICT Teacher
Session 1 Module 1: Introduction to Data Integrity
Vijayalakshmi G M Validation Controls.
Domain Model A representation of real-world conceptual classes in a problem domain. The core of object-oriented analysis They are NOT software objects.
The SharePoint Shepherd’s Course for End Users Based on the book by Robert L. Bogue Copyright 2011 AvailTek LLC All Rights Reserved.
Modeling Security-Relevant Data Semantics Xue Ying Chen Department of Computer Science.
VOX Project Tanya Levshina. 05/17/2004 VOX Project2 Presentation overview Introduction VOX Project VOMRS Concepts Roles Registration flow EDG VOMS Open.
McGraw-Hill/Irwin Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. Chapter 6 Modeling the Data: Conceptual and Logical Data Modeling.
Understanding Workflows Presented By: Graham O’Bray CPA CGA.
Tutorial 6 Creating a Web Form
Automation Build TFS 2010 Trainer: Eran Ruso. Training Agenda Team System Introduction SCM – Classic – Feature Crus Team Build 2010.
Mastering Master Data Services Presented By: Jeff Prom BI Data Architect Bridgepoint Education MCTS - Business Intelligence, Admin, Developer.
Data Integrity & Indexes / Session 1/ 1 of 37 Session 1 Module 1: Introduction to Data Integrity Module 2: Introduction to Indexes.
Logical Database Design and the Rational Model
Load Weighting and Priority
JavaScript.
iVend Retail Extensibility
COS 346 Day 8.
SharePoint Workflow Master Class
How EMI Music Implemented Master Data Services with Adatis
06 | Managing Enterprise Data
Logic Modeling Logic and timing are not represented on data flow diagrams or entity-relationship diagrams Processes contain logic - what happens under.
Web Design and Development
Short Introduction to Workflow
Presentation transcript:

Agenda Introduction to Business Rules Simple in Concept/ Internal vs External Workflow Workflow Extender

What is a Business rule? Allows Data Owners to validate data without writing T-SQL Compiled into Stored Procedures Uses IF..THEN Structures Can use AND & OR Logical Operators, to create Complex Rules up to 7 levels Rules using OR Logical Operator can be broken down into simpler rules Applied to Attribute Members for it’s validation Can Trigger Notifications Created through the MDS WEB UI

Assign attribute values Equals or defaults to a specific value or another attribute value Generated number Concatenation of attribute values or extracts of values combined with text strings Specify validation criteria Mandatory (required) attributes Set to invalid Ensure uniqueness in specific attributes or attribute combinations Valid attribute values, ranges Minimum or maximum length

Supports Business Complexity Business rules accommodate various requirements Connecting data sources; overrides Multi-level processes Workflow and approval – internal (Master Data Services) and external (e.g., SharePoint) Multiple or compound business rules provide for more complex requirements Logical operators AND OR Control priority of activation; enable/disable rules

Internal vs. External Workflow Simple Approval workflows do not require external actions Use internal functions to create the approval workflows Change Tracking Group Approval Columns Notifications Complex Rules or cross member analysis must use external.dll or SharePoint integration.

Workflow Extender