📚 SAP Business One SDK Help

ItemID Property
See Also 

Description

Sets or returns the ID of the field or the table in a form (primary key with FormID).

Field name: ItemId.

Mandatory property.

Length: 10 characters.

Property type

Read-write property

Syntax

Visual Basic
Public Property ItemID() As String

Remarks

The entered value must be a valid item ID (the system does not validate the entered value).

In case the ItemID specifies a table, set also the ColumnID, otherwise the system sets the value -1.

To display the item ID in the application status bar:

  • From the main menu, select View --> System Information.

See Also