Introduction
The Employee_Travel object allows you to get all travel records or the Travel records within a time period for an employee. In addition it allows you to get the details of all the travel records.
Employee_Expense Attributes
Attribute Name | Type | Description |
travelRequestId | Integer | The travel request id for employee’s travel request |
createdBy | Integer | The name of the employee who created the travel request |
empId | Integer | The Employee ID of the employee. |
periodId | Integer | The period for which the expense is claimed |
travelRequestCode | String | The request code for the travel request |
travelPurpose | String | The purpose of travel |
typeOfTrip | String | The type of travel trip |
requestDate | String | The date on which travel request was created |
journeyStartDate | String | The start date of the journey |
journeyEndDate | String | The end date of the journey |
startPointName | String | The start point of the journey |
endPointName | String | The end point of the journey |
departureTime | String | The departure time of the employee |
approvalCode | String | The approval code of the travel request |
comment | String | The comment on the travel |
modeOfTravelValue | String | The mode of travel |
currentStatus | String | The current status of the travel |
advanceAmountDetails | String | The details of the advance given for travel |
advanceVoucherCode | String | The travel voucher code |
voucherDetails | String | The travel voucher detail |
totalAdvanceAgainstTravel | Double | The total advance given for travel |
totalCost | Double | The total cost of travel |
advanceAmount | Double | The advance given for the travel |
Methods
Click on each of these links to know more about them: