📚 SAP Business One SDK Help

GetEmployeeRoleSetup Method
See Also 
pIEmployeeRoleSetupParams

The key of the role to retrieve.

Description

Retrieves a specific employee role.

The role is specified by its key (TypeID), which is contained in the EmployeeRoleSetupParams object passed to the method.

Syntax

Visual Basic
Public Function GetEmployeeRoleSetup( _
   ByVal pIEmployeeRoleSetupParams As EmployeeRoleSetupParams _
) As EmployeeRoleSetup

Parameters

pIEmployeeRoleSetupParams

The key of the role to retrieve.

Return Type

The role with the specified key.

Example

See Also