Overview
This structure represents the fields associated with an installation's dashboard parametersa collction of various Projector settings related to the Projector Web home page, or dashboard.
Format
Panel | ||
---|---|---|
| ||
|
...
Element | Data Type | Description | Sample Data |
---|---|---|---|
FirstDayOfWeek | DayOfWeek | The first day of the week in the My Schedule section of the employee dashboard. | Sunday |
Level1Grouping | String | *** deprecated *** | |
Level2Grouping | String | *** deprecated *** | |
ProjectFormatString | String | When viewing projects in the My Schedule section of the employee dashboard, this setting determines additional information that will be displayed next to the project name. | {ProjectCode} |
ShowNotesFlag | Boolean | If set to 'true', allocation notes will be displayed in the employee dashboard. | true |
ShowUtilizationFlag | Boolean | *** deprecated *** | |
ShowTimeOffToDateValuesFlag | Boolean | If set to 'true, year to date time off totals will be displayed in the employee dashboard. | true |
EnterCostFlag | Boolean | *** deprecated *** | |
EnterTimeFlag | Boolean | *** deprecated *** | |
ExpenseEntryOboPermissionFlag | Boolean | If set to 'true', the authenticated user has permission to enter expenses on behalf of others via the employee dashboard. | true |
OboPermissionFlag | Boolean | If set to 'true', the authenticated user has permission to enter expenses on behalf of others via the employee dashboard. | true |
TimeEntryOboPermissionFlag | Boolean | If set to 'true', the authenticated user has permission to enter time on behalf of others via the employee dashboard. | true |
TimeOffOboPermissionFlag | Boolean | If set to 'true', the authenticated user has permission to enter time off on behalf of others via the employee dashboard. | true |
Usage Example(s)
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<a:Parameters> <a:FirstDayOfWeek>Sunday</a:FirstDayOfWeek> <a:Level1Grouping i:nil="true"/> <a:Level2Grouping i:nil="true"/> <a:ProjectFormatString>{ProjectCode}</a:ProjectFormatString> <a:ShowNotesFlag>true</a:ShowNotesFlag> <a:ShowUtilizationFlag>false</a:ShowUtilizationFlag> <a:ShowTimeOffToDateValuesFlag>true</a:ShowTimeOffToDateValuesFlag> <a:EnterCostFlag>false</a:EnterCostFlag> <a:EnterTimeFlag>false</a:EnterTimeFlag> <a:ExpenseEntryOboPermissionFlag>true</a:ExpenseEntryOboPermissionFlag> <a:OboPermissionFlag>true</a:OboPermissionFlag> <a:TimeEntryOboPermissionFlag>true</a:TimeEntryOboPermissionFlag> <a:TimeOffOboPermissionFlag>true</a:TimeOffOboPermissionFlag> </a:Parameters> |