field name | data type | db field | description |
tiCreditor_ID | integer | Employee.Creditor_ID | Supplier Code |
tiCurrency_ID | integer | Employee.Currency_ID | Registration Currency |
tcCurrencyCode | character | Currency.CurrencyCode | Currency Code |
tiEmployee_ID | integer | Employee.Employee_ID | Record ID |
tcEmployeeCode | character | Employee.EmployeeCode | Employee Code. A code that identifies an employee. The code cannot match any other employee in the current entity or any other entities in the current domain. If you leave the Employee Code field blank, the system automatically generates a number for the record based on the sequence defined in Employee Autonumber Create. |
tlEmployeeIsActive | logical | Employee.EmployeeIsActive | Active: This field indicates if this is an active record. |
| api annotation: | | PartialUpdate = yes - defaults to true |
tlEmployeeIsActiveExpNotes | logical | Employee.EmployeeIsActiveExpNotes | Obsolete field |
tlEmployeeIsExternal | logical | Employee.EmployeeIsExternal | External Employee: Indicate if the employee is a contractor or not employed directly by your organization. |
| api annotation: | | PartialUpdate = yes - defaults to false |
tiUsr_ID | integer | Employee.Usr_ID | Login |
ti_sequence | integer | calculated | primary index |
tc_rowid | character | calculated | = rowid(Employee),rowid(Creditor),rowid(Currency),rowid(Usr) |