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

Version 1 Current »

Overview


This structure represents the fields associated with time alerts. 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 that were returned

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