Add | Adds a new data line to the object. |
 SetCurrentLine | Sets the active row to a specified row number. |
 Count | Returns the total data rows in the employee reviews list. |
 Date | Sets or returns the date of the review. Field name: date. |
 EmployeeNo | Sets 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. |
 Grade | Sets or returns the grade of the employee. Field name: grade. Length: 50 characters. |
 LineNum | Returns the current row number in the employee reviews list. Field name: line. |
 Manager | Sets or returns the manager's employee-ID of the employee. Field name: manager. This is a foreign key to the EmployeesInfo object. |
 Remarks | Sets or returns a memo type string that specifies remarks of the employee review. Field name: remarks. Length: 64,000 characters. |
 ReviewDescription | Sets or returns a description of the employee review. Field name: reviewDesc. Length: 100 characters. |
 UserFields | Returns the UserFields object. |
Â
Â