📚 SAP Business One SDK Help

ItemsDistributionRules Object Members
See Also  Overview 

Public Methods

Public Method AddAdds a new data line to the object.
Public Method DeleteDeletes the current line.

Returns a result value that indicates success or failure.

Public Method SetCurrentLineSets the active row to a specified row number.

Public Properties

Public Property CountReturns the total number of records in the table.
Public Property DistributionRuleThe distribution rule for dimension 1 that you want to assign to the asset.

Field name: OcrCode.

Length: 8 characters.

Public Property DistributionRule2The distribution rule for dimension 2 that you want to assign to the asset.

Field name: OcrCode2.

Length: 8 characters.

Public Property DistributionRule3The distribution rule for dimension 3 that you want to assign to the asset.

Field name: OcrCode3.

Length: 8 characters.

Public Property DistributionRule4The distribution rule for dimension 4 that you want to assign to the asset.

Field name: OcrCode4.

Length: 8 characters.

Public Property DistributionRule5The distribution rule for dimension 5 that you want to assign to the asset.

Field name: OcrCode5.

Length: 8 characters.

Public Property LineNumberThe current row number in the list.

Field name: LineNum.

Public Property ValidFromThe start date of the period during which you want to assign a distribution rule to the asset.

Field name: ValidFrom.

Public Property ValidToThe end date of the period during which you want to assign a distribution rule to the asset.

Field name: ValidTo.

See Also