📚 SAP Business One SDK Help

IsItem Property
See Also 

Description

Sets or returns a valid value of BoYesNoEnum type that specifies whether or not the user permission relates to an item in the form, for example, button, secondary form, and menu item.

Field name: IsItem.

Property type

Read-write property

Syntax

Visual Basic
Public Property IsItem() As BoYesNoEnum

Remarks

Default: tNO.

tNO - the user permission relates to a form.

tYES - the user permission relates to an item in the form.

See Also