📚 SAP Business One SDK Help

SalesTaxAuthorities 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 Update

Field name: .

Updates the object data in the company database.

Public Properties

Public Property AOrPTaxAccountSets or returns the G/L account for purchase (A/P) tax.

Field name: PurchTax.

Length: 15 characters.

Public Property AOrRTaxAccountSets or returns the G/L account for sales (A/R) tax.

Field name: SalesTax.

Length: 15 characters.

This is a foreign key to the ChartOfAccounts object, not exposed through the DI API).

Public Property APExpAccountproperty APExpAccount
Public Property ARExpAccountproperty ARExpAccount
Public Property BrowserReturns the DataBrowser object.
Public Property CodeSets or returns the code of the tax authority.

Mandatory in SAP Business One.

Field name: Code.

Length: 8 characters.

Public Property DeferredTaxAccountSets or returns the G/L account for deferred tax.

Field name: deferrAcct.

Length: 15 characters.

This is a foreign key to the ChartOfAccounts object.

Public Property Exemptproperty Exempt
Public Property FlatTaxAmountThe maximum tax to be applied to a document for this jurisdiction, or the maximum tax to be applied for each item in a document for a jurisdiction if Single Item Tax (IsItemLevel property of the SalesTaxCodes object) is selected for the tax code.

Field name: FlatAmount

Public Property InclInFirstInstallmentproperty InclInFirstInstallment
Public Property InclInGrossRevenueproperty InclInGrossRevenue
Public Property InclInPriceproperty InclInPrice
Public Property MaxTaxableAmount
Maximum amount for which to apply this tax.

If the amount is above the value in this field, the tax is applied only to the value in this field.

The maximum amount is by default compared to the document amount; if Single Item Tax is selected for the tax code (IsItemLevel property of the SalesTaxCodes object), the maximum amount is compared to each item's amount.

Field name: MaxAmount

Public Property MinTaxableAmountMinimum amount for which to apply this tax.

If the amount is below the value in this field, the tax for this jurisdiction is 0. 

The minimum amount is by default compared to the document amount; if Single Item Tax is selected for the tax code (IsItemLevel property of the SalesTaxCodes object), the minimum amount is compared to each item's amount.

Field name: MinAmount

Public Property NameSets or returns the name of the sales tax authority.

Field name: Name.

Length: 100 characters.

Public Property NonDeductibleAccountSets or returns the G/L account for non deductible tax amounts.

Field name: NonDdctAct.

Length: 15 characters.

This is a foreign key to the ChartOfAccounts object.

Public Property NonDeductiblePrecentSets or returns the percentage of non deductible tax.

Field name: NonDdctPrc.

Public Property RateSets or returns the tax percentage of the tax authority.

Mandatory in SAP Business One.

Field name: Rate.

Public Property ReverseChargePercentproperty ReverseChargePercent
Public Property SalesTaxRCMAccountproperty SalesTaxRCMAccount
Public Property SalesTaxRCMClrAccountproperty SalesTaxRCMClrAccount
Public Property TaxDefinitionsThe tax definitions for this jurisdiction.

A tax definition specifies a rate and the date from which it is in effect.

Public Property TextCodeproperty TextCode
Public Property TypeSets or returns the type of the sales tax authority as defined in SalesTaxAuthoritiesTypes object.

Field name: Type.

This is a foreign key to the SalesTaxAuthoritiesTypes object.

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 UseTaxAccountSets or returns the G/L account for Use Tax.

Field name: UseTax.

Length: 15 characters.

This is a foreign key to the ChartOfAccounts object.

Public Property VATExemptionproperty VATExemption
Public Property VATExemptionBasePercentproperty VATExemptionBasePercent
Public Property VATExemptionPercentproperty VATExemptionPercent

See Also