📚 SAP Business One SDK Help

PackagesTypes Object Members
See Also  Overview 

Public Methods

Public Method AddAdds a record to the object table in SAP Business One company database.
Public Method GetAsXMLReturns the object from XML data, which is stored as string in a buffer.
Public Method GetByKeyRetrieves and sets the values of the object's properties by the object's absolute key from the Company database.
Public Method RemoveDeletes a record from the object table.
Public Method SaveToFileSave the object to a file as XML data.
Public Method SaveXMLSaves the object data to XML formatted data.
Public Method UpdateUpdates the object data in the company database.

Public Properties

Public Property BrowserReturns the DataBrowser object.
Public Property CodeReturns the package type code (key).

Field name: PkgCode.

Public Property Height1The height for the unit.

Field name: Height1.

Public Property Height1UnitThe height UoM.

Field name: Hght1Unit.

Public Property Height2The height for the unit.

Field name: Height2.

Public Property Height2UnitThe height UoM.

Field name: Hght2Unit.

Public Property Length1The length for the unit.

Field name: Length1.

Public Property Length1UnitThe length UoM.

Field name: Len1Unit.

Public Property Length2The length for the unit.

Field name: Length2.

Public Property Length2UnitThe length UoM.

Field name: Len2Unit.

Public Property TypeSets or returns the package type name.

Field name: PkgType.

Mandatory property.

Length: 30 characters.

Public Property UserFieldsReturns the UserFields object.
Public Property VolumeThe volume for the unit.

Field name: Volume.

Public Property VolumeUnitThe volume UoM.

Field name: VolUnit.

Public Property Weight1The weight for the unit.

Field name: Weight1.

Public Property Weight1UnitThe weight UoM.

Field name: WghtUnit.

Public Property Weight2The weight for the unit.

Field name: Weight2.

Public Property Weight2UnitThe weight UoM.

Field name: Wght2Unit.

Public Property Width1The width for the unit.

Field name: Width1.

Public Property Width1UnitThe width UoM.

Field name: Wdth1Unit.

Public Property Width2The width for the unit.

Field name: Width2.

Public Property Width2UnitThe width UoM.

Field name: Wdth2Unit.

See Also