Overview
This structure represents the fields associated with a collection of time alerts (PwsTimeAlert). Alerts Alerts are generated for weeks containing rejected or incomplete time cards, draft time cards and missing time.
...
Panel | ||
---|---|---|
| ||
|
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 |
] | This structure represents the fields associated with a time alert |
. |
Usage Example(s)
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<a:TimeAlerts> <a:AlertCount>7</a:AlertCount> <a:Alerts i:nil="true"/> </a:TimeAlerts> |