FromXMLFile | Sets the object's properties using data from an XML file.
The XML file can be created using the object's ToXMLFile method. |
FromXMLString | Sets the object's properties using data from an XML string.
The XML string can be created using the object's ToXMLString method. |
GetXMLSchema | Returns the XML schema for the XML generated by the ToXMLFile and ToXMLString methods. |
ToXMLFile | Creates an XML file that represents the object. |
ToXMLString | Creates and returns an XML string that represents the object. |
Active | Specify whether the distribution rule is active.
Field name: Active. |
Direct | Indicates whether the allocation of amounts is done directly or indirectly.
Field name: Direct |
DistributionRuleLines | The set of profit centers to which to assign costs and revenues that have been tied to this distribution rule. |
FactorCode | The key for a specific distribution rule.
Field name: OcrCode |
FactorDescription | A description for a specific distribution rule.
Field name: OcrName |
InWhichDimension | The dimension in which this distribution rule is located.
Field name: DimCode This is a foreign key to the Dimension object. |
IsFixedAmount | property IsFixedAmount |
TotalFactor | A number that represents 100 percent of the amount to be distributed.
For example, if TotalFactor is 80, and the distribution contained profit center A at 20 and profit center B at 60, then profit center A would be allocated 25 percent and profit center B would be allocated 75 percent. Field name: OcrTotal |
UserFields | Returns the UserFields object. |