📚 SAP Business One SDK Help

GetByKey Method
See Also 
lAbsoluteEntry

Specifies the AbsoluteEntry of the object you want to get.

Description

Determines wether or not the object identified by its AbsoluteEntry exists. If the object exists, the method gets it.

Syntax

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

Parameters

lAbsoluteEntry

Specifies the AbsoluteEntry of the object you want to get.

See Also