...
This structure represents the cost alert fields associated with rejected and/or unsubmitted expensesa collection of cost alerts (PwsCostAlert). Each alert pertains to a single document and signifies the presence of rejected or draft (unsubmitted) cost cards on the expense document.
Format
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> |
...