📚 SAP Business One SDK Help

BankChargesAllocationCodesService Object Members
See Also  Overview 

Public Methods

Public Method AddBankChargesAllocationCodeAdds a bank charges allocation code.
Public Method DeleteBankChargesAllocationCodeDeletes an existing bank charges allocation code.
Public Method GetBankChargesAllocationCodeRetrieves a bank charges allocation code.

The bank charges allocation code is specified by its key, which is contained in the BankChargesAllocationCodeParams object passed to the method.

Public Method GetBankChargesAllocationCodeListReturns the BankChargesAllocationCodesParams data collection that identify all bank charges allocation codes.
Public Method GetDataInterfaceCreates an empty data structure for use with the BankChargesAllocationCodesService.
Public Method GetDataInterfaceFromXMLFileCreates an object from an XML file.
Public Method GetDataInterfaceFromXMLStringCreates an object from XML.
Public Method SetDefaultBankChargesAllocationCodeSets the default bank charges allocation code.
Public Method UpdateBankChargesAllocationCodeUpdates an existing bank charges allocation code.

The data for the bank charges allocation code, including the key of the bank charges allocation code to be updated, is contained in the BankChargesAllocationCode object passed to the method. To update a bank charges allocation code, you must first retrieve it using the GetBankChargesAllocationCode method.

See Also