MB2 - 716 Flashcards

(101 cards)

1
Q

What are the three offerings out of the box?

A

Sales, Marketing and Service modules

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

What are the 4 types of clients for D365?

A
  1. Web
  2. Outlook
  3. Phones/Tablet
  4. Completely custom
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What browsers are supported for the web client?

A
IE 10 and 11
Edge
Firefox
Chrome
Safari
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are the two types of Outlook clients?

A
  1. Traditional outlook client

2. Outlook app

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

Two main features for the traditional Outlook client

A
  1. Syncs CRM records with outlook folders

2. Provide offline capabilities

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

Three things to know about Outlook app

A
  1. no client to install
  2. works in outlook and OWA
  3. Downloads directly from CRM
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

4 main purpose of the security model

A
  1. control access to records
  2. control access to UI elements (forms, dashboards, bpfs)
  3. Control access to features
  4. Simplify the user experience
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Can the system admin role be modified?

A

No. At least one person must be the sys. admin at all times.

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

Security levels are defined at what levels?

A
  1. Entity/record

2. Task: print, merge, go offline, etc.

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

What is the most basic security unit in CRM? What does it define?

A

privilege

What actions a user can perform in each entity: Create contact, read accounts, update invoices, delete contacts, etc.

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

What are the eight common privileges in CRM?

A
  1. Create
  2. Update
  3. Read
  4. Delete
  5. Share
  6. Append
  7. Append To
  8. Assign
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Privileges work with ________ in conjunction when defining security. What does the answer for the blank define?

A

Access Levels. Define which records for that entity a user can perform actions upon.

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

Access levels are based on a combination of?

A

Record Ownership + Business Unit that the user belongs to.

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

What is required in order for a team to own records?

A

Security roles

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

A team can belong to how many business units?

A

Only ONE

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

A team can only consist of teammates from one business unit.

True/False?

A

FALSE.

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

How does security roles work for users in a team?

A

The security roles for both users and team are combined, and the user is granted the LEAST RESTRICTIVE access level for that record type and privilege.

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

Can a team be assigned multiple security roles? What happens if a team is assigned to multiple roles?

A

Yes.

Priv/roles are combined and users/team are granted the LEAST RESTRICTIVE access level for that record type and privilege.

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

What are the five access levels?

A
  1. none
  2. user
  3. business unit
  4. parent: child business unit
  5. organization
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

What is the purpose of a business unit in terms of security?

A

Define boundaries for security role access levels

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

What does a business unit contain?

A

users, teams, security roles

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

What is the first business unit?

A

the “Root” business unit. It is created when the organization is deployed, with the same name as the organization.

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

What are the three similarities/contrasts between the root BU and child BU’s

A

Both Root and Child BU can be renamed.

Root:

  • can’t be deleted/disabled
  • can’t be moved to have a parent BU

Child:

  • can be deleted/disabled
  • can be moved to have a parent BU
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q

How are user credentials verified when a user is logging into CRM?

A

on-prem: AD

online: Office 365

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
Can you a delete a user?
no
26
How do you prevent a user from accessing?
Disable the user
27
What happens when you change a user/team's business unit?
It removes all security role. Access is denied until new ones are assigned.
28
Can you add/remove users to/from the default team of each BU?
No.
29
What are the two basic types of teams?
Access: Grants specific permissions to individual records Owner: Records can be owned by multiple users as opposed to individual user
30
When to use Owner Team?
1. Records owned by group instead of individual users 2. Number of teams is known at design time 3. Reporting on progress by teams is required
31
When to use Access Team?
1. Team needs to be dynamically formed/dissolved. 2. Number of teams is not know at design time 3. Team members require different access rights to records 4. Some use require single access to records without ownership
32
Duplicate Detection can only be scheduled between how many days?
7~365 days
33
When does auditing take into affect?
When it's enabled for the organization in system settings
34
What can you audit in CRM?
entities and specific fields.
35
The hierarchy security must be enabled before you can configure it for use. True/False
True
36
What are the two types of hierarchy security?
1. Manager | 2. Position
37
Within the context of hierarchy security, the manager must reside in the same business unit or in the parent business unit of the person(s) they directly/indirectly manage. True/False?
Yes.
38
4 types of process/workflows from the process center are?
1. Business Process Flow 2. Workflow: Background/Realtime 3. Dialog 4. Custom Action
39
Custom workflow always run asynchronously/synchronously when called from code or Process?
synchronously.
40
Workflows can be started in what ways?
1. manually 2. by another workflow or dialog 3. automatically: record is created, status changes, assigned, field changes, deleted 4. any combination of the above
41
Where to enable BPF?
on the entity definition screen
42
Within the context of BPF, "Flow" consists of which two components? What does each of them represent?
1. stage: major accomplishments | 2. condition: allows for branching depending on values from previous states
43
Within the context of BPF, "Composition" consists of which two components? What do they mean?
1. Step: a D365 field | 2. Workflow: can be specific or Global.
44
How many entities can you have per stage for a BPF?
ONE entity per stage
45
Max steps and stage for each BPF?
30 steps for each of the 30 stages per BPF
46
What's maximum # of entities per BPF?
FIVE
47
Are relationships between entities required to include them in a BPF?
NOPE. | But relationships can provide enhanced functionality. note that ONLY 1:n relationships can be leveraged, NOT N:N.
48
As long as the primary entity of the BPF has been configured to enable BPF, then it is fine to include other entities in the same BPF even though it is not enabled in their settings. True/False
FALSE. only entities that have BPF enabled in their definition can be included in BPFs
49
What are the two restrictions with branching rules for BPF?
1. They are based on values from only the preceding branch | 2. A branch can only go 5 levels deep
50
Can you mix AND/OR operators in a single condition?
NO.
51
Solution created in CRM contains a reference to or a copy of the component?
Reference. Multiple solutions on the same org will not have its own copy of the component.
52
How do version numbers work when importing solutions?
Version number are compared when solutions are imported. Newer versions will replace existing versions of the solution.
53
What are prefixes used for in terms of a solution?
Used for name of some components. | Define who is doing the changes.
54
How many letters or words can you enter for a prefix?
no more than eight lower case letters and numbers.
55
Managed solutions can only be updated by solutions that are...?
Solutions that have the same publisher.
56
What happens to the components when you delete an unmanaged solution?
All components in the solution remain. They must be deleted individually.
57
What happens to the components when you deleted a managed solution?
All components are removed unless they are used by other managed solution.
58
Can you export a managed solution?
No.
59
Solution contains references to existing or new components in which solution?
the default solution. Any changes made in one solution are also visible in other solutions in same organization.
60
When is the plural name of an entity used?
1. in names of default views | 2. in navigation to related entities.
61
What are Custom Controls for?
Fields and Data Set Visualizations for the Mobile Client.
62
Editable Grids are defined at which level? Which clients are they available for?
at the entity level. | Available for Web, Tablet and Phone.
63
What's the default security setting for custom entities?
Only SA has access. All other roles will need to be provided appropriate access.
64
What's the difference between floating point number and decimal number?
FP - decimal up to 5 places | decimal - decimal up to 10 places.
65
How many decimal places for currency?
4
66
Can Two Options store null as the default value?
no.
67
Lookups are associated with which kind of relationships?
1:N
68
What two entities does the Customer Field link?
Account and Contact
69
What happens to records that use an old option set value that is later deleted?
The record still store the old value. It will be updated to the current default value when the record is opened. Use AF before deleting an option and update records to a new value or clear the old one.
70
What happens when you enable field security?
All access is removed until you grant permissions to it.
71
What do Field Security Profiles show?
Lists all secured fields where you can add users and/or teams.
72
How is security applied for the following levels: Entity Record Field
Entity: managed through security roles Record: Enabled by sharing specific records Field: Controlled by using field security profiles
73
How is security applied with Field Security is combined with Security Profiles?
Least restrictive Field Security profile applies Least restrictive Security Role applies Most restrictive of the two models wins EX: user who has update access to a record and read permissions to a secure field can only read the field
74
can you customize status (Active/inactive)?
no.
75
What seven types of action trigger 1:N cascading behavior?
Assign, Share, Unshare, Re-parent, Merge, Delete, Rollup View
76
What are the 4 cascading rules related to the actions Assign, Share, and Reparent?
Cascade All Cascade Active Cascade User-owned Cascade None
77
What are the 3 cascading rules related to Delete?
Cascade All: all related records are deleted Remove links: related records remain in the system, but are no longer related to the deleted record (link is removed) Restrict Delete: Target record can't be deleted because there are still records related to it.
78
What 4 types of cascading behaviors are there?
Parental Referential Referential, Restrict Delete Configurable Cascading
79
How is the hierarchical data structure constructed?
Self-referential one-to-many relationships of the related records
80
How many self-referential relationships per entity can be set as hierarchical?
One.
81
How many entities can the hierarchical visualization display at once?
One.
82
What are the three limitations to attribute mapping?
Mapping only works when a record is created in the context of the parent record. Mapping does not apply when a record is updated Mapping does not maintain the relationship
83
What are the restrictions to the attributes that are to be mapped?
1. Both attributes must be the same type 2. Target attribute must have equal or greater length than the source attribute 3. target attribute should not be involved in another mapping. 4. you cannot map to or from a disabled field.
84
What does the navigation in the form editor do?
Lets you set the sitemap of the related entities
85
Which entities is Bing Maps available for?
Only the system entities that use the address record ( Account, Contact, Lead)
86
Can you display unrelated records on a sub-grid?
Yes
87
Can sub-grids be set as editable?
Yes.
88
Explain the required security privileges to use Access Team.
User who adds members must have share privilege of the record and all the access rights defined in the Access Team template. User who is added to the team must have at least all user level access to all the privileges that the Access team template has.
89
What happens to the Business Rule application if the field in its condition is not on the form?
The rule is ignored, but no error is triggered.
90
Explain the three different business rule scopes
1. Single Form (listed by name): Applies only to the specified form. Rules will need to be created for each additional form 2. All Forms: applies to every form associated to that entity, but only triggered when interacting entity forms 3. Entity: Runs on both client and server side.
91
What three types of views are there?
System, Public, and Personal
92
What five types of system views are there?
``` Advanced Find - default for AF Associated - Displays related records List Member View - Account, Contact, Leads only Quick Find Look Up ```
93
How many entities are enabled by default for mobile?
26
94
Which entities cannot be disabled for mobile?
Activity, Team, Connection, Attachment, Entitlement, User, Web Resource, SLA KPI Instance, Note
95
Which security role privilege do you need to access mobile?
Business Management Tab -> CRM for Mobile
96
How many tabs can be displayed in mobile?
5 or (75 fields and 10 lists)
97
If a user has access to multiple forms, which form will only show on the mobile for said user?
The first form that's enabled for mobile
98
What form contents can be adjusted to show/hide on mobile?
Tab Section Form Fields Sub Grids
99
What's the 4 high-level steps for enabling folder tracking?
1. Enable Server-Side Sync 2. Enable Folder-Level Sync 3. Create Exchange Folder 4. Map Folder for Tracking
100
What's the first step requirement for enabling SharePoint/OneNote integration?
Server-Side Sync
101
What's required for OneDrive integration after you enabled server-side sync?
SharePoint sync