Free Introduction to Microsoft Dynamics 365 Customer Consultant Questions and Answers — Questions and Answers
Question 1: You are setting up a case entity's business process flow. <br> Every case needs to be marked for inspection. <br> The business process flow configuration has to be finished. <br> Solution: Change the action's input parameter type to Option set. <br> Is the aim being met by the solution?
- No (Correct answer)
- Yes
Correct answer: No
No, changing an action's input parameter type to Option Set does not inherently mark every case for inspection. An Option Set merely defines a list of choices for a field. To ensure every case is marked for inspection, you would need to add a specific field (e.g., an Option Set or Two Options field) to the case entity and then incorporate a step in the BPF that requires users to select an inspection status or triggers an action based on it.
Question 2: For a case entity, you are setting up a business process flow. <br> A review flag must be placed on each case. <br> The business process flow needs to be configured in its entirety. <br> Solution: Create an action that adds the text Ready for review to the case subject and creates a task record with the case reviewer's assignment on it. <br> If so, does it achieve the desired result?
- No
- Yes (Correct answer)
Correct answer: Yes
Yes, this solution achieves the desired result. By creating an action within the business process flow that modifies the case subject to include 'Ready for review' and simultaneously creates an assigned task for a reviewer, each case is effectively flagged for inspection. This approach ensures both a clear visual indicator on the case record and a traceable action item for the review process.
Question 3: Business process flows must be developed. <br> What three entities are you able to use?
- Case (Correct answer)
- Goal
- Social activity (Correct answer)
- Letter (Correct answer)
Correct answer: Case
Business Process Flows (BPFs) in Dynamics 365 are versatile tools that can be applied to various entities to standardize workflows. The Case entity is a primary example, as BPFs are crucial for guiding customer service agents through the resolution process. BPFs can also be used with other out-of-the-box entities like Social Activity and Letter, which are types of activities, to manage their specific lifecycles and ensure consistent handling.
Question 4: Dynamics 365 Customer Service is employed by a business. <br> You are setting up sophisticated similarity rules. Making an exact match for the Modified On field in the Match Fields tab allows you to construct a similarity rule on cases. <br> You put the rule to the test and find that no exact matches show up. <br> You must ascertain the cause of the rule's failure. <br> What are the two potential causes for the rule's failure?
- The security role is not set to run the similarity rule
- A Power Automate flow was not created
- The Modified On field is not set to searchable in the customization of the case entity in the solution. (Correct answer)
- The similarity rule is deactivated (Correct answer)
Correct answer: The Modified On field is not set to searchable in the customization of the case entity in the solution.
When a similarity rule fails to find exact matches on a field like 'Modified On', two common causes are that the field is not configured for searching or the rule itself is inactive. For similarity rules to function correctly, the fields they evaluate must be marked as 'Searchable' in the entity's customization settings. Additionally, if the similarity rule is deactivated, it will not execute and therefore cannot return any matches.
Question 5: You work as a help desk agent for a company that makes use of Dynamics 365 Customer Service. <br> Users must look for related cases within the system. The default settings haven't been altered in any way. <br>Which search options are accessible by default must be determined. <br> Which two search options are offered?
- Quick Find (Correct answer)
- Full-text Quick Find
- Advanced Find (Correct answer)
- Relevance Search
Correct answer: Quick Find
By default, Dynamics 365 Customer Service provides users with two primary search options: Quick Find and Advanced Find. Quick Find offers a simple search bar to rapidly locate records within a specific entity view. Advanced Find provides more robust querying capabilities, allowing users to construct complex searches across multiple entities with detailed criteria, whereas Relevance Search requires explicit enablement and configuration.
Question 6: For a consumer, you establish a default entitlement. <br> You must make sure that a case is automatically associated with the default entitlement. <br> What are the two potential means through which this can be done?
- Update the customer, contact, or product field on an existing case (Correct answer)
- Update the description field on an existing case.
- Add an activity to an existing case
- Create a case (Correct answer)
Correct answer: Update the customer, contact, or product field on an existing case
To automatically associate a case with a default entitlement, there are two main methods. Firstly, when a new case is created, if the associated customer (account or contact) or product has a default entitlement, it will be automatically applied. Secondly, if an existing case's customer, contact, or product field is updated to one that has a default entitlement, the system will also attempt to associate that entitlement.
Question 7: The administrator of Dynamics 365 Customer Service, you. Cases are created automatically from emails.<br> Emails are reportedly no longer being turned into cases, according to users. <br> <br> What might be the reason?
- The workflow process has been deactivated (Correct answer)
- The solution has not been published
- Your user ID does not have permission to run the process effectively
- The Dynamics Flow process is not running
Correct answer: The workflow process has been deactivated
If emails are no longer being automatically converted into cases in Dynamics 365 Customer Service, a very common reason is that the underlying workflow process or Automatic Case Creation rule has been deactivated. These processes are responsible for monitoring incoming emails and initiating case creation based on predefined conditions. If the process is not active, it cannot execute, leading to a halt in automatic case generation.
You are setting up a case entity's business process flow.
Every case needs to be marked for inspection.
The business process flow configuration has to be finished.
Solution: Change the action's input parameter type to Option set.
Is the aim being met by the solution?