OpportunityStage
Represents the stage of an Opportunity in the sales pipeline, such as New Lead, Negotiating, Pending, Closed, and so on.
Supported API Calls
query, retrieve, describeSObject
Fields
For a complete list of fields in this object, see the Enterprise WSDL file for your organization and the salesforce.com online help.
Usage
The OpportunityStage object represents a value in the opportunity stage picklist (see StageName Field). The opportunity stage picklist provides additional information about the stage of a Opportunity, such as its probability (see Probability Field) or forecast category (see ForecastCategory). Your client application can invoke the query call on the OpportunityStage object to retrieve the set of values in the opportunity stage picklist, and then use that information while processing Opportunity objects to determine more information about a given opportunity. For example, the application could test whether a given opportunity is won or not based on its
StageNamevalue and the value of theIsWonproperty in the associated OpportunityStage object.The OpportunityStage object is read-only via the sforce API. With sufficient permissions, your client application can invoke the query and describeSObject calls on OpportunityStage objects.
See Also
|
© Copyright 2000-2003 SalesForce.com, Inc. |