salesForce permissions Flashcards

1
Q

Security Architecture Object Permissions

A

data request is evaluated against object permissions top of the funnel

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Security Architecture Field Accessibility

A

the requesting users profile is consulted again to determine if fields are read-only or hidden

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Security ArchitectureSharing Model

A

if the user is not the owner of the record the org-wide defaults are applied

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Security ArchitectureSharing reasons

A

Sharing reasons override the org-wide defaults

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Object Level Security

A

governed by the profile – standard or custom

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Object permissions

A

Read; Create; Edit; Delete; View All; Modify All

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Admin Permissions

A

View All; Modify All; Trump all Force.com security measures

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

2 License types Salesforce and Salesforce Platform

A

SF allows CRM; SFA; Oppty; and Case (biz domain specific) SFP only Force.com

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Field-Level Security

A

Determined by profile and page layouts

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Field Accessibility

A

Through page layout and profile;Setup->Security Controls->Field Acc.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Field Accessibility values

A

Required = for this rec to be saved needs a value; Editable modified by user;Read-Only;Hidden

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Record-Level Security 3 Concepts

A

Record-Ownership; User Groups ;Sharing Model–org-wide defaults and Sharing reasons

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

User Groups

A

Public Groups a named list of users; Roles a hierarchical list

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Sharing Model

A

how record-level privileges are granted org-wide defaults and sharing reasons

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Org Wide Defaults List

A

Private; Public read-only; Public read-write; Controlled by parent

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Org Wide Defaults Private

A

Recs belong to owner only data admin privileges can override

17
Q

Org Wide Defaults Public Read-Only

A

all users can view

18
Q

Org Wide Defaults Public Read/Write

A

all users can read/write; all newly created custom objects default to this value

19
Q

Org Wide Defaults Controlled by Parent

A

option for child objects in lookup relationships

20
Q

Sharing Reasons List

A

Manual; Sharing Rules; Procedural; Delegated Admin

21
Q

Sharing Reasons Manual

A

owner can elect to share

22
Q

Sharing Reasons Sharing Rules

A

allows records to be shared automatically by Force.com based on group membership or arbitrary criteria

23
Q

Sharing Reasons Procedural

A

records shared programmatically via Apex

24
Q

Sharing Reasons Delegated Admin

A

Data Admin View All and Mod All; exempt users from all sharing rules

25
Settings (what users SEE)
Apps;Tabs;Record Types;Page Layouts
26
Permissions (what the users DO)
Administrative (cuts app);Gen User(run reports mass email);Standard Object (create leads);Custom Objects(edit positions)
27
Base Level of Access (OWD)
all users
28
Role Hierarchy
Open up access (vertical access)
29
Sharing Rules
open up access (lateral access)
30
Manual Sharing
open up access (flexible)
31
WorkFlow has 2 elements
Rules and Action
32
MVC-Model
Metadata; SF Objects
33
MVC-View
Tabs;Forms;and VF pages
34
MVC-Controller
Workflows;Apex controllers;Triggers
35
3SandBox-Configuration Only
All metadata no prod data
36
3SandBox-Developer Sandbox
has metadata used for code and testing environment
37
3SandBox-FullCopy
all prod including data records and documents