Module 03 - Customizing Entities Flashcards

1
Q

An entity defines what?

A

How data is stored for a specific type of record and the properties that describe where it appears in the UI and features enabled for use.

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

CRM is installed with more than how many system entities?

A

260, not all visible in the UI.

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

What are the two types of entities?

A

System entities and custom entities.

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

What are system entities?

A

Built into the system when an Organization is created.

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

What are custom entities?

A

Created via tools in UI, the SDK or importing a Solution that contains custom entities.

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

Roughly how many of the system entities can be customized in a new installation?

A

More than 90.

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

As a general rule, what kind of system entities cannot be customized?

A

The ones that provide built in system functionality.

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

Which system entities can be modified?

A

The entities intended to store data records.

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

In which cases are custom entities may have customizable features restricted?

A

When they are imported with a managed solution and have managed properties.

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

Customizable entities means what?

A

All customizable system entities and custom entities.

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

What can you do with customizable entities?

A

Change their properties, rename them, have forms and views modified, and can be included in Solutions.

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

What is the difference between a custom entity and a customizable system entity?

A

You can delete a custom entity. (Irreversible).

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

What are examples of properties of a customizable entity that cannot be modified?

A

System fields, views created by the platform cannot be deleted.

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

What are the two most important properties of an entity?

A

How it will be owned and whether it is an activity.

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

What does User or Team ownership of an entity mean?

A

Has an owner field. Records for the entity can be assigned between Users and Teams that have User level read privileges. Can be reassigned or shared.

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

What does Organization ownership of an entity mean?

A

Entity does not have an owner field or other related lookup fields, cannot be assigned to a User or Team or shared.

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

What is an Activity Entity?

A

Custom entity that works together with existing activities in CRM. It will appear in the UI in other locations that activities are viewed by users. Activities share a number of properties and linked to ActivityPointer entity.

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

When should you use an Activity Entity?

A
  • need to represent an activity with specific date and time, planned in advance with extra properties tracked- a record created to document an activity has occurred with a lifespan and want to report or trigger separately- an entity related to different records on different occasaions
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

Custom activity entities are controlled by the same Security Role privileges as other activities. Which means?

A

As soon as you create or import a custom activity entity, it will be available to users who have access to other activities in the system.

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

How do you create a new entity?

A

Default solution/Custom solution open > Entities > New > Fill out form > Save

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

What is the display name of an entity?

A

The name by which the new entity will be known.

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

What is the plural name of an entity?

A

The plural form of an entity. Required because all views display entity names in plural forms.

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

What is the name of an entity?

A

The internal name of the entity. Also the Schema name. Has two parts - publisher prefix and entity name. Cannot be changed after saved.

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

What is the description of the entity?

A

Describes purpose of entity. Optional.

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

What is the primary image of an entity?

A

Used to turn on image field to display at top of entity forms.

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

What kinds of entities could use Organization Ownership level?

A

Entities that do not have many fields and are used as lookups for categorizing other records might be more likely to use this level. (all, or nothing).

27
Q

What kind of entities could use User or Team Ownership level?

A

Entities that related to business data.

28
Q

What are the two custom activity settings?

A

Define as an activity entity (cannot be changed) and display in activity menus (can enable or disable).

29
Q

What is the Primary field for a new entity?

A

Used to identify records created for the entity.

30
Q

Which properties in the Primary field can be modified?

A

All properties on a non-activity entity can be modified, but properties for a system or custom activity entity are always the same and cannot be changed.

31
Q

How is a Primary field used?

A

When a record is referenced in the lookup field, the Primary field value is used for display, though the lookup contains reference to primary entity record’s GUIDs. It is also activated as a hyperlink.

32
Q

Why should you avoid using the name of the entity as the display name of the primary field?

A

On creation of an entity, primary key field contains unique record ID (GUID) has the same display name as original display name of entity. If this is the same, this is ok due to the schema name being different. The fields will show as identical in advanced find, hence confusion.

33
Q

Areas that Display this Entity can be modified after an entity is saved, as the changes are written into the Sitemap. Meaning what exactly?

A

Because settings are not saved as a part of the entity, settings are not included in solution package and would not affect where an entity is displayed to users in target system.

34
Q

Name two ways you can ensure settings saved to the Sitemap are applied to a target system?

A

Add the sitemap as a separate component of the solution to move settings, or edit settings for each entity after deployment.

35
Q

Create custom entity, steps?

A

Settings/Solutions > Event > Event management > Entities > New > fill out display name, plural name, ownership, areas, > save and close

36
Q

What are Business Process Flows?

A

Guide users through their business processes and request information at each stage.

37
Q

What should you be cautious about in the Communication & Collaboration section?

A

Some options cannot be turned off after they are enabled, so you should be cautious of adding unwanted features, buttons or relationships to CRM UI.

38
Q

Communication & Collaboration; Notes?

A

Allows notes to be created against records of this entity.

39
Q

Communication & Collaboration; Activity?

A

Activities and custom activities can be created for the entity.

40
Q

Communication & Collaboration; Connections?

A

Records of this entity can be linked to other records by using Connections.

41
Q

Communication & Collaboration; Sending email?

A

Enable email to be sent to records of this entity.

42
Q

Communication & Collaboration; Mail merge?

A

To allow mail merge activities for the records of this entity

43
Q

Communication & Collaboration; Document Management?

A

Enable SharePoint integration for enttiy to have document records stored in SharePoint instead of the CRM database

44
Q

Communication & Collaboration; Access Teams?

A

If you need to create access Teams, you should check this box

45
Q

Communication & Collaboration; Queues?

A

Select check box to enable records of the entity to be routed to queues.

46
Q

Which are the settings on a new entity form that cannot be disabled after enabled?

A

Notes, Activities, Connections, Sending email, Queues

47
Q

What is the Allow Quick Create option?

A

Quick Create forms include only selected important fields to allow quick creation of a record.

48
Q

Do system and custom activities created by using the “global” create from Create button on nav form allow for quick creation?

A

No, it will always use the usual form.

49
Q

What is the duplicate detection?

A

Can create duplicate detection rules to prevent duplicates from being created in the system.

50
Q

Auditing?

A

Will audit the creation, modification and deletion of records in this entity, as well as the changes to the entity metadata like the addition of a new field.

51
Q

What are the Outlook and Mobile options?

A

Can make available to Phones, Tablets, Outlook and offline capability.

52
Q

Entity settings that cannot be disabled after they are enabled?

A

Business process flows, notes, connections, sending email, queues

53
Q

Entity settings that cannot be changed after entity is created?

A

Name/schema name, ownership, define as activity entity, display in activity menus

54
Q

What has to be changed for you to rename an entity?

A

display name, plural name, any reference to entity names in views, field labels that use the earlier name, report names, labels used in reports, messages, text in help files

55
Q

What is a way to change the name of an entity more thoroughly?

A

Use Export Translations feature, but be careful of simple find/replace, capitalization and may overwrite other general uses

56
Q

Is the deletion of a custom entity reversible?

A

No, the entity and its data are lost. Better to disable.

57
Q

How to delete an entity?

A

Open Solution > click Entities > select Entities > Delete > confirm Deletion

58
Q

What may be a reason if you can’t delete an entity?

A

Entity may have dependencies.

59
Q

How do you check dependencies of an entity?

A

Open Solution > Entities > Select Entity > Show Dependencies

60
Q

What is the reason for a Plural Name?

A

All entities in navigation and default views are referred to in their plural form.

61
Q

When you create a custom activity entity which of the following properties can you configure?

A

Areas that display this entity.

62
Q

Which of the properties of an entity cannot be modified after the entity is created?

A

If the entity is an Activity entity.

63
Q

When deleting a custom entity, what happens to the entity references?

A

They are not deleted in the Solution, so that when you deploy the Solution the entity will be deleted in the target system.

64
Q

Why should dependencies be checked before a custom entity is deleted?

A

Might be required by other entities or process and cannot be deleted while dependencies remain.