/
Intro to MIS - MGS351 Design and Create Objects Intro to MIS - MGS351 Design and Create Objects

Intro to MIS - MGS351 Design and Create Objects - PowerPoint Presentation

accouther
accouther . @accouther
Follow
342 views
Uploaded On 2020-08-28

Intro to MIS - MGS351 Design and Create Objects - PPT Presentation

to Store Data Chapter 2 Chapter Overview Databases and Decision Making Designing Database Tables Primary Keys Creating Objects in Salesforce Field Data Types and Properties Input Data Process ID: 807736

objects data database field data objects field database tables fields store types relationship object decision properties input broker avoid

Share:

Link:

Embed:

Download Presentation from below link

Download The PPT/PDF document "Intro to MIS - MGS351 Design and Create ..." is the property of its rightful owner. Permission is granted to download and print the materials on this web site for personal, non-commercial use only, and to display it on your personal computer provided you do not modify the materials and that you retain all copyright notices contained in the materials. By downloading content from our website, you accept the terms of this agreement.


Presentation Transcript

Slide1

Intro to MIS - MGS351

Design and Create Objects

to Store Data

Chapter 2

Slide2

Chapter Overview

Databases and Decision Making

Designing Database Tables

Primary Keys

Creating Objects in Salesforce

Field Data Types and Properties

Slide3

Input

(Data)

Process

Output

(Information)

Input in

Page Layouts

Handled by

Queries

Output to ReportsStored in Objects and List Views Supports Decision MakingGIGO ā€“ Garbage In, Garbage Out

Databases and Decision Making

Slide4

Database design is critically important to the success of an information system.

Your tables are the foundation of the entire database.

Designing Database Tables

Slide5

Include the necessary data

Determined by reporting needs

Store data in its smallest parts

Split last and first names

Avoid storing calculated data (GPA)What about age versus birthdate?Avoid data redundancyDesigning Database Tables

Slide6

Primary Keys

A field or combination of fields that uniquely identifies records in a table.

Use an existing field

Use a combination of fields (concatenated key)

Create a new field using the Auto Number data type

Slide7

Objects (Tables)

Store the data in a database ā€“ similar to a spreadsheet, but more organized. Contains records (rows) and fields (columns).

Standard Objects - Contacts, Leads Opportunities, Accounts and many more

Custom Objects

Object Manager configures objects.

Slide8

Salesforce Setup Menu - Object Manager

Slide9

Custom Objects

API name always includes ā€œ__cā€ suffix

Broker object has Broker__c API name

Contains three default fields

Created ByLast Modified ByOwner

Slide10

Field Data Types

Auto Number

Formula

Checkbox

CurrencyDateDate / TimeEmailGeolocationNumberPercentPhonePicklist (multi)TextTextarea (long/rich)TimeURL

Slide11

Field Data Types (cont.)

Lookup Relationship

Master-Detail Relationship

External Lookup Relationship

Slide12

Field Properties

Field Label

Length

Description

Help TextValidation RuleRequiredUniqueDefault Value

These help to prevent GIGO

Slide13

Questions & Requested Updates from HR Users

Bad data appears in

AssessmentScore

Need email address of every applicant

Want option to store 9 digit zip codeNeed to track the HR employee assigned to each candidateData entry and editing is not user-friendly