Fields - OpenServiceDet.Unit.Job.Labor
| Field Name | Data Type | Description, Example |
|---|---|---|
| DealerId | string | Internal Dealer Identifier (intentionally left blank) |
| ROHeaderID (key) | int | DMS internal identifier of RO |
| ROUnitID (key) | int | Unit identifier on the RO |
| ROJobID (key) | int | Job identifier on the RO |
| ROLaborID (key) | int | Labor identifier on part |
| JobDescription | string | Description of labor item |
| Hours | decimal | Hours billed for the labor |
| Rate | decimal | Hourly rate of the labor |
| Total | decimal | Hours * Rate |
| Actualhours | decimal | Actual amount of hours needed to complete labor |
| TechnicianName | string | Name of service technician doing the labor |
| technicianusername | string | System user name of tech |
| technicianid | string | System ID of technician |
| Jobcode | string | Dealer definable code for job |
| DiscountTotalCharge | money | Price of the labor after discounts |
| TotalCharge | money | Price of the labor |
| technicianrate | money | Hourly rate of tech |
| closetime | datetime | DateTime when labor was closed |