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 a Timesheet Is Submitted | |
---|---|
Timesheet Record
(String - Entire timesheet record in XML format) |
This is the entire timesheet record, which includes data from multiple timesheet-related tables in the Vantagepoint database represented in XML format. |
- Related Topics:
- Timesheet Record in XML
Vantagepoint passes the entire timesheet record in XML format 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: Timesheets