TimeType
Defines categories for tracked time (e.g., regular, overtime), specifying associated accounts and earnings types.
Columns
| Name | Type | ReadOnly | Description |
| Recordno [KEY] | Int64 | False |
Unique identifier for the time type record. |
| Name | String | False |
The name of the time type. |
| Accountkey | Int64 | False |
The account key associated with the time type. |
| Accountno | String | False |
The account number associated with the time type. |
| Accounttitle | String | False |
The account title associated with the time type. |
| Offsetaccountkey | Int64 | False |
The offset account key for the time type. |
| Offsetaccountno | String | False |
The offset account number for the time type. |
| Offsetaccounttitle | String | False |
The offset account title for the time type. |
| Contraaccountkey | Int64 | False |
The contra account key for the time type. |
| Contraaccountno | String | False |
The contra account number for the time type. |
| Contraaccounttitle | String | False |
The contra account title for the time type. |
| Status | String | False |
The status of the time type. |
| Earningtypekey | Int64 | False |
The earning type key for the time type. |
| Earningtypename | String | False |
The name of the earning type associated with the time type. |
| Megaentitykey | Int64 | False |
The mega entity key associated with the time type. |
| Megaentityid | String | False |
The mega entity ID associated with the time type. |
| Megaentityname | String | False |
The mega entity name associated with the time type. |
| Record_url | String | False |
The URL for accessing the time type record. |