ProfitCenterRelativeWeight Property |
The weight of this profit center, relative to the other profit centers within the same parent. The weight is used during profit distribution calculations. The sum of weights of all profit centers within a parent does not need to be 100, the ratio of total weight over weight is used. [Required] [Default(1)]
Namespace:
Aloe.EnterpriseOne.Model.Finance.Accounting
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic decimal RelativeWeight { get; set; }
Public Property RelativeWeight As Decimal
Get
Set
public:
property Decimal^ RelativeWeight {
Decimal^ get ();
void set (Decimal^ value);
}
member RelativeWeight : decimal with get, set
Property Value
Type:
Decimal
See Also