EmployeeSummary


Description

A representation of the important details of an employee within Microsoft Dynamics GP. A list of employee summary objects is returned by the GetEmployeeList method.

Properties

Property

Type

Length

Default

Description

EmployeeKey

EmployeeKey

N/A

N/A

The employee key object that uniquely identifies the employee.

ClassKey

EmployeeClassKey

N/A

Empty

The employee class key object that specifies the employee class.

Name

Name

N/A

N/A

The name object that specifies the names for the employee.

DivisionKey

DivisionKey

N/A

N/A

The division key object that specifies the division the employee is assigned to.

DepartmentKey

DepartmentKey

N/A

N/A

The department key object that specifies the department the employee is assigned to.

PositionKey

PositionKey

N/A

N/A

The position key object that specifies the position the employee is assigned to.

SupervisorKey

SupervisorKey

N/A

N/A

The supervisor key object that specifies the supervisor for the employee.

WorkersCompensation
Key

WorkersCompensationKey

N/A

Empty

The code for the workers' compensation classification that applies to the employee.

CompanyAddressKey

CompanyAddressKey

N/A

Empty

The company address key object that specifies the address for the employee.

IsActive

boolean

N/A

True

Indicates whether the employee is active. True indicates active. False indicates inactive.



Documentation Feedback