📚 SAP Business One SDK Help

Queue Property
See Also 

Description

Sets or returns the queue ID assigned to the service call.

Field name: Queue.

Length: 20 characters.

This is a foreign key to the Queue table (OQUE), not exposed through the DI API).

Property type

Read-write property

Syntax

Visual Basic
Public Property Queue() As String

Remarks

To assign a queue to a service call, first set the BelongsToAQueue property to tYES.

See Also