📚 SAP Business One SDK Help

SectionsService Object Members
See Also  Overview 

Public Methods

Public Method AddSectionAdds a section.
Public Method DeleteSectionDeletes an existing section.

The section is specified by its key (AbsId), which is contained in the SectionParams object passed to the method.

Public Method GetDataInterfaceCreates an empty data structure for use with the SectionsService.
Public Method GetDataInterfaceFromXMLFileCreates an object from an XML file.
Public Method GetDataInterfaceFromXMLStringCreates an object from XML.
Public Method GetSectionRetrieves a section.

The section is specified by its key (AbsId), which is contained in the SectionParams object passed to the method.

Public Method GetSectionListRetrieves the keys and codes of all the sections.
Public Method UpdateSectionUpdates an existing section.

The data for the section, including the key of the section to be updated, is contained in the Section passed to the method. To update a section, you must first retrieve it using the GetSection method.

See Also