📚 SAP Business One SDK Help

DeductionTaxGroups Object Members
See Also  Overview 

Public Methods

Public Method AddAdds a tax deduction group.
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 GroupCodeSets or returns the code of the tax deduction group.

Field name: CstGrpCode.

Mandatory property.

Length: 2 characters.

Public Property GroupExtendedCodeproperty GroupExtendedCode
Public Property GroupKeyReturns the deduction tax group key.

Field name: Numerator.

Public Property GroupNameSets or returns the name of the tax deduction group.

Field name: CstGrpName.

Mandatory property.

Length: 30 characters.

Public Property MaxRedinSets or returns the maximum tax deduction percentage.

Mandatory property.

Public Property UserFieldsReturns the UserFields object.

See Also