📚 SAP Business One SDK Help

SalesTaxAuthoritiesTypes 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 Method UpdateUpdates the object data in the company database.

Public Properties

Public Property BrowserReturns the DataBrowser object.
Public Property NameSets or returns the name of the tax authority type. For example, State, Country, and City, which are default for US and Canada localizations.

Mandatory in SAP Business One.

Field name: Name.

Length: 40 characters.

Public Property NfTaxIdproperty NfTaxId
Public Property NumeratorReturns the identification key of the Tax Authority Type as assigned by SAP Business One (starts from 1).

Field name: AbsId.

Public Property TaxCreditControlproperty TaxCreditControl
Public Property TaxParamSetIdproperty TaxParamSetId
Public Property UserFieldsReturns the UserFields object.
Public Property UserSignatureReturns the ID of the user who enters the object's details.

Field name: UserSign.

This is a foreign key to the Users object.

Public Property VATSets or returns a valid value of BoYesNoEnum type that specifies whether or not the tax type includes also VAT.

Field name: IsVat.

See Also