📚 SAP Business One SDK Help

GetByKey Method
See Also 
TableName

Specifies the name of the user defined table (use the symbol @ as a prefix to the name, see the TableName property of the UserTablesMD object).

Description

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

Syntax

Visual Basic
Public Function GetByKey( _
   ByVal TableName As String _
) As Boolean

Parameters

TableName

Specifies the name of the user defined table (use the symbol @ as a prefix to the name, see the TableName property of the UserTablesMD object).

See Also