📚 SAP Business One SDK Help

NCMCodesSetupService Object Members
See Also  Overview 

Public Methods

Public Method AddNCMCodeSetupAdds an NCM code.
Public Method DeleteNCMCodeSetupDeletes an existing NCM code.

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

Public Method GetDataInterfaceCreates an empty data structure for use with the NCMCodesSetupService.
Public Method GetDataInterfaceFromXMLFileCreates an object from an XML file.
Public Method GetDataInterfaceFromXMLStringCreates an object from XML.
Public Method GetNCMCodeSetupRetrieves an NCM code.

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

Public Method GetNCMCodeSetupListRetrieves the keys and names of all the NCM codes.
Public Method UpdateNCMCodeSetupUpdates an existing NCM code.

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

See Also