📚 SAP Business One SDK Help

DeductibleTaxService Object
See Also  Members  Example

Description

The DeductibleTaxService service enables you to add, look up and remove Deductible Tax.

Source table: ORTG.

Object Model




Remarks

Administration -> Setup -> Financials -> Deducted Purchase Tax Codes

Example

C#Copy Code
SAPbobsCOM.DeductibleTaxService oDeductibleTaxService = vComp.GetCompanyService().GetBusinessService(SAPbobsCOM.ServiceTypes.DeductibleTaxService);

See Also