📚 SAP Business One SDK Help

Action Property
See Also 

Description

Determines the type of action to be taken by the system when activating the formatted search function. The options include: Without Search, Search in Existing Values, and Search By Saved Query.

Field name: ActionT.

Property type

Read-write property

Syntax

Visual Basic
Public Property Action() As BoFormattedSearchActionEnum

Remarks

The mandatory properties, in addition to FormID, ItemID, and ColumnID, depend on the value of the Action property as follows:

bofsaNone no additional mandatory properties.
bofsaValidValues UserValidValues object.
bofsaQuery QueryID, FieldID.   

See Also