...
Panel | ||
---|---|---|
| ||
|
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 | The cost alert fields associated with rejected and/or unsubmitted expenses |
Usage Example(s)
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<a:CostAlerts> <a:AlertCount>2</a:AlertCount> <a:Alerts i:nil="true"/> </a:CostAlerts> |
...