Implementation Details
After processing standard data validation rules, Vantagepoint calls the specified Web service, and the designated Web method passes the parameter.
| Parameter for the Web Method when an Expense Report Is Submitted | |
|---|---|
| Expense report data/record
(String – Entire expense report record in XML format) |
This is the entire expense report record, which includes data from multiple expense-report-related tables in the Vantagepoint database, represented in XML format. |
- Related Topics:
- Expense Report Record in XML
The entire expense report record in XML format is passed to the Web method to process custom data validation business logic. - Return Messages
The Web method in the Web service returns a string that Vantagepoint application code processes to determine whether to continue with the submit operation or to abort it.
Parent Topic: Expense Reports