📚 SAP Business One SDK Help

DocumentPackages 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 a value specifying the number of package types in the collection.
Public Property ItemsReturns a collection of items in the package. The collection holds the properties ItemCode, Quantity.
Public Property NumberSets or returns the package type ID number.
Public Property TotalWeightReturns the total weight of the package.

The value is calculated according to the weight you specified in Items.SalesUnitWeight property. 

Public Property TypeSets or returns the package type.
Public Property UnitsSets or returns the package unit of measurement.
Public Property UserFieldsReturns the UserFields object.

See Also