Table "Typical Tour WCAP"
Properties
| Name | Value |
|---|---|
| DataClassification | CustomerContent |
| Caption | Typical Tour |
| DataCaptionFields | 1,3 |
| DataPerCompany | False |
| LookupPageId | Page CapVision.CapCollecte.Missions."Typical Tours WCAP" |
| DrillDownPageId | Page CapVision.CapCollecte.Missions."Typical Tours WCAP" |
Fields
| Name | Type | Description |
|---|---|---|
| "No." | Code[20] | Specifies the number used to identify the record. |
| Description | Text[100] | Specifies the description of the typical tour. |
| "Pickup Day" | Enum CapVision.CapCollecte.General."Week Day WCAP" | Specifies the date of the pickup. |
| "Item to Pickup No." | Code[20] | Specifies the product item no. |
| "Item to Pickup Description" | Text[100] | Specifies the description of the product item. |
| Observation | Blob | |
| "Origin Type" | Enum CapVision.CapCollecte.General."Third-party Type WCAP" | Specifies the type of the origin. |
| "Origin Code" | Text[30] | Specifies the code of the origin depending on the type. |
| "Origin Address Code" | Code[10] | Specifies the address code of the origin depending on the type. |
| "Origin Name" | Text[100] | Specifies the name of the origin. |
| "Origin Name 2" | Text[50] | Specifies the name 2 of the origin. |
| "Origin Address" | Text[100] | Specifies the address of the origin. |
| "Origin Address 2" | Text[50] | Specifies the second address line of the origin. |
| "Origin City" | Text[30] | Specifies the city of the origin. |
| "Origin Post Code" | Code[20] | Specifies the post code of the origin. |
| "Origin Country/Region Code" | Code[10] | Specifies the country/region code of the origin. |
| "Origin Latitude" | Decimal | Specifies the latitude of the origin. |
| "Origin Longitude" | Decimal | Specifies the longitude of the origin. |
| "Destination Type" | Enum CapVision.CapCollecte.General."Third-party Type WCAP" | Specifies the type of the destination. |
| "Destination Code" | Text[30] | Specifies the code of the destination depending on the type. |
| "Destination Address Code" | Code[10] | Specifies the address code of the destination depending on the type. |
| "Destination Name" | Text[100] | Specifies the name of the destination. |
| "Destination Name 2" | Text[50] | Specifies the second name of the destination. |
| "Destination Address" | Text[100] | Specifies the address of the destination. |
| "Destination Address 2" | Text[50] | Specifies the second address line of the destination. |
| "Destination City" | Text[30] | Specifies the city of the destination. |
| "Destination Post Code" | Code[20] | Specifies the post code of the destination. |
| "Destinati. Country/Region Code" | Code[10] | Specifies the country/region code of the destination. |
| "Destination Latitude" | Decimal | Specifies the latitude of the destination. |
| "Destination Longitude" | Decimal | Specifies the longitude of the destination. |
| "Carrier Type" | Enum CapVision.CapCollecte.General."Third-party Type WCAP" | Specifies the type of carrier (Customer, Vendor, or Company). |
| "Carrier Code" | Text[30] | Specifies the code of the carrier. |
| SystemId | Guid | |
| SystemCreatedAt | DateTime | |
| SystemCreatedBy | Guid | |
| SystemModifiedAt | DateTime | |
| SystemModifiedBy | Guid | |
| SystemRowVersion | BigInteger |
Methods
SetHideValidationDialog
Définit une valeur indiquant si les boîtes de dialogue (message et confirmations doivent être masquées).
procedure SetHideValidationDialog(NewHideValidationDialog: Boolean)
Parameters
| Name | Type | Description |
|---|---|---|
| NewHideValidationDialog | Boolean |
GetObservationText
procedure GetObservationText(): Text
Returns
| Type | Description |
|---|---|
| Text |
GetObservationText
procedure GetObservationText(SkipCalcField: Boolean): Text
Parameters
| Name | Type | Description |
|---|---|---|
| SkipCalcField | Boolean |
Returns
| Type | Description |
|---|---|
| Text |
SetObservationText
procedure SetObservationText(Value: Text)
Parameters
| Name | Type | Description |
|---|---|---|
| Value | Text |
CopyTypicalTour
Copie la tournée type vers un nouvel enregistrement.
procedure CopyTypicalTour(): Record "Typical Tour WCAP"
Returns
| Type | Description |
|---|---|
| Table CapVision.CapCollecte.Missions."Typical Tour WCAP" |