📚 SAP Business One SDK Help

DunningTermsService Object Members
See Also  Overview 

Public Methods

Public Method AddDunningTermAdds a dunning term.
Public Method DeleteDunningTermDeletes an existing dunning term.

The dunning term is specified by its key (TermCode), which is contained in the DunningTermParams object passed to the method.

Public Method GetDataInterfaceCreates an empty data structure for use with the DunningTermsService.
Public Method GetDataInterfaceFromXMLFileCreates an object from an XML file.
Public Method GetDataInterfaceFromXMLStringCreates an object from XML.
Public Method GetDunningTermRetrieves a dunning term.

The dunning term is specified by its key (TermCode), which is contained in the DunningTermParams object passed to the method.

Public Method GetDunningTermListRetrieves the keys and names of all the dunning terms.
Public Method UpdateDunningTermUpdates an existing dunning term.

The data for the dunning term, including the key of the dunning term to be updated, is contained in the DunningTerm object passed to the method. To update a dunning term, you must first retrieve it using the GetDunningTerm method.

See Also