📚 SAP Business One SDK Help

ManualDistributionRule Object Members
See Also  Overview 

Public Methods

Public Method FromXMLFilemethod FromXMLFile
Public Method FromXMLStringmethod FromXMLString
Public Method GetXMLSchemamethod GetXMLSchema
Public Method ToXMLFilemethod ToXMLFile
Public Method ToXMLStringmethod ToXMLString

Public Properties

Public Property ActiveIndicates whether the rule is active.
Field Name: Active
Data Type: BoYesNoEnum
Writable: No
Enum Type: BoYesNoEnum
Public Property DirectIndicates whether the rule is a direct distribution.
Field Name: Direct
Data Type: BoYesNoEnum
Writable: No
Enum Type: BoYesNoEnum
Public Property FactorCodeThe alphanumeric distribution rule code. This is the key field.
Field Name: OcrCode
Data Type: String
Writable: No
Public Property FactorDescriptionThe description of the distribution rule.
Field Name: OcrName
Data Type: String
Writable: No
Public Property InWhichDimensionThe dimension number to which this rule applies.
Field Name: DimCode
Data Type: Integer
Writable: No
Public Property IsFixedAmountIndicates whether allocation is by fixed amount rather than percentage.
Field Name: IsFixedAmt
Data Type: BoYesNoEnum
Writable: No
Enum Type: BoYesNoEnum
Public Property ManualDistributionRuleLinesThe collection of cost-center allocation lines.
Field Name: —
Data Type: ManualDistributionRuleLines
Writable: No
Public Property TotalFactorThe total allocation factor (sum of all line factors).
Field Name: OcrTotal
Data Type: Double
Writable: No

See Also