Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

Overview


This structure represents the fields associated with an installation's dashboard parameters

Format


PwsDashboardParameters
  • PwsDashboardParameters
    • FirstDayOfWeek: DayOfWeek
    • Level1Grouping: String *** deprecated ***
    • Level2Grouping: String *** deprecated ***
    • ProjectFormatString: String
    • ShowNotesFlag: Boolean
    • ShowUtilizationFlag: Boolean *** deprecated ***
    • ShowTimeOffToDateValuesFlag: Boolean
    • EnterCostFlag: Boolean *** deprecated ***
    • EnterTimeFlag: Boolean *** deprecated ***
    • ExpenseEntryOboPermissionFlag: Boolean
    • OboPermissionFlag: Boolean
    • TimeEntryOboPermissionFlag: Boolean
    • TimeOffOboPermissionFlag: Boolean

Elements


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)


Example 01
           <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>
  • No labels