📚 SAP Business One SDK Help

ChooseFromList Object Members
See Also  Overview 

Public Methods

Public Method GetConditionsReturns the collection of conditions for the ChooseFromList.

You can change a ChooseFromList's conditions by modifying the Conditions object returned by this method, and then passing the object to the SetConditions method.

Public Method SetConditionsSets a collection of conditions on the ChooseFromList, in order to filter the valid values displayed to the end user.

The conditions are processed after the before notification of the choose from list event and before the form is displayed.

Public Properties

Public Property IsAutoFillWhen you bind the choose-from list to a GUI item by assigning the ChooseFromListUID property, you can set IsAutoFill to true to automatically fill in the selected value of the user-added choose-from list.
Public Property IsSystemIndicates whether this is a system ChooseFromList.
Public Property ObjectTypeThe type of object from which to generate the valid values.
Public Property UniqueIDThe unique ID of the ChooseFromList.

See Also