📚 SAP Business One SDK Help

AssigneeCode Property
See Also 

Description

Sets or returns the code of the user who is responsible for the service call.

Field name: assignee.

This is a foreign key to the Users object.

Property type

Read-write property

Syntax

Visual Basic
Public Property AssigneeCode() As Long

Remarks

In SAP Business One, the default assignee is the current user that is logged on the system. The list of users is defined in the ASHP table, which is not exposed by the DI API.

To apply a service call to an assigned user, first the BelongsToAQueue property to tNO.

See Also