Table of Contents

TableExtension "Resource Ext. WCAP"

ID 70345415
Namespace: CapVision.CapCollecte.General
Extends: Microsoft.Projects.Resources.Resource.Resource

Fields

Name Type Description
"Vehicle No. WCAP" Code[20]
"Trailer No. WCAP" Code[20]

Specifies the trailer number of the vehicle.

"Vehicle Height WCAP" Decimal

Specifies the vehicle height in meters.

"Vehicle Length WCAP" Decimal

Specifies the vehicle length in meters.

"Vehicle Width WCAP" Decimal

Specifies the vehicle width in meters.

"Vehicle Max Speed WCAP" Integer

Specifies the vehicle max speed in km/h.

"Vehicle Weight WCAP" Integer

Specifies the vehicle weight in kilograms.

"Birth Date WCAP" Date
"Driving License No. WCAP" Code[20]
"Vendor No. WCAP" Code[20]

Specifies the vendor number linked to this resource.

"Company Name WCAP" Text[30]

Specifies the company name linked to this resource.

"Vehicle Plate Number WCAP" Code[20]

Specifies the vehicle plate number.

Methods

InsertVehicleAssignmentWCAP

Obsolete

This element will become obsolete from version V25.202505. Use InsertVehicleTrailerAssignmentWCAP instead

Ajoute une affectation de véhicule pour une ressource chauffeur.

[Obsolete(Use InsertVehicleTrailerAssignmentWCAP instead,V25.202505)]
procedure InsertVehicleAssignmentWCAP(VehicleNo: Code[20]; WorkingDate: Date)

Parameters

Name Type Description
VehicleNo Code[20]
WorkingDate Date

InsertVehicleTrailerAssignmentWCAP

Ajoute une affectation de véhicule et/ou remorque pour une ressource chauffeur.

procedure InsertVehicleTrailerAssignmentWCAP(VehicleNo: Code[20]; TrailerNo: Code[20]; WorkingDate: Date)

Parameters

Name Type Description
VehicleNo Code[20]
TrailerNo Code[20]
WorkingDate Date

See also