📚 SAP Business One SDK Help

EmployeeType Property
See Also 

Description

Sets or returns the default role ID of the employee.

Field name: type.

This is a foreign key to the Employee Type table (OHTY - not exposed through the DI API).

Property type

Read-write property

Syntax

Visual Basic
Public Property EmployeeType() As Long

Remarks

To set a default role ID, first set the RoleID in the EmployeeRolesInfo child object.

See Also