📚 SAP Business One SDK Help

ChooseFromListUID Property
See Also 

Description

The unique ID of the ChooseFromList object to attach with this item.

Property type

Read-write property

Syntax

Visual Basic
Public Property ChooseFromListUID() As String

Remarks

To set a ChooseFromList object, bind the EditText item to a data source of type alphanumeric (for example, dt_SHORT_TEXT for user data source).

Set the ChooseFromListUID property before setting the ChooseFromListAlias property.

See Also