MB2-716 - Microsoft Dynamics 365 Customization and Configuration


Question 1

You are creating a set of system views. Which three options can you configure for the views? Each correct answer presents a complete solution.
⬜ Read, write, and delete permissions
⬜ Append, assign, and share permissions
✅ Default sort order for results
✅ The widths of each column
✅ The columns to display

Question 2

You export five modified system security roles from a development environment as an unmanaged solution. Your solution into a production environment. Which of the following statements is true regarding the import of the unmanaged solution?
⬜ Copies of security roles will be created automatically in the production environment
✅ The system security roles in production will be overwritten with the settings imported from the solution
⬜ Security roles cannot be imported
⬜ The import will fail because system security roles cannot be overwritten by importing a solution

Question 3

You need to display data that is referenced by a lookup field on a form. Which option should you use?
⬜ Quick Find View
⬜ Associated View
✅ Quick View
⬜ Public View

Question 4

Which two form areas allow you to read from and write to all visible fields? Each answer presents a complete solution.
✅ Header
✅ Body
⬜ Navigation
⬜ Footer

Question 5

What is the character limit for a Single Line of Text field?
⬜ 1,000
⬜ 2,000
✅ 4,000
⬜ 10,000

Question 6

You have a Microsoft Dynamics 365 environment. You create and deploy a custom entity. Which property can you turn off after enabling the property?
⬜ Connections
⬜ Feedback
✅ Change Tracking
⬜ Activities

Question 7

You create a custom entity. Records are created by users through the user interface, and through a backend Integration. You must combine two fields to populate a new field that will replace the name field on the entity. You need to ensure that the new field displays a result immediately after a new record is saved. What should you use?
⬜ A background workflow
⬜ JavaScript code on the record form
⬜ A form-scoped business rule
✅ A calculated field

Question 8

Which three actions can you perform by using business rules? Each correct answer presents a complete solution.
✅ Display an error message at the field level
✅ Set a default field value
⬜ Set the active business process flow (BPF) stage.
⬜ Display an error message at the form level
✅ Clear a field value

Question 9

You create a workflow that automatically sends an email when a condition is met. The staff reports that emails are not been sent as expected. You need to correct the issue. What should you do?
⬜ Export the workflow
⬜ Set the workflow to required
⬜ Publish the workflow
✅ Activate the workflow

Question 10

You create an asynchronous workflow that runs on demand. Which statement is true?
⬜ The workflow will run in the security context of the user who is designated in the Execute As setting
⬜ The workflow will run in the security context of the system evaluating all conditions and taking all actions configured
⬜ The workflow will run in the security context of the workflow owner
✅ The workflow will run in the security context of the user who triggered it

Question 11

You need to create a business process flow (BPF) that spans multiple entities. Which of the following statements is true?
⬜ Relationships must exist between entities
✅ You can include a maximum of five entities
⬜ The same entity cannot be used twice
⬜ You can use entities that have N:N relationships

Question 12

You create a business rule for the Account entity. The business rule must run when you import account records. Which two conditions must be true ? Each correct answer presents a complete solution
✅ The scope was set to Entity
⬜ The scope was set to Account
✅ A business rule is active
⬜ A business rule snapshot was successful.

Question 13

You are implementing a new business process. The system must send a notification to the manager 24 hours after an opportunity is created based on the date of the next best action. Which type of workflow should you implement?
⬜ Synchronous workflow
✅ Asynchronous workflow
⬜ Microsoft Dynamics 365 dialogs
⬜ Business process flow (BPF)

Question 14

You are a subject matter expert for an insurance company. You have a complex business method that is used for settling and releasing claims. You need to create a process in Microsoft Dynamics 365 to assist team members with the claim’s settlement process. You must limit this process to team members that have a specific security role. What should you implement?
✅ Business process flow (BPF)
⬜ Workflows
⬜ Custom actions
⬜ Dialogs

Question 15

Which two of the following are valid security role permissions? Each correct answer presents a complete solution
⬜ Deactivate
✅ Share
⬜ Edit
✅ Append

Question 16

You create a new custom entity and add it to the sitemap. System administrators can see the custom entity. Users report that they cannot see the custom entity. You need to ensure that users can see the custom entity. What should you do?
⬜ Publish the sitemap
⬜ Publish the custom entity
⬜ Wait for changes to the security roles to take effect
✅ Grant appropriate security roles access to the custom entity.

Question 17

You are configuring auditing for Microsoft Dynamics 365. Which two operations can you audit ? Each correct answer presents a complete solution
✅ Create, update, and delete records.
✅ Create an association between records
⬜ Retrieve records
⬜ Export records

Question 18

What is the total number of If-Else conditions that you can add to a business rule?
⬜ 5
⬜ 7
✅ 10
⬜ 15

Question 19

You need to create a business rule for the account entity that runs both client and server side. Which business rule scope should you use?
⬜ All Forms
⬜ Account
⬜ Account for Interactive Experience
✅ Entity

Question 20

Which three statements regarding actions are true? Each correct answer presents a complete solution.
✅ Actions can be invoked from a custom client application that uses Microsoft Dynamics365
✅ Actions can be invoked from JavaScript within the application
⬜ Actions must always be associated with a specified entity.
⬜ Actions require some coding to enable invocation from a workflow or dialog
✅ You can invoke actions from a workflow or dialog without writing code

Question 21

Which three actions can you add to a workflow? Each correct answer presents part of the solution.
✅ Create Record
⬜ Share Record
✅ Update Record
✅ Assign Record
⬜ Delete Record

Question 22

Which two features are only available for real-time workflows?
✅ Run as the user who made changes to the record
⬜ Start before a record is created
✅ Start before a record is assigned
⬜ Wait six hours before executing the next step

Question 23

You create a business rule. Which action can you perform?
⬜ Hide a section
⬜ Show an error message when a rule fails to run
✅ Show an error message when a condition is met
⬜ Hide a tab

Question 24

A group of users must be able to associate a time zone with a record. You need to implement the required functionality by using native Microsoft Dynamics 365 features. Which field type should you use?
⬜ Option set
⬜ Multiple lines of text
✅ Whole number
⬜ Lookup

Question 25

You need to create a hyperlink field to capture the URL for a contact’s LinkedIn profile. Which data type should you use for the field?
✅ Single line of text
⬜ Web
⬜ URL
⬜ Text area

Question 26

When a business process flow (BPF) enters a specific stage, you need to run a workflow. Which two actions should you perform? Each correct answer presents part of the solution
⬜ Add a global workflow composition component
✅ Select an on-demand workflow to run
✅ Add a stage specific workflow composition component
⬜ Select a step to run

Question 27

You create an organization-owned custom entity. You need to ensure that users can see the custom entity while minimizing the permissions that you grant users. What should you do?
⬜ Ask a system administrator to share the records with the users who need access
⬜ Grant access to all users and then remove the entity from the sitemap and advanced find. Provide users who need access a direct link to a view of the entity
⬜ Grant the appropriate security roles user-level access to the custom entity
✅ Grant the appropriate security roles organization-level access to the custom entity

Question 28

You add a lookup for contacts to the case form. You need to display the most recent primary phone number for a contact on the case form while minimizing administrative effort. What should you do?
⬜ Use a workflow to copy the phone number to a new field on the case when the contact changes.
✅ Use a quick view form to display the phone number
⬜ Use a web resource to query and display the phone number
⬜ Use field mapping during record creation to copy the phone number to a new field on the case

Question 29

You configure a 1:N relationship between two entities and set the cascade rule for deletion to Referential. What effect does deleting the parent record have on any child records?
✅ The child records remain but the link to the parent record is removed
⬜ The parent record cannot be deleted until all of the child records are first deleted
⬜ The child records are deleted and the link to the parent record shows as deleted
⬜ The child records are deleted along with the parent record

Question 30

You implement Microsoft Dynamics 365 for customers. A customer reports that their sales support staff is taking too much time updating the probability on opportunities. You must display an Editable Grid control when users view the Opportunity entity from the web. You must display a read - only grid when users view opportunities on a tablet device. What should you do?
⬜ On the Opportunity entity, clear the Enable for mobile setting
⬜ On the Outlook and Mobile Settings page for the Opportunity entity, configure the Organization data download filter
✅ On the Opportunity entity, select the Tablet option for the Microsoft Dynamics 365 Read- only Grid setting
⬜ On the Opportunity entity, select the Read-only in mobile setting

Question 31

You need to provide users that have the Sales manager security role access to multiple business process flows (BPFs). Which two statements regarding role driven BPFs are true?
⬜ Users can select a default BPF for all records.
✅ If a user does not have access to the current process that is applied to a record, options will be disabled
✅ Set Order defines the order in which BPFs are viewed
⬜ You must use teams to control which groups of users have access to a BPF

Question 32

You create a custom field and set the requirement level to Business Required. For which scenarios is the requirement level enforced?
⬜ A user creates a record through the web interface but the required field is not on the current form
✅ A user creates a record by using one of the mobile clients
⬜ A developer creates a record by using custom code
⬜ A user creates a record by using the data import functionality

Question 33

You create a business rule for the Case entity and set the scope to Case. Which action will cause the business rule to run?
✅ The form loads
⬜ An asynchronous workflow updates the record
⬜ An asynchronous workflow creates a record
⬜ The record is saved

Question 34

You need to configure Microsoft OneNote integration for an organization’s Microsoft Dynamics 365 case entity. Which two components should you enable? Each correct answer presents part of the solution
⬜ Microsoft Office 365 groups
✅ Document management for the entity
⬜ Interactive Service Hub
✅ Server-based Microsoft SharePoint integration
⬜ Microsoft OneDrive integration

Question 35

You need to display data is referenced by a lookup field on a form. Which option should you use?
✅ Quick View
⬜ Associated View
⬜ Public View
⬜ Quick Find View

Question 36

Which action can you perform by using a business rule?
✅ Subtract $5.00 from a currency field
⬜ Clear a two options field
⬜ Concatenate two text fields
⬜ Add six days to a date field

Question 37

You need to enable auditing for the account entity. Which two actions should you perform ? Each correct answer presents part of the solution
✅ Start auditing
⬜ Enable change tracking
✅ Enable auditing for common entities
⬜ Enable auditing for user access

Question 38

Which two series aggregate functions are only available on numeric field data types? Each correct answer presents part of the solution
⬜ Count: Non-empty
⬜ Count: All
✅ Avg
✅ Max

Question 39

You install an unmanaged solution named SolutionA that has a dependency on another unmanaged solution named SolutionB. What is the outcome when you attempt to uninstall SolutionB?
⬜ SolutionB and all components that are not dependencies of SolutionA are removed
⬜ The system prevents you from deleting SolutionB
⬜ SolutionB and all related components are removed
✅ The container for SolutionB is removed, but all its components remain

Question 40

You need to create a custom entity to host records that are owned by salespeople in the Which entity type should you use?
⬜ Access Team
⬜ Organization
✅ User or Team
⬜ Owner

Question 41

You plan to implement a server-based integration between Microsoft Dynamics 365 and SharePoint Online. Which two statements are true? Each correct answer presents a complete solution.
✅ You only need to sign in to Microsoft Dynamics 365 to access documents stored in SharePoint
⬜ SharePoint actions including Alert Me, Download a Copy, and Copy Shortcut are supported
✅ You do not need to implement a list component
⬜ Users can create folders in Microsoft Dynamics 365

Question 42

Which statement regarding ordering of items in the mobile navigation menu is
⬜ Menu item placement is governed by mobile offline settings
✅ Menu item placement is based on the site map
⬜ Most recently used entities appear first.
⬜ Menu items are displayed in alphabetical order.

Question 43

Which statement regarding alternate keys is true?
⬜ You can define only one alternate key per entity
✅ Alternate keys are enforced when creating records through the user interface, and during data imports
⬜ You can use date and time fields as part of an alternate key
⬜ Alternate keys provide a warning if there is a matching record, but still allow the record to be saved

Question 44

You need to install the Microsoft Dynamics 365 App for Outlook on your device. What should you do?
⬜ In Settings, open Apps for Dynamics 365
⬜ Add your user name to the Microsoft Dynamics 365 App for Outlook eligible user list
✅ Enable the option to automatically add the app to Outlook
⬜ Download and install the app from Microsoft AppSource

Question 45

The receptionist for a company needs to quickly capture basic information regarding visitors. You configure several different quick create forms for the Visitor entity. The receptionist reports that only one of the quick create forms displays. Why are the other quick create forms not showing ?
⬜ You did not assign the receptionist access to the form
⬜ You did not enable the switch forms control for quick create forms
✅ You can only show one quick create form per entity
⬜ You did not assign the correct security role for the quick create from

Question 46

You enable folder-level tracking functionality for all users. A user named User1 creates a folder named Dynamics 365 underneath her in box. User1 moves emails into the Dynamics 365 folder. User1 reports that the emails are not being tracked. You need to resolve the issue. What should you do?
⬜ Ensure that the Microsoft Dynamics 365 for Outlook client is installed
⬜ Configure server-side synchronization for Microsoft Exchange
⬜ Ensure that Microsoft Exchange rules are created
✅ Instruct the user to create a folder tracking rule

Question 47

You have a business process named Know Your Customer. Employees use this business process to capture key information about customers. You must implement a business process flow(BPF) in Microsoft Dynamics 365 that represents this business process. You specify the name for the BPF as well as the stage names, entities, and stage category that the BPF will use. You need to complete the BPF implementation. Which three additional components can you configure? Each correct answer presents part of the solution.
✅ Step Required
⬜ Check Conditions
⬜ Wait Conditions
✅ Step Display Names
✅ Data Fields

Question 48

You create a Publisher and add entities to a solution. What are two outcomes of this action? Each correct answer presents a complete solution
⬜ The name for existing custom entities that you add to a solution use the prefix that indicates the publisher
⬜ A new section dedicated to the publisher is added to the sitemap
✅ Option sets that you create as part of the solution use the prefix that indicates the publisher
✅ The name for custom entities that you create as part of the solution use the prefix that indicates the publisher

Question 49

For which three scenarios can you enable duplicate detection? Each correct answer presents a complete solution.
✅ When Microsoft Dynamics 365 for Outlook goes from offline to online
✅ When a record is created or updated
✅ During data import
⬜ When a record is deleted or deactivated
⬜ When Microsoft Dynamics 365 for Outlook goes from online to offline

Question 50

You are implementing a Lead to Quote business process. The process will update the Lead. Account Contact, and Quote entities. You need to create a business process flow (BPF) that spans the entities. What should you do?
⬜ For each stage, specify the step
⬜ Add a workflow
⬜ Use a composition
✅ Add a stage and specify the properties for each entity.

Question 51

Which two components can you export as part of a solution? Each correct answer presents a complete solution
⬜ Business units
⬜ Themes
✅ Web resources
✅ Connection roles

Question 52

A sales team member creates a chart. You need to make the chart available to all members of the sales team. What should you do?
⬜ Download and use the Microsoft Dynamics CRM 2016 Report Authoring Extension
⬜ Ask the team member to export the data used by the chart
✅ Export the chart XML and import it into system charts
⬜ Ask the team member to share the chart with other sales team members

Question 53

You are implementing Microsoft Dynamics 365 for a medical center. You need to implement the Connection functionality of Microsoft Dynamics 365 to display family relationships between patients. What should you do?
⬜ Create a new entity named Connection Role that allows staff to connect the Contact records for family members
⬜ Configure a 1:N relationship between the Contact entity and Relationship entity
✅ Specify the Connection Roles that describe the relationship
⬜ Create a new Activity entity to describe the relationship

Question 54

You have an environment that includes Microsoft Dynamics 365 and Exchange Online. Email messages between Microsoft Dynamics and Exchange are synchronizing correctly. You need to ensure that appointments, contacts, and tasks are synchronized. What are two possible ways to achieve this goal? Each correct answer presents a complete solution.
✅ Configure the default synchronization method for appointments, contacts, and tasks to use server-side synchronization
✅ Configure the default synchronization method for appointments, contacts, and tasks to use Microsoft Dynamics 365 for Outlook
⬜ Connect Microsoft Dynamics 365 to POP3/SMTP servers.
⬜ Set up the email router

Question 55

Which three statements regarding form design or behavior for the mobile phone or tablet application are true? Each correct answer presents a complete solution.
⬜ The form selector is available.
✅ The first five tabs will display
⬜ Activities can be modified
✅ Tabs do not have the expand and collapse capability
✅ If business rules are changed while the mobile app is open, the app must be closed and reopened for those changes to apply

Question 56

You administer a Microsoft Dynamics 365 environment for a company. You need to prevent one specific employee from synchronizing data by using Microsoft Dynamics 365 for Outlook without preventing the employee from using Microsoft Dynamics 365 tor Outlook. What should you do?
⬜ Set the Web Mail Merge settings to None Selected for the individual’s security role.
✅ Set the Sync to Outlook settings to None Selected for the individual’s security role
⬜ Set the Dynamics 365 Address Book settings to None Selected for the individual’s security role
⬜ Set the Use Dynamics 365 App for Outlook to None Selected for the individual’s security role

Question 57

Which two chart types can you combine with another chart type? Each correct answer presents a complete
✅ Line
⬜ Pie
✅ Column
⬜ Funnel

Question 58

You plan to entity mapping to replicate data from a text field between two related entities. For which scenario can you replicate data?
⬜ The target field is already mapped to a different source field
✅ The length of the source field is smaller than the destination field
⬜ The two entities are in a N:N relationship
⬜ The new record is created and then related to the parent record

Question 59

For which of the following scenarios can you delete an entity?
✅ The entity is custom and uses a system defined global option set
⬜ The entity is part of a managed solution and no other items are dependent upon the entity
⬜ The entity is part of an unmanaged solution and another unmanaged entity has a lookup field to
⬜ The entity is system defined and no other items are dependent upon the entity

Question 60

Which form type is used by the Microsoft Dynamics 365 for tablets app?
⬜ Mobile
✅ Main
⬜ Mobile - Express
⬜ Turbo

Question 61

Which component can you add to a solution?
⬜ Goals
⬜ Queues
⬜ Subjects
✅ Processes

Question 62

Which two entity properties can you disable on a system entity?
✅ Access Teams
⬜ Notes
✅ Allow quick create
⬜ Queues

Question 63

You add a new entity named Parts to Microsoft Dynamics 365. You need to grant all users that have the Salesperson security role read access to the Parts entity. Which tab of the Security Role page should you use ?
⬜ Business Management
⬜ Missing Entities
✅ Custom Entities
⬜ Customization

Question 64

You are a Microsoft Dynamics 365 administrator for a real estate company. The sales team wants to use mobile devices to update opportunities and gain insights about customers while they are out of the office. You need to instruct the sales team on how to install mobile apps for Microsoft Dynamics 365. To which two locations should you direct the sales team members? Each correct answer presents a complete solution.
✅ The Settings (Personal Options) page in Microsoft Dynamics 365
✅ The Apple iTunes App Store, Google Play App Store, or Windows Store
⬜ A specific Microsoft SharePoint site
⬜ A Microsoft OneDrive for Business folder

Question 65

You need to add the status reason Duplicate to the status value Cancelled for the case entity. What should you do?
⬜ Add the value to the Cancelled list of the Status field
✅ Add the value to the Cancelled list of the Status Reason field.
⬜ Using status reason transitions, add the value to the Cancelled status
⬜ Using status reason transitions, add the value to the Cancelled status reason

Question 66

You plan to create a field for an entity to capture data in a consistent format. When a user adds a record for the entity, the choices provided to the user for the field often change or become outdated. The choices must not be available for new records. You need to create the field while minimizing the administrative overhead to maintain the field. Which field type should you use?
⬜ Global option set
⬜ Single line of text
⬜ Local option set
✅ Lookup

Question 67

You implement Microsoft Office 365 groups for a company. You need to ensure that all members of a specific security role can see and use an Office 3 65 group. Which privilege should you assign to the security role?
✅ ISV Extensions
⬜ Execute Workflow Job
⬜ Act on behalf of another user
⬜ Browse Availability

Question 68

You plan to integrate data from an external system into Microsoft Dynamics 365. You need to create a Microsoft Dynamics 365 field to use for matching records from the external system. What should you create ?
⬜ Calculated field
⬜ Global option set
⬜ Rollup field
✅ Alternate key

Question 69

You need to ensure that users can save private documents in Microsoft OneDrive for Business folders from within Microsoft Dynamics 365. Which two actions should you perform ? Each correct answer presents part of the solution.
⬜ Set the Manage User Synchronization Filters option to Origination for the Security Role.
✅ Configure server-based integration for Microsoft Dynamics 365 and Microsoft SharePoint Online.
⬜ Install and activate the Microsoft SharePoint List Component
✅ Ensure that users have Microsoft OneDrive for Business and SharePoint licenses

Question 70

Users need to be able to embed Microsoft Power BI visuals into personal dashboards. What should you do?
⬜ Enable server-based integration with Power BI
⬜ Add Power BI as a report category
✅ Enable Power BI visualization embedding
⬜ Grant users Power BI reporting permissions.

Question 71

You need to create a process that prompts users with questions and captures their answers. Which process type should you use?
⬜ Business rule
✅ Dialog
⬜ Custom action
⬜ Background workflow

Question 72

Which of the following chart types can be configured as an organization-owned chart but not as a user owned chart?
⬜ Bar and line
✅ Tag or doughnut
⬜ Line and multi-series
⬜ Area and funnel

Question 73

Your organization has a custom entity that contains 25 records. A specific group of users’ needs access to the records. You need to ensure that only specified users can access the records and that you can manage access from one place. What should you do?
✅ Add the users to access teams. Grant the teams read and write access for each of the custom entity records.
⬜ Ask the owner of the custom entity records to grant specific users read and write access to the records.
⬜ Create an owner team that includes the users. Assign the team a new security role which can access only the custom entity.
⬜ Modify an existing security role that is common to the users. Grant the role access to the custom entity.

Question 74

You are designing a managed solution that will be deployed to another part of the business. Users may want to customize specific parts of the solution after the solution is installed. Which capability represents a managed property that users can configure; ‘
⬜ The ability to change the display name of a system entity
⬜ The ability to reassign a system dashboard
⬜ The ability to rename a web resource
✅ The ability to add forms to a custom entity

Question 75

You need to use Theme settings to customize the Microsoft Dynamics 365 user interface for a customer. Which three actions can you perform? Each correct answer presents a complete solution.
⬜ Export a theme as part of a solution
✅ Adjust accent colors including hover and selection colors.
✅ Change the logo and navigation colors
⬜ Change icon colors
✅ Provide entity-specific coloring

Question 76

Which two statements are exclusive to managed solutions and not unmanaged solutions? Each correct answer presents part of the solution.
✅ You cannot export the solution
✅ When you remove the solution, all components items included in the solution are removed
⬜ You must define entity assets for every entity that you add to the solution.
⬜ You must select a publisher for the solution

Question 77

To which three data types can you add a custom control? Each correct answer presents a complete solution
⬜ Composite
✅ Date and time
✅ Multiple lines of text
✅ Single line text
⬜ Lookup

Question 78

You are implementing a new business process flow (BPF) in Microsoft Dynamics 365. You specify a name and the primary intent for the BPF and define the stages and conditions. You need to configure the composition. Which two options can you configure ? Each correct answer presents a complete solution.
⬜ Dialogs
✅ Workflows
✅ Steps
⬜ Actions

Question 79

You create a workflow and set the scope to User (default). User A owns the workflow. User B is making bulk changes on records that will trigger the workflow. Which records will this workflow affect?
⬜ Records owned by users in the same business unit as UserB
✅ Records owned by UserA
⬜ Records owned by UserB
⬜ Records owned by either UserA or UserB

Question 80

You are creating a field for a form. You need to ensure that users can select Account and Contact. Which data type should you
⬜ Regarding
✅ Customer
⬜ Lookup
⬜ Option set

Question 81

You need to grant users the ability to read all accounts in Microsoft Dynamics 365. Which access level should you apply to the Read permission for the Account entity
✅ Organization
⬜ System
⬜ All
⬜ Global

Question 82

You added a custom field to the Account entity. The field type is single line of text. You set a 500-character limit. You need to add the field as a column on the Active Accounts view. What is the maximum width in pixels(px) that you can specify for this column?
⬜ 200px
⬜ 500px
✅ 300px
⬜ 1,000px

Question 83

You plan to delete a custom entity from an unmanaged solution. Which of the following statements is true?
⬜ You must delete the solution that contains the entity.
⬜ You can only delete the entity from managed solutions.
⬜ You must delete all records related to the entity from the database.
✅ You must remove any dependencies with other objects

Question 84

You assign security roles to an owner team and each user on the team. What effect does the security role that is assigned to the team have on the individual team members ?
⬜ The permissions for the user are used instead of those of the team.
✅ The user is granted the least restrictive permissions of the two roles.
⬜ The permissions for the team are used instead of those of the user.
⬜ The user is granted the most restrictive permissions of the two roles

Question 85

You use access teams to assign security permissions. Which of the following statements is true?
⬜ Permissions are defined by an access team template that is associated with each record.
⬜ Permissions are defined by an access team template that spans multiple entities.
⬜ Permissions are defined by the security role that is assigned to the access team.
✅ Permissions are defined by one of the access team templates for the entity.

Question 86

Your company rents tools and machines to customers. You create a custom entity named Equipment to track the tools and machines. You need to show the hierarchical relationships between various pieces of equipment. How should you configure the relationship?
⬜ Ensure that you enable Connections for the entity.
⬜ Set up a parental 1:N relationship between Accounts and Equipment.
✅ Create a self-referential relationship and configure hierarchy settings.
⬜ Set up a N:N relationship between Accounts and Equipment.

Question 87

You manage Microsoft Office 365 and Microsoft Dynamics 365 for a company. Some Office 365 users do not have a Microsoft Dynamics 365 license. You need to ensure that all users can see tasks that are associated with a Microsoft Dynamics 365 opportunity record. What should you implement?
⬜ Microsoft OneNote integration
⬜ Microsoft OneDrive integration
⬜ Microsoft SharePoint integration
✅ Microsoft Office 365 groups

Question 88

You have a Microsoft Dynamics 365 environment. You plan to configure folder-level tracking. Which two statements are true? Each correct answer presents a complete solution.
⬜ Folder-level tracking is available for mailboxes that implement delegate access.
✅ Each user can create a maximum of 25 folders in their inbox.
⬜ Folder level-tracking works with the Microsoft Dynamics 365 email router.
✅ You cannot change the regarding object unless you remove the email from tracked folders.

Question 89

You enable status reason transitions for the case entity. You cannot reactivate a case due to an issue with the current status reason. You need to correct the issue. What should you do?
⬜ Using status reason transitions, ensure that all active status reason options have at least one value.
⬜ Using status reason transitions, add a new active status reason to the current status reason for the case.
✅ Using status reason transitions, ensure that all inactive status reason options have at least one value.
⬜ Using status reason transitions, add a new inactive status reason to the current status reason for the case.

Question 90

Which two field types can you configure as rollup fields?
⬜ Single line of text
⬜ Floating point number
✅ Date and time
✅ Decimal number

Question 91

You have a Microsoft Dynamics 365 tenant. You plan to implement Microsoft Office 365 Groups. You to need to ensure that all Office 365 Group features are available. Which three actions should you perform ? Each correct answer presents part of the solution.
✅ Configure a Microsoft Exchange Online mailbox for each Microsoft Dynamics 365 user.
✅ Enable the ISV Extensions security privilege.
⬜ Configure Yammer to work with Microsoft Dynamics 365.
✅ Enable server-based Microsoft SharePoint in Microsoft Dynamics 365.
⬜ Configure the Microsoft SharePoint List component.