📚 SAP Business One SDK Help

QueryCategory Property
See Also 

Description

Sets or returns the code of the query category (foreign key to QueryCategories).

Mandatory property.

Field name: QCategory.

Property type

Read-write property

Syntax

Visual Basic
Public Property QueryCategory() As Long

Remarks

The query category value must apply to the following restrictions:

  • The query category value must be defined in the QueryCategories object.
  • The query category value must be permited for the active user.
  • The query category value must not be -2 (system category).

See Also