📚 SAP Business One SDK Help

ShippingTypes Object Members
See Also  Overview 

Public Methods

Public Method AddAdds a shipping type definition.
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 code of the shipping type (primary key).

Field name: TrnspCode.

Public Property NameSets or returns the name of the shipping type.

Field name: TrnspName.

Length: 40 characters.

Public Property UserFieldsReturns the UserFields object.
Public Property WebsiteSets or returns the web site address for the shipping company.

Field name: WebSite.

Length: 50 characters.

See Also