📚 SAP Business One SDK Help

AccrualTypesService Object Members
See Also  Overview 

Public Methods

Public Method AddAccrualTypeAdds an accrual type.
Public Method DeleteAccrualTypeDeletes an existing accrual type.
Public Method GetAccrualTypeRetrieves an accrual type.

The accrual type is specified by its key, which is contained in the AccrualTypeParams object passed to the method.

Public Method GetAccrualTypeListReturns the AccrualTypesParams data collection that identify all accrual types.
Public Method GetDataInterfaceCreates an empty data structure for use with the AccrualTypesService.
Public Method GetDataInterfaceFromXMLFileCreates an object from an XML file.
Public Method GetDataInterfaceFromXMLStringCreates an object from XML.
Public Method UpdateAccrualTypeUpdates an existing accrual type.

The data for the accrual type, including the key of the accrual type to be updated, is contained in the AccrualType object passed to the method. To update an accrual type, you must first retrieve it using the GetAccrualType method.

See Also