exam questions

Exam MB-400 All Questions

View all questions & answers for the MB-400 exam

Exam MB-400 topic 14 question 1 discussion

Actual exam question from Microsoft's MB-400
Question #: 1
Topic #: 14
[All MB-400 Questions]

DRAG DROP -
You need to resolve the performance issue with the Total Billed customer plug-in.
In which order should you perform the actions? To answer, move all actions from the list of actions to the answer area and arrange them in the correct order.
Select and Place:

Show Suggested Answer Hide Answer
Suggested Answer:
Scenario: User1 reports that performance is slow when viewing total billed customer time.
A plug-in for Dynamics 365 Sales automatically calculates the total billed time from all activities on a particular customer account, including sales representatives' visits, phone calls, email correspondence, and repair time compared with hours spent.
Reference:
https://docs.microsoft.com/en-us/dynamics365/customerengagement/on-premises/developer/register-deploy-plugins
Extend the platform

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
RoelG
Highly Voted 4 years, 11 months ago
https://docs.microsoft.com/en-us/dynamics365/customerengagement/on-premises/developer/debug-plugin 1. Register and deploy the plug-in assembly. 2. Attach the debugger 3. Run the total billed customer time query 4. Correct the failing plugin-code and compaly 5. Unregister the old version of the plug-in and reregister the new version of the plug-in
upvoted 31 times
mgharably
4 years, 11 months ago
RoeIG answer is correct
upvoted 3 times
...
TaiH
4 years, 11 months ago
This is the order I have made as well.
upvoted 3 times
...
Kirael
4 years, 11 months ago
Agree ! Here's the link : https://docs.microsoft.com/en-us/dynamics365/customerengagement/on-premises/developer/debug-plugin
upvoted 3 times
...
cdle
4 years, 9 months ago
Agree, that's straight up the answer from microsoft documentation.
upvoted 1 times
...
...
dj74
Highly Voted 4 years, 11 months ago
Register and deploy is not correct, the plugin was already registered. Unregister should not be needed, you can update the asambly unless you change some registration steps.
upvoted 6 times
...
CDDT
Most Recent 4 years, 1 month ago
Uncorrect! 1. Unregister the old version of the plug-in and reregister the new version of the plug-in (so I will create a new version without make confusion,and by deployment, I'll be able to remove old version) 2. Attach the debugger 3. Run the total billed customer time query 4. Correct the failing plugin-code and compaly 5. Register and deploy the plug-in assembly. -> I must load the fixing updates and go to deployment phase
upvoted 1 times
...
Druey
4 years, 7 months ago
Following https://docs.microsoft.com/en-us/dynamics365/customerengagement/on-premises/developer/debug-plugin There is no doubt about what the first step should be. However I don't understand why we should register a plugin that is already registered. If it was not registered, it would be impossible that there's a problem with the plugin
upvoted 2 times
...
kennyk123
4 years, 9 months ago
Should "Register and deploy the plug-in assembly." be your number one considering that you are troubleshooting the plugin as a starting point and you would not presumably know what the issue is at this point, thus making registering a plugin pointless?
upvoted 2 times
...
danosagi
4 years, 12 months ago
Shouldn't we put the register plugin assembly to the 1st step? Not familiar but why would we register the plugin assembly right after all the debugging? How do we debug if plugin assembly not registered? Anyone please confirm if I'm correct?
upvoted 4 times
ugurb
4 years, 12 months ago
No, you shouldn't register plug in as a 1st step. You have to debug and fix incrroect lines with existing code first than after fixing them you can register compiled/corrected dll.
upvoted 6 times
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...