Working with Fields Amber Israelsen AUTHOR | DEVELOPER | TRAINER - - PowerPoint PPT Presentation

working with fields
SMART_READER_LITE
LIVE PREVIEW

Working with Fields Amber Israelsen AUTHOR | DEVELOPER | TRAINER - - PowerPoint PPT Presentation

Working with Fields Amber Israelsen AUTHOR | DEVELOPER | TRAINER www.amberisraelsen.com The Big Picture Introduction to Power Apps and Creating and Working with Understanding Customization in the Common Customizing Fields Relationships


slide-1
SLIDE 1

www.amberisraelsen.com

AUTHOR | DEVELOPER | TRAINER

Amber Israelsen

Working with Fields

slide-2
SLIDE 2

The Big Picture

Power Apps and the Common Data Service Creating and Customizing Entities Working with Fields Understanding Relationships in the Data Model Customizing the User Interface in Dynamics 365 Introduction to Customization in Dynamics 365 Automating Using Flows, Processes, and Business Rules Configuring Security and Settings in Dynamics 365 Course Summary and Next Steps

slide-3
SLIDE 3

t h s

Types of fields Creating new fields Customizing existing fields Components (formerly controls) Deleting fields

Module Overview

slide-4
SLIDE 4

Types of Fields

slide-5
SLIDE 5

An individual data item stored in an entity (conceptually, a column in a database table) Examples: First Name, Last Name, City, Email Address

Field

slide-6
SLIDE 6

Fields

slide-7
SLIDE 7

Types of Fields

slide-8
SLIDE 8

s h s

Single Line of Text Option Set MultiSelect Option Set Two Options Image Whole Number Floating Point Number Decimal Number Currency Multiple Lines of Text Date and Time Lookup Customer

Data Types

slide-9
SLIDE 9

Single Line of Text Option Set (select one of multiple options) MultiSelect Option Set Two Options Image Whole Number Floating Point Number Decimal Number Currency Multiple Lines of Text Date and Time Lookup Customer

slide-10
SLIDE 10

Single Line of Text Option Set MultiSelect Option Set (select multiple options) Two Options Image Whole Number Floating Point Number Decimal Number Currency Multiple Lines of Text Date and Time Lookup Customer

slide-11
SLIDE 11

Single Line of Text Option Set MultiSelect Option Set Two Options (select one of two options) Image Whole Number Floating Point Number Decimal Number Currency Multiple Lines of Text Date and Time Lookup Customer

slide-12
SLIDE 12

Single Line of Text Option Set MultiSelect Option Set Two Options Image (one per entity) Whole Number Floating Point Number Decimal Number Currency Multiple Lines of Text Date and Time Lookup Customer

slide-13
SLIDE 13

Single Line of Text Option Set MultiSelect Option Set Two Options Image Whole Number Floating Point Number Decimal Number Currency (“base” field stores organization’s currency) Multiple Lines of Text Date and Time Lookup Customer

slide-14
SLIDE 14

Single Line of Text Option Set MultiSelect Option Set Two Options Image Whole Number Floating Point Number Decimal Number Currency Multiple Lines of Text Date and Time (or just Date) Lookup Customer

slide-15
SLIDE 15

Single Line of Text Option Set MultiSelect Option Set Two Options Image Whole Number Floating Point Number Decimal Number Currency Multiple Lines of Text Date and Time Lookup (to any type of entity) Customer

slide-16
SLIDE 16

Single Line of Text Option Set MultiSelect Option Set Two Options Image Whole Number Floating Point Number Decimal Number Currency Multiple Lines of Text Date and Time Lookup Customer (to a Contact or Account entity)

slide-17
SLIDE 17

Calculated and Rollup Fields

slide-18
SLIDE 18

Rollup Fields

Aggregates Values

(e.g., total estimated revenue for

  • pen Opportunities on an Account)
slide-19
SLIDE 19

Calculated Fields

Automates Calculations

(e.g., calculate total profit as revenue minus expenses)

slide-20
SLIDE 20

s h s

Types of fields and data types

  • https://docs.microsoft.com/en-

us/powerapps/maker/common-data- service/types-of-fields

Additional Information

slide-21
SLIDE 21

Creating New Fields

slide-22
SLIDE 22

Getting Started in Your Solution

slide-23
SLIDE 23

Demo

t h s

Creating new fields

  • MultiSelect option set
  • Lookup field
  • Image field
  • Calculated field
  • Rollup field
slide-24
SLIDE 24

Editing Existing Fields

slide-25
SLIDE 25

s h s

Field requirement Searchable Field security Auditing

Editable Properties

slide-26
SLIDE 26

s h s

Data type cannot be changed after the field is created

slide-27
SLIDE 27

“Argh.”

slide-28
SLIDE 28

Components (Formerly Controls)

slide-29
SLIDE 29

Customize How a Field Displays on a Form

slide-30
SLIDE 30
  • 1. To change the component, open the form definition
  • 2. Open the field’s

properties, and click “+ Component”

  • 3. Choose the component
  • 4. Specify the interface

where it should be used

slide-31
SLIDE 31

Deleting Fields

slide-32
SLIDE 32

Only custom fields (in an unmanaged solution) can be deleted

slide-33
SLIDE 33

Remove Dependencies

slide-34
SLIDE 34

s h s

Deleting a field results in data loss!

slide-35
SLIDE 35

Key Points to Remember

slide-36
SLIDE 36

t h s

There are many types of fields to represent your data Creating a new field

  • Some properties cannot be changed

after the field is created Customizing an existing field

  • Field requirement
  • Searchable
  • Field security
  • Auditing

Summary

slide-37
SLIDE 37

t h s

Customize how a field displays using components

  • Update on the form
  • Some components only available in

the phone and tablet apps Deleting a field

  • Can only delete custom fields in an

unmanaged solution

  • Remove dependencies first
  • CAREFUL: Results in data loss!

Summary

slide-38
SLIDE 38

Up Next: Understanding Relationships in the Data Model