📚 SAP Business One SDK Help

InventoryCounting 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 BranchIDThe branch for which you want to create the document, just for the Brazilian localization.

Field name: BPLId.

Public Property CountDateThe date when inventory was counted.

Field name: CountDate.

Public Property CountingTypeThe counting type.

Field name: CountType.

Public Property CountTimeThe exact time when the counting began.

Field name: Time.

Public Property DocObjectCodeExThe type of the document.

Field name: ObjType.

Public Property DocumentEntryThe internal key of the inventory counting.

Field name: DocEntry.

Public Property DocumentNumberThe document number of the inventory counting transaction.

Field name: DocNum.

Public Property DocumentReferencesproperty DocumentReferences
Public Property DocumentStatusThe status of this document.

Default status is Open.

Field name: Status.

Public Property FinancialPeriodThe financial period.
Public Property IndividualCounters

Individual counters conduct independent counting of an item at a storage location.

Public Property InventoryCountingLinesThe line entries of an inventory counting transaction.
Public Property PeriodIndicatorThe financial period indicator, a foreign key to OPID.
Public Property Reference2The second reference code of the document.

Field name: Ref2.

Length: 11 characters.

Public Property RemarksThe remarks of the inventory counting document.

Field name: Remarks.

Length: 16 characters.

Public Property SeriesThe auto-number series that generated the document number.

Field name: Series.

Public Property SingleCounterIDThe ID of the single counter.

Field name: Taker1Id.

Public Property SingleCounterTypeThe type of the single counter.

Field name: Taker1Type.

Public Property TeamCountersA group of counters' counting results of an item at a storage location add up to its total quantity.
Public Property UserFieldsReturns the UserFields object.
Public Property YearEndDateproperty YearEndDate

See Also