📚 SAP Business One SDK Help

StockTaking 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 SaveToFileSave the object to a file as XML data.
Public Method SaveXMLSaves the object data to XML formatted data.

Public Properties

Public Property BrowserReturns the DataBrowser object.
Public Property CountedSets or returns the number of items in stock to take.

Field name: Counted.

Public Property ItemCodeSets or returns the item code in the inventory.

Field name: ItemCode.

Length: 20 characters.

This is a foreign key to the Items object.

Public Property UserFieldsReturns the UserFields object.
Public Property WarehouseCodeSets or returns the warehouse code.

Field name: WhsCode.

Length: 8 characters.

This is a foreign key to the Warehouses object.

See Also