📚 SAP Business One SDK Help

SeriesService Object
See Also  Members 

Description

SeriesService manages the Series object, a component of the document numbering system.

Source table: NNM1 (Documents Numbering - Series).

Object Model

















Remarks

See the documentation for the SeriesService methods for more code samples.

In general, to use a DI service:

  1. Connect to a valid company.
  2. Call the CompanyService, which is the main DI service that you must call before using any other service.
  3. Call the method GetBusinessService for the required service.
  4. Create an empty data structure related to the required service.
    - or -
    You can create a data structure from an XML file or XML string.
  5. Set the required properties of the specified data structure.
  6. Call the required service method.

Example

See Also