Represents a competitor on an Opportunity.
create(), update(), delete(), query(), retrieve(), getDeleted(), getUpdated(), describeSObjects()
| Field | Field Type | Field Properties | Description |
|---|---|---|---|
| CompetitorName | combobox | Create | Name of the competitor. |
| IsDeleted | boolean | Defaulted on create |
Indicates whether the record has been moved to the Recycle Bin (true) or not (false). Label is Deleted. |
| OpportunityID | reference | Create | Required. ID of the associated Opportunity. For information on IDs, see ID Field Type. |
| Strengths | string | Create | Description of the competitor’s strengths. Limit: 1,000 characters. |
| Weaknesses | string | Create | Description of the competitor’s weaknesses. Limit: 1,000 characters. |
Use this object to manage competitors on an Opportunity, associating multiple competitors on a opportunity and specifying the strengths and weaknesses of each competitor.