Timesheet Record in XML
Vantagepoint passes the entire timesheet record in XML format to the Web method to process custom data validation business logic.
A single timesheet record consists primarily of data from two tables in the database. The custom data validation logic can be structured to validate any of the pieces of data in either the master or detail table:
- tkMaster: This table consists of a single row with master information for the record.
- tkDetail: This table is comprised of timesheet details for each of the days in the timesheet period.
See the data dictionary in the online help for descriptions of fields in these tables.
- Related Topics:
- Example
The following example shows the XML format of the timesheet record that is passed to the Web method.
Parent Topic: Implementation Details