SalesPersonTargetLineTargetWeight Property |
Relative weight of target, comparatively to other targets. [Required] [Default(1)]
Namespace:
Aloe.EnterpriseOne.Model.Crm.Distribution
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic decimal TargetWeight { get; set; }
Public Property TargetWeight As Decimal
Get
Set
public:
property Decimal^ TargetWeight {
Decimal^ get ();
void set (Decimal^ value);
}
member TargetWeight : decimal with get, set
Property Value
Type:
Decimal
See Also