📚 SAP Business One SDK Help

GetItemInfo Method
See Also 
ItemUID
The unique ID of an item
columnUid

The unique ID of the item's column (default is -1)

Relevant only for items within Grid or Matrix columns where the column is bound to a database field.

Description

Returns resource information for a specific item or column in the form.

Syntax

Visual Basic
Public Function GetItemInfo( _
   ByVal ItemUID As String, _
   Optional ByVal columnUid As String = -1 _
) As ItemInfo

Parameters

ItemUID
The unique ID of an item
columnUid

The unique ID of the item's column (default is -1)

Relevant only for items within Grid or Matrix columns where the column is bound to a database field.

Example

See Also