📚 SAP Business One SDK Help

GetByKey Method
See Also 
lGroupCode

Specifies the required object's properties according to object's absolute key in Company database.

Description

Retrieves the values of the object's properties by the object's absolute key from the Company database.

Syntax

Visual Basic
Public Function GetByKey( _
   ByVal lGroupCode As Long _
) As Boolean

Parameters

lGroupCode

Specifies the required object's properties according to object's absolute key in Company database.

See Also