📚 SAP Business One SDK Help

EducationTypesService Object Members
See Also  Overview 

Public Methods

Public Method AddCreates a new `EducationType` record and returns the key of the new record as an `EducationTypeParams` object.
Public Method DeleteDeletes an `EducationType` record identified by the key in an `EducationTypeParams` object.
Public Method GetRetrieves a single `EducationType` record by its key provided in an `EducationTypeParams` object.
Public Method GetDataInterfaceGetDataInterface
Public Method GetDataInterfaceFromXMLFileGetDataInterfaceFromXMLFile
Public Method GetDataInterfaceFromXMLStringGetDataInterfaceFromXMLString
Public Method GetListRetrieves all Education Type records as an `EducationTypeParamsCollection`.
Public Method UpdateUpdates an existing `EducationType` record.

See Also