A consultant is configuring Dynamics 365 Sales for a mid-market client whose marketing team wants to identify which inbound leads are worth converting to opportunities, while the sales team separately wants to know which active opportunities are most likely to close. The client asks whether one AI model can serve both needs. What should the consultant recommend?
Select an answer to reveal the explanation.
Short Explanation
Think of these as two different report cards, each graded on a different curriculum. The lead-scoring model has only ever studied how leads behave before they convert, so it is good at telling marketing which inbound leads are worth chasing. The opportunity-scoring model has studied how deals actually close, so it is good at telling sales which active pipeline is likely to win. Trying to make one model do both jobs is like asking a driving instructor to also grade essays; the training data just does not match the question being asked. The setup that actually works is running both models side by side, each pointed at its own record type, so each team gets an answer built from the right history. Reusing a lead's score as if it predicts opportunity outcomes sounds efficient but skips the fact that a deal's dynamics are not captured in how the lead behaved months earlier. There is no environment limit forcing a workaround outside the product either.
Full Explanation
The correct answer is B. Predictive lead scoring and predictive opportunity scoring are separate AI models in Dynamics 365 Sales, each trained on the outcomes and fields relevant to its own record type: lead scoring predicts conversion likelihood from lead attributes and marketing engagement, while opportunity scoring predicts win likelihood from opportunity-stage activity and deal characteristics. Running both gives the marketing team a lead-qualification signal and the sales team a close-likelihood signal, matching what each group asked for. Option A is incorrect because opportunity scoring is not designed to evaluate lead records; the two entities carry different fields and historical outcome data, so pointing the opportunity model at leads would not produce a valid score. Option C is incorrect because a lead's score does not transfer to the opportunity created from it; once a lead converts, the opportunity needs its own predictive opportunity score built from opportunity-stage data. Option D is incorrect because it assumes native Dynamics 365 Sales AI scoring is limited to a single entity per environment, which is false; both models can run in the same environment against their respective entities without a custom external solution.