📚 SAP Business One SDK Help

EmployeeReviewsInfo 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 total data rows in the employee reviews list.
Public Property DateSets or returns the date of the review.

Field name: date.

Public Property EmployeeNoSets 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 GradeSets or returns the grade of the employee.

Field name: grade.

Length: 50 characters.

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

Field name: line.

Public Property ManagerSets or returns the manager's employee-ID of the employee.

Field name: manager.

This is a foreign key to the EmployeesInfo object.

Public Property RemarksSets or returns a memo type string that specifies remarks of the employee review.

Field name: remarks.

Length: 64,000 characters.

Public Property ReviewDescriptionSets or returns a description of the employee review.

Field name: reviewDesc.

Length: 100 characters.

Public Property UserFieldsReturns the UserFields object.

See Also