Your company uses Dynamics 365 Sales and has a custom entity 'Competitor'. You want to associate competitors with opportunities and track win/loss reasons. What is the recommended approach?
Trap 1: Add a multi-select field for win/loss reasons on the Competitor…
Win/loss reasons are typically captured on the opportunity, not on the competitor.
Trap 2: Create a custom field on opportunity for win/loss reasons
The opportunity entity already has a standard win/loss reason field.
Trap 3: Create a new custom entity 'Competitor' and add a lookup to…
A Competitor entity already exists in Sales; no need to create a new one.
- A
Add a multi-select field for win/loss reasons on the Competitor entity
Why wrong: Win/loss reasons are typically captured on the opportunity, not on the competitor.
- B
Create a custom field on opportunity for win/loss reasons
Why wrong: The opportunity entity already has a standard win/loss reason field.
- C
Create a new custom entity 'Competitor' and add a lookup to opportunity
Why wrong: A Competitor entity already exists in Sales; no need to create a new one.
- D
Use the existing Competitor entity and add a relationship to opportunity
The Competitor entity is included in Sales and can be related to opportunities.