📚 SAP Business One SDK Help

GetGeneralService Method
See Also 
sServiceCode
The name of the UDO for which to create an instance of the GeneralService service.

Description

Returns an instance of GeneralService for the specified user-defined object (UDO).

The GeneralService instance can be used to add, retrieve and delete rows of the main table and child tables linked to the specified UDO.

Syntax

Visual Basic
Public Function GetGeneralService( _
   ByVal sServiceCode As String _
) As GeneralService

Parameters

sServiceCode
The name of the UDO for which to create an instance of the GeneralService service.

See Also