📚 SAP Business One SDK Help

TaxInvoices Object Members
See Also  Overview 

Public Methods

Public Method AddAdds a record to the object table in SAP Business One company database.

Adds a record to the object table in SAP Business One company database.

Public Method CancelCancels a record from the object table.

Cancels a record from the object table.

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 SAP Business One database. Retrieves 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.

Save the object to a file as XML data.

Public Method SaveXMLSaves the object data to XML formatted data.

Saves the object data to XML formatted data.

Public Method UpdateUpdates the object data in the SAP Business One company database.

Updates the object data in the company database.

Public Properties

Public Property AddressSets or returns the Bill To address.

Field name: Address.

Length: 254 characters.

Public Property Address2Sets or returns the alternative Ship To address.

Field name: Address2.

Length: 254 characters.

Public Property AlterationRevisionproperty AlterationRevision
Public Property BPLIDproperty BPLID
Public Property BPLNameproperty BPLName
Public Property BrowserReturns the DataBrowser object. Returns the DataBrowser object.
Public Property CancelDateReturns the Cancel Date of the tax invoice .

Field name: CancelDate.

The object is applicable for SAP Business One 2004C CEE (country-specific for Russia).

Public Property CardCodeSets or returns the business partner Customer Code.

Field name: CardCode.

This is a foreign key to the BusinessPartners object.

Mandatory field in SAP Business One.

Length: 15 characters.

Public Property CommentsSets or returns the Remarks regarding the tax invoice document.

Field name: Comments.

Length: 254 characters.

Public Property ContactPersonCodeSets or returns the contact person code.

Field name: CntctCode.

This is a foreign key to the ContactEmployees object.

Public Property CreationDateReturns the creation date of the tax invoice document.

Field name: CreateDate.

Public Property CurrencySourceSets or returns a valid value of BoCurrencySources type that specifies the currency source:
  • L - local
  • S - system
  • C - customer (business partner, default)

Field name: CurSource.

Public Property CustomerOrVendorNameSets or returns a string that specifies the business partner's full name.

Field name: CardName.

Length: 100 characters.

The object is applicable for SAP Business One 2004C CEE (country-specific for Russia).

Public Property CustomerOrVendorRefNoSets or returns a string that specifies the business partner's Reference number.

Field name: NumAtCard.

Length: 16 characters.

The object is applicable for SAP Business One 2004C CEE (country-specific for Russia).

Public Property DocCurrencySets or returns the currency used in this document.

Field name: DocCur.

Length: 3 characters.

Public Property DocDateSets or returns the document posting date.

Field name: DocDate.

Public Property DocDueDateSets or returns the document value date.

Field name: DocDueDate.

Public Property DocEntryReturns the document key.

Field name: DocEntry.

Public Property DocNumReturns the document number.

Field name: DocNum.

Public Property DocTypeSets or returns a valid value of BoTaxInvoiceTypes that specifies the document type of the tax invoice.

Field name: DocType.

Public Property DocumentReferencesReturns TaxInvoice_DocumentReferences child object.
Public Property DocumentTotalSets or returns the Document Total value in document currency.

Field name: DocTotal.

Public Property LinesReturns TaxInvoice_Lines child object.
Public Property LinkedDownPaymentsReturns TaxInvoice_LinkedDownPayments child object.
Public Property OperationCodesReturns TaxInvoice_OperationCodes child object.
Public Property PaymentRefDateSets or returns the Payment Ref. Date.

Field name: PayRefDate.

The object is applicable for SAP Business One 2004C CEE (country-specific for Russia).

Public Property PaymentRefNoSets or returns a string that specifies the the payment document number.

Field name: PayRefNo.

The object is applicable for SAP Business One 2004C CEE (country-specific for Russia).

Public Property PrintedReturns a valid value of BoYesNoEnum type that specifies whether or not this tax invoice document was printed.

Field name: Printed.

Public Property SegmentReturns the segment number of the tax invoice document.

Field name: Segment.

Public Property SeriesReturns the auto-numbering series that generated the document number.

Field name: Series.

Public Property ShipToCodeSets or returns the Ship To address name.

Field name: ShipToCode.

Length: 50 characters.

Public Property TaxDateSets or returns the document VAT date.

Field name: VatDate.

Public Property TaxTotalReturns a double integer that specifies the Tax Total amount in document currency.

Field name: VatSum.

Public Property UpdateDateReturns the document last update date.

Field name: UpdateDate.

Public Property UserFieldsReturns the UserFields object.
Public Property VATRegNumproperty VATRegNum

See Also