📚 SAP Business One SDK Help

EmployeeRolesInfo Object Members
See Also  Overview 

Public Methods

Public Method AddAdds a new data line to the object.
Public Method SetCurrentLineSets the active row to a specified row number.

Public Properties

Public Property CountReturns the number of roles of the employee.
Public Property EmployeeIDSets or returns the employee ID, which SAP Business One generates automatically when adding a new employee.

Field name: empID.

This is a foreign key to the EmployeesInfo object.

Public Property LineNumReturns the current row number in the employee roles list.

Field name: line.

Public Property RoleIDSets or returns the role ID of the employee.

Field name: roleID.

This is a foreign key to OHTY table, which is not exposed through the DI API.

Public Property UserFieldsReturns the UserFields object.

See Also