FutureProg functions
vehicleservice
Overload 1
vehicleservice overload 1
VehicleService vehicleservice(Number identifier)
Available in
- computer function
- computer program
- standard futureprog
Returns a vehicle service by ID, or null.
| Parameter | Type | Description |
|---|---|---|
identifier |
Number |
service id |
Overload 2
vehicleservice overload 2
VehicleService vehicleservice(Text identifier)
Available in
- computer function
- computer program
- standard futureprog
Returns a vehicle service by ID or name, or null.
| Parameter | Type | Description |
|---|---|---|
identifier |
Text |
service name |