📚 SAP Business One SDK Help

DNFCodeSetupService Object Members
See Also  Overview 

Public Methods

Public Method AddDNFCodeSetupAdds a DNF code.
Public Method DeleteDNFCodeSetupDeletes an existing DNF code.

The DNF code is specified by its key (AbsEntry), which is contained in the DNFCodeSetupParams object passed to the method.

Public Method GetDataInterfaceCreates an empty data structure for use with the DNFCodeSetupService.
Public Method GetDataInterfaceFromXMLFileCreates an object from an XML file.
Public Method GetDataInterfaceFromXMLStringCreates an object from XML.
Public Method GetDNFCodeSetupRetrieves a DNF code.

The DNF code is specified by its key (AbsEntry), which is contained in the DNFCodeSetupParams object passed to the method.

Public Method GetDNFCodeSetupListRetrieves the keys and names of all the DNF codes.
Public Method UpdateDNFCodeSetupUpdates an existing DNF code.

The data for the DNF code, including the key of the DNF code to be updated, is contained in the DNFCodeSetup object passed to the method. To update a DNF code, you must first retrieve it using the GetDNFCodeSetup method.

See Also