Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen,
You recently implemented Dynamics 365 Sales within your organization's sales team. Based on the initial evaluation, adoption is limited as most sales users prefer to work from Microsoft Outlook.
You decide to enable the Dynamics 365 App for Outlook.
You need to perform the various actions required. Each correct action is part of the solution but does NOT solve the problem completely.
Action: You test the email configuration and enable the mailboxes for the Dynamics 365 App for Outlook designated users.
Does this meet the goal?
Answer : A
Correct:
* : From the email settings in the Advanced settings, you migrate email router data from server-side synchronization to Dynamics 365 app for Outlook. [See step 1 below. Use Server-side synchronization]
* You test the email configuration and enable the mailboxes for the Dynamics 365 App for Outlook designated users. [Yes, see step 2 below]
Incorrect:
* Within the system settings and email configuration, you set Process Email Using to Dynamics 365 for Outlook. [No, set this to Server-side synchronization. See step 1 below]
Note:
Deploy and install Dynamics 365 App for Outlook
Step 1: Set the default synchronization method
To use Dynamics 365 App for Outlook, you need to set server-side synchronization for your email processing.
1. From your app, go to Settings > Advanced Settings.
2. Go Settings > Administration and then select System Settings.
3. Select the Email tab, and set Process Email Using to Server-Side Synchronization.
Step 2: Test email configuration and enable mailboxes
Enable and test your user mailboxes so they can use Dynamics 365 App for Outlook.
https://learn.microsoft.com/en-us/dynamics365/outlook-app/deploy-dynamics-365-app-for-outlook
You need to ensure the active stage of the business process flow is visible in the view. Which two actions should you perform? Each correct answer presents a complete solution. Choose two. NOTE: Each correct selection is worth one point.
Answer : B, D
Adding Columns to the Active Onboard New Pet View (Option B):
To display the current active stage of the 'Onboard new pet' business process flow, you need to ensure that the Active Onboard new pet view includes relevant columns from the Pet table, specifically those tracking process flow stages.
Creating and Adding a New 'Onboarding Stage' Column (Option D):
Creating a column such as 'Onboarding stage' on the Pet table helps track the active stage of the onboarding process directly within the view. This allows users to see at a glance which stage each pet is in without navigating away from the main view.
Other Options:
Option A (Adding a page) refers to modifying the app's navigation, which doesn't directly impact the visibility of the business process flow stage.
Option C (All Onboard New Pet View) may not be as relevant if you only need to focus on active onboarding records rather than all records.
Reference from Microsoft Documentation:
For configuring views and columns in Dynamics 365, refer to Create and edit views.
Your sales team lacks important information on the Opportunity Close form.
You need to update the form.
Which out-of-the-box role must you have?
Answer : B
To update the Opportunity Close form in Dynamics 365 Sales, you need a role that allows modification of system entities, including the Opportunity entity and its associated forms. The System administrator role provides full access to all customization features in Dynamics 365, including modifying forms, fields, and layouts.
Your organization is using Dynamics 365 Sales to track its sales pipeline, and you have implemented sales forecasting using the out-of-the-box sample forecast configuration.
The vice president of sales wants the forecast to categorize lost deals using the more detailed opportunity status code reasons of "Cancelled" and "Outsold."
You need to enable the detailed categorization requested by the vice president of sales.
Which two actions should you take? Each answer presents part of a solution. (Choose two.)
NOTE: Each correct selection is worth one point.
Answer : A, D
To ensure that the sales forecast categorizes lost deals using more detailed reasons like 'Cancelled' and 'Outsold,' you need to modify how the opportunity status codes are mapped to the forecast categories.
Add the detailed lost reasons to the opportunity forecast category option set
This ensures that the system can recognize and categorize opportunities as 'Cancelled' or 'Outsold' within the forecast. The forecast category option set must be updated to accommodate the new lost reasons.
Update the field mappings in the Opportunity Forecast Category Mapping Process workflow
This workflow determines how opportunity status codes map to forecast categories. Updating the field mappings ensures that opportunities with 'Cancelled' or 'Outsold' reasons are correctly classified within the forecast.
You need to configure the required audit settings.
Which two actions should you perform? Each correct answer presents part of Ihe solution. Choose two. NOTE: Each correct selection is worth one point.
Answer : A, B
Enable Auditing on Columns (Options A and D):
Enabling auditing on specific columns like Dietary requirements and Email address ensures that any changes to these fields are tracked. This meets Terra Flora's requirement to log changes to these fields along with details of who made the changes and the timestamp.
Enable Auditing on Pet and Contact Tables (Options B and C):
By enabling auditing at the table level for Pet and Contact, you ensure that any updates to these tables, including changes to all associated columns, are recorded. This broad setting ensures full coverage of auditing for both tables.
Enable Audit User Access (Option F):
This option is recommended to track when users access certain data, which can help with compliance and monitoring user interactions with sensitive data.
Option E (Start Read Auditing):
Read auditing tracks when records are read. If compliance requires monitoring every time a record is accessed, enabling this could be necessary; however, the primary focus is on modifications rather than access alone.
Reference from Microsoft Documentation:
For setting up auditing, see Auditing overview for Dynamics 365.
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
A company's IT department has a .CSV file stored on one of their Shared Documents folders within their Microsoft SharePoint sites. The data from the .CSV file is ingested into Dynamics 365 Customer Insights - Data.
The file contains a row header and columns of different types, such as quantities and prices. The file also contains some rows with a high proportion of nulls.
You need to clean and transform the data in Customer Insights - Data to be ready for unification.
Solution: Define column types to be appropriate field types and name the query. Create a full name and full address columns by merging the appropriate columns, if they exist. Select Next and your data is now ready for unification.
Does this meet the goal?
Answer : B
Correct:
* Transform the first row to be used as headers. Define column types to be the appropriate field types and name the query. Create a full name and full address columns by merging the appropriate columns if they exist. Select Next and your data is now ready for unification.
The proposed solution effectively prepares the data for unification in Dynamics 365 Customer Insights - Data. Here's how each step contributes to meeting the goal:
Transform the first row to be used as headers: This step is necessary to define the column names, which is critical for accurate data interpretation.
Define column types to be the appropriate field types: Specifying the correct data types for each column ensures that the data will be processed correctly during unification, maintaining data integrity.
Create a full name and full address columns by merging the appropriate columns if they exist: This step enhances the dataset by consolidating relevant information into single columns, which can simplify data usage and improve data quality. Merging columns helps ensure that users can easily access essential information without navigating through multiple fields.
Select Next: This indicates that the data transformation steps are completed and the dataset is ready for the unification process.
Incorrect:
* Define column types to be appropriate field types and name the query. Create a full name and full address columns by merging the appropriate columns, if they exist. Select Next and your data is now ready for unification.
Does not address the problem with null values.
* Remove any rows where the primary key is missing, delete any leading or trailing zeros on the primary key, and name the query. Select Next and your data is now ready for unification.
Problem not related to the primary key.
* Transform the first row to be used as headers, and remove any special characters or spaces from header row. Remove rows with missing primary keys and name the query. Select Next and your data is now ready for unification.
Does not address the problem with null values.
* Transform the first row to be used as headers, define column types to be the appropriate field types and name the query. Select Next and your data is now ready for unification.
Solution removes all rows with null values, which can lead to significant data loss, especially if those rows contain important information.
It may compromise data quality by eliminating rows, which can impact analysis and insights.
* Transform the first row to be used as headers, remove rows that contain null values, and name the query. Select Next and your data is now ready for unification.
While the solution includes transforming the first row to be used as headers and naming the query, the step of removing rows that contain null values is problematic.
Removing all rows with null values can lead to significant data loss, particularly if those rows contain relevant information.
You use business process flows for all Dynamics 365 opportunities. Some opportunities are closed before business process flow durations are calculated. You need to ensure that business process flow duration values are calculated.
Solution: Change the opportunity to an inactive state. Does this meet the goal?
Answer : A
Changing the opportunity to an inactive state allows for the calculation of business process flow duration values, as this state transition prompts the system to finalize any duration metrics associated with the process flow.
Business process flows calculate duration upon completion or transition of the process, so marking the opportunity as inactive triggers the system to calculate these durations.