A SheetObject structure represents a user time, expense, or mileage sheet.
| Name | Type | Description |
|---|---|---|
| type | string |
The type of the sheet: 'time', 'expense', or 'mileage'. |
| id | string |
The ID of the sheet. |
| user | string |
The ID of the user of this sheet. |
| timesheet | string |
The ID of the associated time sheet. |
| pname | string |
The printable name of the sheet. |
| state | integer |
The state of the sheet: 0 if it is open, 1 if submitted, 2 if approved, 3 if rejected. |
| start | string |
The starting date of the sheet. |
| end | string |
The ending date of the sheet. |
| approver | string |
The ID of the next user who must approve the sheet. |
| level | integer |
The current approval level. |
| domain | string | |
| reason | string |
The reason for the most recent rejection of the sheet. |
© Copyright 1997-2007 Journyx