Click or drag to resize

SalesPersonCommissionPercent Property

The percentage (0..1) of commission percent. null means that there is no commission percent.

Namespace:  Aloe.EnterpriseOne.Model.Crm
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public Nullable<decimal> CommissionPercent { get; set; }

Property Value

Type: NullableDecimal
See Also