DealExpectedRevenue Property |
Expected total revenue. For automatically renewed contracts it's the amount until the first renewal. [Currency: ExpectedRevenueCurrency] [Required] [Default(0)] [Filter(ge;le)]
Namespace:
Aloe.EnterpriseOne.Model.Crm.Presales
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Amount ExpectedRevenue { get; set; }
Public Property ExpectedRevenue As Amount
Get
Set
public:
property Amount^ ExpectedRevenue {
Amount^ get ();
void set (Amount^ value);
}
member ExpectedRevenue : Amount with get, set
Property Value
Type:
Amount
See Also