Customizing ClientSpace With Dataforms Tim Borntreger, Director of Client Services.

Slides:



Advertisements
Similar presentations
MS-Access XP Lesson 1. Introduction to MS-Access Database Management System Software (DBMS) Store data in databases Database is a collection of table.
Advertisements

Database Chapters.
Project Implementation for COSC 5050 Distributed Database Applications Lab4.
Chapter 12: Using ADO.NET 2.0 Programming with Microsoft Visual Basic 2005, Third Edition.
Guide to Oracle10G1 Introduction To Forms Builder Chapter 5.
Chapter 12: ADO.NET and ASP.NET Programming with Microsoft Visual Basic.NET, Second Edition.
A Guide to Oracle9i1 Introduction To Forms Builder Chapter 5.
Lecture Access – Tables. What are Tables? Records Fields.
FIRST COURSE Access Tutorial 2 Building a Database and Defining Table Relationships.
SiS Technical Training Development Track Technical Training(s) Day 1 – Day 2.
SiS Technical Training Development Track Day 3 & Day 4.
System Administration Merge Administration. Session Agenda Introduction To Merges 3 Steps To Configure Merges Maintaining Merges Question.
Simple Web SQLite Manager/Form/Report
Protect your data with Security John Ykema, Director of Sales & Marketing.
Using ER/Studio.
Configuring the Broker Portal Tim Borntreger, Director of Client Services.
Microsoft Access 2000 Creating Tables and Relationships.
Access Lesson 2 Creating a Database
© 2008 The McGraw-Hill Companies, Inc. All rights reserved. ACCESS 2007 M I C R O S O F T ® THE PROFESSIONAL APPROACH S E R I E S Lesson 4 – Creating New.
1 Lesson 22 Getting Started with Access Essentials Computer Literacy BASICS: A Comprehensive Guide to IC 3, 3 rd Edition Morrison / Wells.
Data-mining & Data As we used Excel that has capability to analyze data to find important information, the data-mining helps us to extract information.
® Microsoft Office 2013 Access Building a Database and Defining Table Relationships.
 A database is a collection of data that is organized so that its contents can easily be accessed, managed, and updated. What is Database?
CSS/417 Introduction to Database Management Systems Workshop 2.
McGraw-Hill/Irwin ©2009 The McGraw-Hill Companies, All Rights Reserved Business Driven Information Systems 2e Plug-In T6: Basic Skills and Tools Using.
Lesson 17 Getting Started with Access Essentials
Chapter 4 Introduction to MySQL. MySQL “the world’s most popular open-source database application” “commonly used with PHP”
WEEK 11 Database Design. TABLE INSTANCE CHARTS Create Tables.
 2008 Pearson Education, Inc. All rights reserved Introduction to XHTML.
System Administration Dataform Management. Session Agenda Intro to Dataforms Adding & Editing Dataforms Field Maintenance Business Logic Custom Header.
® Microsoft Access 2010 Tutorial 2 Building a Database and Defining Table Relationships.
Access Manual 2 By Dhawala Kovuri Elham S.Khorasani Ismail Guneydas.
® Microsoft Office 2010 Building a Database and Defining Table Relationships.
McGraw-Hill/Irwin © 2008 The McGraw-Hill Companies, All Rights Reserved Plug-In T6: Basic Skills and Tools Using Access 2010 Business Driven Technology.
This eCPIC Quick Guide has been developed to assist System Administrators with creating Hierarchy Grids in eCPIC. The Hierarchy Grid functionality allows.
Access 2007 ® Use Databases How can Microsoft Access 2007 help you structure your database?
Databases,Tables and Forms Access Text by Grauer Chapters 1 & 2.
McGraw-Hill/Irwin © The McGraw-Hill Companies, All Rights Reserved TECHNOLOGY PLUG-IN T6 Basic Skills Using Access.
XP Chapter 2 Succeeding in Business with Microsoft Office Access 2003: A Problem-Solving Approach 1 Building The Database Chapter 2 “It is only the farmer.
A Skills Approach Access 2010 Working with Tables © 2012 The McGraw-Hill Companies, Inc. All rights reserved Chapter 2.
Copyright 2007, Paradigm Publishing Inc. ACCESS 2007 Chapter 3 BACKNEXTEND 3-1 LINKS TO OBJECTIVES Modify a Table – Add, Delete, Move Fields Modify a Table.
Forms Collecting Data CSS Class 5. Forms Create a form Add text box Add labels Add check boxes and radio buttons Build a drop-down list Group drop-down.
You can sort Access data so you can view records in the order you want to view them, and you can filter data so you only see the records you want to see.
INTRODUCTION TO ACCESS. OBJECTIVES  Define the terms field, record, table, relational database, primary key, and foreign key  Create a blank database.
Tim Borntreger, Director of Client Service. Agenda  Introduction to Dataforms  Adding & Editing Dataforms  Adding & Editing Dataform Fields  Questions.
 Empowers to your customer  Product Rating and its Management in Ecommerce Framework  Product Reviews and Management: Collecting customer opinion about.
 Product Variations and User Uploads  Product and Categories are not enough  Needs to extend product information  User can customize product information.
John Ykema, Director of Sales & Marketing. Agenda  Understanding the NEW Tool  Table JOINS & Database Views  Building your first report  Charts and.
Pasewark & Pasewark 1 Access Lesson 2 Creating a Database Microsoft Office 2007: Introductory.
Tim Borntreger, Director of Client Service. Agenda  Define “The Problem”  Gather “The Requirements”  Formulate “The Solution”  Configure & Test “The.
* Database is a group of related objects * Objects can be Tables, Forms, Queries or Reports * All data reside in Tables * A Row in a Table is a record.
Modify Tables and FieldsModify Tables and Fields Lesson 4 © 2014, John Wiley & Sons, Inc.Microsoft Official Academic Course, Microsoft Word Microsoft.
SQL server Section 2&3. What are Data Types Character Data Types Number Data Types Date and Time Data Types CAST and CONVERT functions TRY_PARSE and TRY_CONVERT.
Adxstudio Portals Training
Tim Borntreger, Director of Client Service. Agenda  Automation & Workflow  Configuring Field Display  Configuring Custom Links  Configuring Business.
Using Workflow With Dataforms Tim Borntreger, Director of Client Services.
CHAPTER 7 LESSON C Creating Database Reports. Lesson C Objectives  Display image data in a report  Manually create queries and data links  Create summary.
Getting Started in Access 1 Using an existing Database Database Window Table Design View Parts of a Table Views in Access Navigating in Access Entering.
VOCAB REVIEW. A field that can be computed from other fields Calculated field Click for the answer Next Question.
DAY 20: ACCESS CHAPTERS 5, 6, 7 Larry Reaves October 28,
2440: 141 Web Site Administration Web Forms Instructor: Joseph Nattey.
Bulk Import 3104 E. Camelback Road #559, Phoenix, AZ 85016
Tables & Relationships
Data Definition and Data Types
Bulk update E. Camelback Road #559, Phoenix, AZ Phone: Fax:
Introduction to Database Systems
Building Configurable Forms
Primary key Introduction Introduction: A primary key, also called a primary keyword, is a key in a relational database that is unique for each record.
Design and Create Objects to Store Data Chapter 2
Presentation transcript:

Customizing ClientSpace With Dataforms Tim Borntreger, Director of Client Services

Agenda Introduction To Dataforms Adding & Editing Dataforms Adding & Editing Dataform Fields Configuring Field Display Logic Questions

Introduction To Dataforms

Dataform Engine Dynamically create and manage configurable data collection points The Dataform Schema should be carefully modeled Allows for Workflow Systemization Allows for granular security, down to the field level

Dataform Engine Adding a Dataform will add a new table to the DB Configured fields appears as columns in the table Dataform Element Types will… Control what values are acceptable to be stored Control how data will be stored in the table Foreign Keys Code Values

Before You Begin Careful planning is a must! What type of data needs to be tracked? How will the data be used? What relations will this Dataform have with other Dataforms? Adhere to relational database best practices

Adding & Editing Dataforms

Adding a Dataform 1.From System Administration: Click “Add Dataform” Link 2.From System Administration: Click “Dataform Admin” Link Click “Add” button

Key Dataform Properties

Naming the Dataform Technical Table Names are… Auto-generated from the Dataform Name Cannot be changed after created Table Naming Conventions Netwise created tables are auto prepended with “gen_” Custom tables are auto prepended with “gen_z” The Dataform Name field can be changed after created

Extended Dataform Properties

Demo: Build a “Process Payment“ Dataform Add a Process Payment Dataform Rename the Dataform Name to get rid of the appended “z” Add it to the “Client Template” workspace

Adding & Editing Dataform Fields

Adding Fields to a Dataform From System Administration: Click “Dataform Admin” Link Search for the Dataform Click the “Edit Attributes” button

Attribute/Field List View Attributes are more commonly referred to as Fields. Provides a listing of all fields on the Dataform Allows for editing Dataform layout Clicking on the Field displays Field Properties

Best Practices with Field Layout Increment your rows by 5 or 10 Restart numbering sequences within each Field Set

Example Dataform Layout

Field Properties Properties vary by Element Types Element Types have built in data validation Some Element Types allow for configurable validations Element Types are also referred to as Data Types

Basic Field Properties for all Element Types Field Label Field Name Row Column Comments

Extended Field Properties

Element Types Common Element Types Date (datetime) Decimal (decimal) Lookup (text) Field Set (no SQL field) Checkbox (bit) Integer (integer) Money (decimal) Parent Form (fk) Text (varchar) Text-Wide (varchar) TextArea (text) Log (text)

Element Type: Field Set Field Set Keeps related fields grouped Field Sets can go inside another Field Set Prefix Field Name with “fs”

Element Type: Lookup (core) Lookup Group Prefix Field Name with “lu”

Element Type: Decimal, Money, Percent Mask (decimal only) Search Operator Minimum Maximum

Element Type: Integer Length Search Operator Minimum Maximum

Element Types: Text, Text-Wide, Text Area, Log Length

Element Type: Date Default To Current Date Select a Mask

Element Type: Checkbox Prefix Field Name with the word Is, Has, or Can

Element Type: File Upload Manager - Database Prefix Field Name with “sf”

Element Type: Parent Form Builds Relationships between Dataforms 1 to 1 or 1 to Many The primary key of the parent record is stored on the child record The Parent Dataform contains a Child Form Dropdown List

Element Type: Parent Form Parent Form One To One Uncheck = many child records Form Link Name Prefix with “fk” Suffix with “ID”

Configuring Field Display Logic

Field Display Configuration Dynamically Hide/Show Enable/Disable