Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel
titlePwsCostAlerts

Elements


Element

Data Type

Description

Sample Data

AlertCount

Int32

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

2

Alerts

PwsCostAlert[???]

The cost alert fields associated with rejected and/or unsubmitted expenses

 


Usage Example(s)

Code Block
languagexml
titleExample 01 - count only
collapsetrue
            <a:CostAlerts>
               <a:AlertCount>2</a:AlertCount>
               <a:Alerts i:nil="true"/>
            </a:CostAlerts>

...