CalculateActualValueOpportunityRequest Class

Definition

Contains the data that is needed to calculate the value of an opportunity that is in the "Won" state.

public ref class CalculateActualValueOpportunityRequest sealed : Microsoft::Xrm::Sdk::OrganizationRequest
[System.Runtime.Serialization.DataContract(Namespace="http://schemas.microsoft.com/crm/2011/Contracts")]
public sealed class CalculateActualValueOpportunityRequest : Microsoft.Xrm.Sdk.OrganizationRequest
[<System.Runtime.Serialization.DataContract(Namespace="http://schemas.microsoft.com/crm/2011/Contracts")>]
type CalculateActualValueOpportunityRequest = class
    inherit OrganizationRequest
Public NotInheritable Class CalculateActualValueOpportunityRequest
Inherits OrganizationRequest
Inheritance
CalculateActualValueOpportunityRequest
Attributes

Remarks

This message requires Dynamics 365 Sales.

For the Web API use the CalculateActualValueOpportunity action.

Usage

Pass an instance of this class to the Execute(OrganizationRequest) method, which returns an instance of the CalculateActualValueOpportunityResponse class.

Privileges and Access Rights

To perform this action, the caller must have privileges on the Opportunity table and access rights on the specified record in the OpportunityId property. Callers must also have the prvReadQuote privilege.

Notes for Callers

"Won" is one of the possible states for an opportunity. It indicates that the opportunity has been won. The state of an Opportunity record is specified in the Opportunity.StateCode column. For a list of the opportunity state and status values, see the definition of the table. You can use a table definition browser like the one described in Browse table definitions in your environment.

Constructors

CalculateActualValueOpportunityRequest()

Initializes a new instance of the CalculateActualValueOpportunityRequest class.

Properties

ExtensionData

Gets or sets the structure that contains extra data. Optional.

(Inherited from OrganizationRequest)
Item[String]

Gets or sets the indexer for the Parameters collection.

(Inherited from OrganizationRequest)
OpportunityId

Gets or sets the ID of the opportunity. Required.

Parameters

Gets or sets the collection of parameters for the request. Required, but is supplied by derived classes.

(Inherited from OrganizationRequest)
RequestId

Gets or sets the ID of the request. Optional.

(Inherited from OrganizationRequest)
RequestName

Gets or sets the name of the request. Required, but is supplied by derived classes.

(Inherited from OrganizationRequest)

Applies to

See also