📚 SAP Business One SDK Help

GetByKeys Method
See Also 
keysStr

Unique ID (BusinessObjectInfo.ObjectKey) of the modified business object, created by UI upon FormDataEvent Event.

Description

Returns a DI object that match the unique ID (BusinessObjectInfo.ObjectKey) generated by the UI when FormDataEvent occurs.

For more information, please refer to FormDataEvent event in UI Reference.

Syntax

Visual Basic
Public Function GetByKeys( _
   ByVal keysStr As String _
) As Boolean

Parameters

keysStr

Unique ID (BusinessObjectInfo.ObjectKey) of the modified business object, created by UI upon FormDataEvent Event.

See Also