📚 SAP Business One SDK Help

CustomsGroups Object Members
See Also  Overview 

Public Methods

Public Method AddAdds a customs 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 RemoveDeletes a record from the object table.
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 CodeReturns the key of the customs group as assigned by the system when adding a customs group.

Field name: CstGrpCode.

Public Property CustomsSets or returns the customs percentage.

Field name: Custom.

Public Property CustomsAllocationAccountThe account to which the customs duty can be allocated.

Field name: cstAllcAcc.

Length: 15 characters.

Public Property CustomsExpenseAccountThe account to which the customs expenses can be posted.

Field name: cstExpAcc.

Length: 15 characters.

Public Property LockedReturns a valid value of BoYesNoEnum that determines wether or not the Custom Group is locked.

Field name: Locked..

Public Property NameSets or returns the customs group name.

Field name: CstGrpName.

Length: 20 characters.

Public Property NumberSets or returns the customs group number.

Field name: GroupNum.

Length: 20 characters.

Public Property OtherSets or returns the additional tax percentage.

Field name: OtherTax.

Public Property PortAddressproperty PortAddress
Public Property PortStateproperty PortState
Public Property PurchaseSets or returns the purchase tax percentage.

Field name: BuyTax.

Public Property TotalSets or returns the total tax percentage.

Field name: TotalTax.

Public Property UserFieldsReturns the UserFields object.

See Also