PwsTimeAlerts

Overview


This structure represents a collection of time alerts (PwsTimeAlert). Alerts are generated for weeks containing rejected or incomplete time cards, draft time cards and missing time. 

Format


PwsTimeAlerts

Elements


Element

Data Type

Description

Sample Data

AlertCount

Int32

The total number of time alerts. This value is returned only when the CountOnlyFlag = 'true'.

7

Alerts

PwsTimeAlert []

This structure represents the fields associated with a time alert.


Usage Example(s)


Example 01
            <a:TimeAlerts>
               <a:AlertCount>7</a:AlertCount>
               <a:Alerts i:nil="true"/>
            </a:TimeAlerts>