SalesPersonTargetTargetCurrency Property |
Denotes the currency of amount targets. Required when amount targets are present in the documnet. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Crm.Distribution
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Currency TargetCurrency { get; set; }
Public Property TargetCurrency As Currency
Get
Set
public:
property Currency^ TargetCurrency {
Currency^ get ();
void set (Currency^ value);
}
member TargetCurrency : Currency with get, set
Property Value
Type:
Currency
See Also