📚 SAP Business One SDK Help

SalesTaxCodes 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 CFOPInproperty CFOPIn
Public Property CFOPOutproperty CFOPOut
Public Property CodeSets or returns the tax code.

Mandatory in SAP Business One.

Field name: Code.

Length: 8 characters.

Public Property FADebitproperty FADebit
Public Property FreightSets or returns a valid value of BoYesNoEnum type that specifies whether or not to calculate the tax also on expenses, such as shipping expenses.

Default: tNO.

Field name: Freight.

Public Property Inactiveproperty Inactive
Public Property IsItemLevelIndicates whether to apply a jurisdiction's minimum amount, maximum amount, and flat tax thresholds (MinTaxableAmount, MaxTaxableAmount, and FlatTaxAmount properties of the SalesTaxAuthorities object) to the document amount or to each item's amount.
Public Property LinesReturns the SalesTaxCodes_Lines child object.
Public Property NameSets or returns the name of the tax code.

Field name: Name.

Length: 100 characters.

Public Property RateReturns the inclusive tax percentage based on the selected tax authorities/types in SalesTaxCodes_Lines child object.

Field name: Rate.

Public Property TypeFormulaCombIdproperty TypeFormulaCombId
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 ValidForAPSets or returns a valid value of BoYesNoEnum type that specifies whether or not the tax is valid for purchase - A/P.

Field name: ValidForAP.

Public Property ValidForARSets or returns a valid value of BoYesNoEnum type that specifies whether or not the tax is valid for Sales - A/R.

Field name: ValidForAR.

Public Property VATExemptionproperty VATExemption

See Also