SalesPersonTargetLineTargetAmount Property |
Target amount to be fulfilled by the specified sales person. Deprecated - use Target_Value. [Currency: TargetAmountCurrency]
Namespace:
Aloe.EnterpriseOne.Model.Crm.Distribution
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Amount TargetAmount { get; set; }
Public Property TargetAmount As Amount
Get
Set
public:
property Amount^ TargetAmount {
Amount^ get ();
void set (Amount^ value);
}
member TargetAmount : Amount with get, set
Property Value
Type:
Amount
See Also