📚 SAP Business One SDK Help

InventoryPosting Object Members
See Also  Overview 

Public Methods

Public Method FromXMLFileSets the object's properties using data from an XML file.

The XML file can be created using the object's ToXMLFile method.

Public Method FromXMLStringSets the object's properties using data from an XML string.

The XML string can be created using the object's ToXMLString method.

Public Method GetXMLSchemaReturns the XML schema for the XML generated by the ToXMLFile and ToXMLString methods.
Public Method ToXMLFileCreates an XML file that represents the object.
Public Method ToXMLStringCreates and returns an XML string that represents the object.

Public Properties

Public Property AttachmentEntryproperty AttachmentEntry
Public Property BranchIDproperty BranchID
Public Property CountDateproperty CountDate
Public Property CountTimeproperty CountTime
Public Property DocObjectCodeExproperty DocObjectCodeEx
Public Property DocumentEntryThe internal key of the inventory posting.

Field name: DocEntry.

Public Property DocumentNumberThe document number of the inventory posting transaction.

Field name: DocNum.

Public Property DocumentReferencesproperty DocumentReferences
Public Property FinancialPeriodproperty FinancialPeriod
Public Property InventoryPostingLinesThe line entries of an inventory posting transaction.
Public Property JournalRemarkThe information to display in the Remarks field of the journal entry. By default, this field contains the text: Inventory Posting.

Field name: JrnlMemo.

Length: 50 characters.

Public Property PeriodIndicatorproperty PeriodIndicator
Public Property PostingDateThe inventory posting date.

If the inventory posting document is based on an inventory counting document, this field is not editable and is the count date of the inventory counting document.

Field name: DocDate.

Public Property PriceListThe price list of the item.

Field name: PriceList.

Public Property PriceSourceThe price source that the application uses to fill the Price field. The prices will be used in journal entries and may affect the costs of the items.

Field name: PriceSrc.

Public Property Reference2The second reference code of the document.

Field name: Reference2.

Length: 11 characters.

Public Property RemarksThe remarks of the inventory posting document.

Field name: Comments.

Length: 254 characters.

Public Property Seriesproperty Series
Public Property UserFieldsReturns the UserFields object.
Public Property YearEndDateproperty YearEndDate

See Also