📚 SAP Business One SDK Help

Properties Property
See Also 
GroupNum

Specifies the Group number of the item.

Description

Sets or returns a valid value of BoYesNoEnum type that specifies whether or not this item belongs to one or more query groups.

Property type

Read-write property

Syntax

Visual Basic
Public Property Properties( _
   ByVal GroupNum As Long _
) As BoYesNoEnum

Parameters

GroupNum

Specifies the Group number of the item.

Remarks

In SAP Business One, there are 64 properties users can assign to an item. These properties are typically used for creating cross-section reports.


Additionally, each item can be assigned to a group describing the different characteristic of the item. By grouping items, users can create reports based on these groups.

See Also