📚 SAP Business One SDK Help

SalesTaxCodes_Lines Object Members
See Also  Overview 

Public Methods

Public Method AddAdds a new data line to the object.
Public Method SetCurrentLineSets the active row to a specified row number.

Public Properties

Public Property CountReturns the total rows in the table.
Public Property CSTCodeInproperty CSTCodeIn
Public Property CSTSuffixproperty CSTSuffix
Public Property EffectiveRateReturns the effective rate based on the rate of the specified tax authority/type (Rate) and tax-on-tax calculation (STATaxonTaxCode and STATaxOnTaxType).

Field name: EfctivRate.

Public Property FormulaIdproperty FormulaId
Public Property RowNumberReturns the current available row number (starts from 1).

Field name: Line_ID.

Public Property STACodeSets or returns the code of the tax authority.

Field name: e.

Length: 8 characters.

Public Property STATaxonTaxCodeSets or returns the code of the tax authority on which the tax-on-tax is based.

Field name: TaxOnTCod.

Length: 8 characters.

Public Property STATaxOnTaxTypeSets or returns the type of the sales tax authority on which the tax-on-tax is based.

Field name: TaxOnTType.

Public Property STATypeSets or returns the type of the sales tax authority on which the tax rate of the current line is based.

Field name: STAType.

This is a foreign key to the SalesTaxAuthorities object.

Public Property STCCodeSets or returns the code of the tax authority on which the the tax rate of the current line is based.

Field name: STCCode.

Length: 8 characters.

This is a foreign key to the SalesTaxCodes object.

Public Property UserFieldsReturns the UserFields object.

See Also